mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Update SQLiteCache.cs
This commit is contained in:
parent
13f4cfcdfb
commit
d0d95b8f90
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ namespace MapControl.Caching
|
|||
path = Path.Combine(path, "TileCache.sqlite");
|
||||
}
|
||||
|
||||
connection = new SQLiteConnection("Data Source=" + Path.GetFullPath(path));
|
||||
connection = new SQLiteConnection("Data Source=" + path);
|
||||
connection.Open();
|
||||
|
||||
using (var command = new SQLiteCommand("pragma journal_mode=wal", connection))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue