Update Tile class

This commit is contained in:
ClemensFischer 2022-11-17 23:11:40 +01:00
parent 6903c4a436
commit 7fa2e37266
7 changed files with 17 additions and 10 deletions

View file

@ -70,7 +70,7 @@ namespace MapControl
{
try
{
tile.SetImage(await loadImageFunc());
tile.SetImageSource(await loadImageFunc());
tcs.TrySetResult(null);
}
catch (Exception ex)