mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-20 22:05:07 +00:00
Update MBTileSource.cs
This commit is contained in:
parent
468a34dc1e
commit
ec53c50c67
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ namespace MapControl.MBTiles
|
||||||
|
|
||||||
var buffer = (byte[])await command.ExecuteScalarAsync();
|
var buffer = (byte[])await command.ExecuteScalarAsync();
|
||||||
|
|
||||||
if (buffer != null)
|
if (buffer != null && buffer.Length > 0)
|
||||||
{
|
{
|
||||||
image = await LoadImageAsync(buffer);
|
image = await LoadImageAsync(buffer);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue