mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MBTileSource.cs
This commit is contained in:
parent
b3d147bf5e
commit
561438af56
|
|
@ -91,7 +91,7 @@ namespace MapControl.MBTiles
|
|||
|
||||
if (buffer != null)
|
||||
{
|
||||
image = await ImageLoader.LoadImageAsync(buffer);
|
||||
image = await LoadImageAsync(buffer);
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
|
|||
Loading…
Reference in a new issue