mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Removed EnableMsixTooling
This commit is contained in:
parent
37dac5611d
commit
d4f39c5cd9
4 changed files with 15 additions and 19 deletions
|
|
@ -68,7 +68,9 @@ namespace MapControl.MBTiles
|
|||
command.Parameters.AddWithValue("@x", x);
|
||||
command.Parameters.AddWithValue("@y", (1 << zoomLevel) - y - 1);
|
||||
|
||||
image = await LoadImageAsync((byte[])await command.ExecuteScalarAsync());
|
||||
var buffer = (byte[])await command.ExecuteScalarAsync();
|
||||
|
||||
image = await LoadImageAsync(buffer);
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue