Updated SQLite (markdown)

springmeyer 2013-03-14 13:44:56 -07:00
parent 54e953f35e
commit d1aa4785ba

@ -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: 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. 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.