Change Online Map MaxZoom to 20
This commit is contained in:
parent
f192cc7b52
commit
df0593ee38
@ -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
|
||||
|
@ -182,7 +182,7 @@ namespace Fraunhofer.Fit.IoT.LoraMap {
|
||||
{ "url", "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" },
|
||||
{ "attribution", "© <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors" },
|
||||
{ "minZoom", 1 },
|
||||
{ "maxZoom", 18 }
|
||||
{ "maxZoom", 19 }
|
||||
} }
|
||||
};
|
||||
if(Directory.Exists("resources" + Path.DirectorySeparatorChar + "maps")) {
|
||||
|
Loading…
Reference in New Issue
Block a user