mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 22:18:56 +00:00
Version 4.12.2 Improved TileImageLoader.Cache
This commit is contained in:
parent
a25cc91c2f
commit
85287118a5
8 changed files with 139 additions and 116 deletions
|
|
@ -72,9 +72,7 @@ namespace MapControl.MBTiles
|
|||
|
||||
if (file != null)
|
||||
{
|
||||
mbTileSource = new MBTileSource(file);
|
||||
|
||||
await mbTileSource.Initialize();
|
||||
mbTileSource = await MBTileSource.CreateAsync(file);
|
||||
|
||||
if (mbTileSource.Name != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue