Version 5.4. Reworked TileSource

This commit is contained in:
ClemensF 2020-10-23 23:35:48 +02:00
parent 5c815e951e
commit 5336d07704
22 changed files with 145 additions and 233 deletions

View file

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