Removed subdomain specifiers from tile URLs

This commit is contained in:
Clemens 2021-09-22 16:58:31 +02:00
parent 9578b6c932
commit 046f40a859
2 changed files with 5 additions and 5 deletions

View file

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