update CHANGELOG

merge-requests/2/head
Julien Veyssier 2017-06-17 19:48:23 +02:00
parent 6daa5e4fc7
commit 69d0872f90
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -138,7 +138,7 @@ $baseTileServers = [
'attribution' => '&copy, Tiles © <a href="http://www.openstreetmap.fr">OpenStreetMap France</a>', 'attribution' => '&copy, Tiles © <a href="http://www.openstreetmap.fr">OpenStreetMap France</a>',
'opacity' => '0.5', 'opacity' => '0.5',
'minzoom' => '1', 'minzoom' => '1',
'maxzoom' => '20', 'maxzoom' => '20'
), ),
]; ];
?> ?>