Update MapTileLayer.cs

This commit is contained in:
ClemensF 2020-04-13 20:49:31 +02:00
parent cdab593105
commit 9c687596f2

View file

@ -37,7 +37,7 @@ namespace MapControl
{ {
SourceName = "OpenStreetMap", SourceName = "OpenStreetMap",
Description = "© [OpenStreetMap Contributors](http://www.openstreetmap.org/copyright)", Description = "© [OpenStreetMap Contributors](http://www.openstreetmap.org/copyright)",
TileSource = new TileSource { UriFormat = "https://{c}.tile.openstreetmap.org/{z}/{x}/{y}.png" }, TileSource = new TileSource { UriFormat = "https://tile.openstreetmap.org/{z}/{x}/{y}.png" },
MaxZoomLevel = 19 MaxZoomLevel = 19
}; };
} }