Image loading with cancellation

This commit is contained in:
ClemensFischer 2025-08-19 23:20:11 +02:00
parent 81eabef257
commit 69bba213f0
13 changed files with 103 additions and 88 deletions

View file

@ -101,7 +101,7 @@ namespace MapControl
{
Children.Clear();
await LoadTilesAsync(null, null); // stop TileImageLoader
CancelLoadTilesAsync();
}
else if (UpdateChildLayers(tileMatrixSet))
{