update CHANGELOG
parent
6daa5e4fc7
commit
69d0872f90
|
@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
[#18](https://gitlab.com/eneiluj/gpxedit-oc/issues/18) @TheTiPi
|
[#18](https://gitlab.com/eneiluj/gpxedit-oc/issues/18) @TheTiPi
|
||||||
- support for ownCloud admin settings
|
- support for ownCloud admin settings
|
||||||
- dynamic URL and page title change after loading file or folder
|
- dynamic URL and page title change after loading file or folder
|
||||||
|
- support for WMS tile and overlay servers. base and user servers
|
||||||
|
[#22](https://gitlab.com/eneiluj/gpxedit-oc/issues/22) @a15n
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- change way to cut lines, hover the middle marker and press Del
|
- change way to cut lines, hover the middle marker and press Del
|
||||||
|
|
|
@ -138,7 +138,7 @@ $baseTileServers = [
|
||||||
'attribution' => '©, Tiles © <a href="http://www.openstreetmap.fr">OpenStreetMap France</a>',
|
'attribution' => '©, Tiles © <a href="http://www.openstreetmap.fr">OpenStreetMap France</a>',
|
||||||
'opacity' => '0.5',
|
'opacity' => '0.5',
|
||||||
'minzoom' => '1',
|
'minzoom' => '1',
|
||||||
'maxzoom' => '20',
|
'maxzoom' => '20'
|
||||||
),
|
),
|
||||||
];
|
];
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue