mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Version 4.12.2 Added SQLiteCache
This commit is contained in:
parent
85287118a5
commit
0c023abbcf
11 changed files with 755 additions and 8 deletions
|
|
@ -49,11 +49,6 @@ namespace MapControl.MBTiles
|
|||
return tileData;
|
||||
}
|
||||
|
||||
public void Close()
|
||||
{
|
||||
connection.Close();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
connection.Dispose();
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
<EmbeddedResource Include="Properties\MBTiles.UWP.rd.xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Data.SQLite">
|
||||
<PackageReference Include="Microsoft.Data.Sqlite">
|
||||
<Version>2.2.6</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue