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