mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Image loading with cancellation
This commit is contained in:
parent
69bba213f0
commit
f98fc34ba5
3 changed files with 3 additions and 3 deletions
|
|
@ -119,7 +119,7 @@ namespace MapControl
|
|||
TileMatrix = null;
|
||||
Children.Clear();
|
||||
|
||||
CancelLoadTilesAsync();
|
||||
CancelLoadTiles();
|
||||
}
|
||||
else if (SetTileMatrix() || resetTiles)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue