TileImageLoader

This commit is contained in:
ClemensFischer 2025-01-21 19:28:49 +01:00
parent 115525cbfc
commit b3d147bf5e
4 changed files with 12 additions and 7 deletions

View file

@ -21,8 +21,9 @@ namespace MapControl
{
var image = await loadImageFunc();
tcs.TrySetResult(); // tcs.Task has completed when image is loaded
tile.SetImageSource(image);
tcs.TrySetResult();
}
catch (Exception ex)
{