Updated SQLite (markdown)
parent
54e953f35e
commit
d1aa4785ba
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ You can create a pure SQLite + WKB geometry based sqlite db using ogr like:
|
|||
|
||||
You can create a spatialite enabled db also using ogr:
|
||||
|
||||
ogr2ogr -f SQLite test.sqlite some.shp -dsco SPATIALITE=YES
|
||||
ogr2ogr -f SQLite test.sqlite some.shp -dsco SPATIALITE=YES
|
||||
|
||||
|
||||
The main difference is that a spatialite enabled db will include a spatial index inside the database. A pure SQLite db will not contain a spatial index, but Mapnik will create one on the fly.
|
||||
|
|
Loading…
Reference in a new issue