From d1aa4785ba7919e22e9ad5fb521825e857edd82f Mon Sep 17 00:00:00 2001 From: springmeyer Date: Thu, 14 Mar 2013 13:44:56 -0700 Subject: [PATCH] Updated SQLite (markdown) --- SQLite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQLite.md b/SQLite.md index 701cec0..aab3767 100644 --- a/SQLite.md +++ b/SQLite.md @@ -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.