Updated SQLite (markdown)
parent
d1aa4785ba
commit
15eae6f1b8
1 changed files with 2 additions and 1 deletions
|
@ -10,8 +10,9 @@ 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
|
||||||
|
|
||||||
|
For more details see: http://www.gdal.org/ogr/drv_sqlite.html
|
||||||
|
|
||||||
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.
|
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 can create one on the fly.
|
||||||
|
|
||||||
# Parameters
|
# Parameters
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue