mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-01-28 03:14:14 +01:00
Update MapLayers.cs
This commit is contained in:
parent
f7e7dd57ce
commit
4f35372cf3
|
|
@ -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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue