Update MapLayers.cs

This commit is contained in:
ClemensF 2020-10-24 19:23:15 +02:00
parent f7e7dd57ce
commit 4f35372cf3

View file

@ -46,7 +46,7 @@ namespace ViewModel
{ {
TileSource = new TileSource { UriFormat = "https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png" }, TileSource = new TileSource { UriFormat = "https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png" },
SourceName = "OpenTopoMap", SourceName = "OpenTopoMap",
Description = "© [OpenStreetMap contributors](http://www.openstreetmap.org/copyright)", Description = "© [OpenTopoMap](https://opentopomap.org/)\n© [OpenStreetMap contributors](http://www.openstreetmap.org/copyright)",
MaxZoomLevel = 17 MaxZoomLevel = 17
} }
}, },