Fix #8484
This commit is contained in:
parent
5a731b8b04
commit
55cc4c44f8
1 changed files with 1 additions and 0 deletions
|
@ -528,6 +528,7 @@ public class SQLiteTileSource implements ITileSource {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
db.execSQL("DELETE FROM tiles");
|
db.execSQL("DELETE FROM tiles");
|
||||||
|
db.execSQL("VACUUM");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue