mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MapTileLayer.cs
This commit is contained in:
parent
0e27e95c6f
commit
c84049bf82
|
|
@ -136,10 +136,7 @@ namespace MapControl
|
||||||
{
|
{
|
||||||
if (TileSource != TileImageLoader.TileSource)
|
if (TileSource != TileImageLoader.TileSource)
|
||||||
{
|
{
|
||||||
if (Tiles.Count > 0)
|
Tiles = new TileCollection(); // clear all
|
||||||
{
|
|
||||||
Tiles = new TileCollection(); // clear all
|
|
||||||
}
|
|
||||||
update = true;
|
update = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue