diff --git a/MapControl/Shared/MapTileLayer.cs b/MapControl/Shared/MapTileLayer.cs index 3377e175..c2a931ca 100644 --- a/MapControl/Shared/MapTileLayer.cs +++ b/MapControl/Shared/MapTileLayer.cs @@ -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; }