Changes between Version 3 and Version 4 of SpatiaLite
- Timestamp:
- 07/24/10 12:34:17 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SpatiaLite
v3 v4 6 6 Use [http://www.gdal.org/ogr2ogr.html ogr2ogr] built with [http://www.gdal.org/ogr/drv_sqlite.html SpatiaLite options]. 7 7 8 To create the SpatiaLite file export the first layer:8 To create the SpatiaLite file and export the first layer: 9 9 {{{ 10 10 $ ogr2ogr -f SQLite -dsco SPATIALITE=yes myfile.sqlite PG:"dbname=mydb user=myuser password=mypass" myschema.mytable