mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 06:26:41 +00:00
Minor cleanup in TileImageLoader
This commit is contained in:
parent
fa5368e77a
commit
ee4f049334
5 changed files with 15 additions and 13 deletions
|
|
@ -186,7 +186,7 @@ namespace MapControl
|
|||
}
|
||||
}
|
||||
|
||||
TileImageLoader.LoadTilesAsync(tiles, tileSource, sourceName);
|
||||
TileImageLoader.LoadTiles(tiles, tileSource, sourceName);
|
||||
}
|
||||
|
||||
private async void OnLoaded(object sender, RoutedEventArgs e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue