mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Update MBTileSource.cs
This commit is contained in:
parent
5b48fa336e
commit
df661106b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue