Version 3.2. Improved TileImageLoader.

This commit is contained in:
ClemensF 2017-07-17 21:31:09 +02:00
parent 2ed22e59b2
commit 6938c8251d
25 changed files with 338 additions and 450 deletions

View file

@ -29,7 +29,8 @@ namespace ViewModel
{
SourceName = "OpenStreetMap German",
Description = "© [OpenStreetMap Contributors](http://www.openstreetmap.org/copyright)",
TileSource = new TileSource { UriFormat = "http://{c}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png" }
TileSource = new TileSource { UriFormat = "http://{c}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png" },
MaxZoomLevel = 19
}
},
{