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
81eabef257
commit
69bba213f0
13 changed files with 103 additions and 88 deletions
|
|
@ -101,7 +101,7 @@ namespace MapControl
|
|||
{
|
||||
Children.Clear();
|
||||
|
||||
await LoadTilesAsync(null, null); // stop TileImageLoader
|
||||
CancelLoadTilesAsync();
|
||||
}
|
||||
else if (UpdateChildLayers(tileMatrixSet))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue