mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Update MapTileLayer.cs
This commit is contained in:
parent
0e27e95c6f
commit
c84049bf82
1 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue