mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-01-21 08:00:17 +01:00
Update MBTileSource.cs
This commit is contained in:
parent
5b48fa336e
commit
df661106b6
|
|
@ -30,7 +30,7 @@ namespace MapControl.MBTiles
|
|||
{
|
||||
Close();
|
||||
|
||||
connection = new SQLiteConnection("Data Source=" + Path.GetFullPath(file));
|
||||
connection = new SQLiteConnection("Data Source=" + Path.GetFullPath(file) + ";Read Only=True");
|
||||
|
||||
await connection.OpenAsync();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue