Update MapTileLayer.cs

This commit is contained in:
ClemensFischer 2022-11-23 17:14:07 +01:00
parent 0e27e95c6f
commit c84049bf82

View file

@ -136,10 +136,7 @@ namespace MapControl
{
if (TileSource != TileImageLoader.TileSource)
{
if (Tiles.Count > 0)
{
Tiles = new TileCollection(); // clear all
}
Tiles = new TileCollection(); // clear all
update = true;
}