Change Online Map MaxZoom to 20

This commit is contained in:
BlubbFish 2019-08-31 22:55:55 +02:00
parent f192cc7b52
commit df0593ee38
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelogs
## 1.2.10
### New Features
### Bugfixes
### Changes
* Change Online Map MaxZoom to 20
## 1.2.9
### New Features
* Add setting model to code

View File

@ -182,7 +182,7 @@ namespace Fraunhofer.Fit.IoT.LoraMap {
{ "url", "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" },
{ "attribution", "&copy; <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" },
{ "minZoom", 1 },
{ "maxZoom", 18 }
{ "maxZoom", 19 }
} }
};
if(Directory.Exists("resources" + Path.DirectorySeparatorChar + "maps")) {