Changes between Version 2 and Version 3 of SpatiaLite
- Timestamp:
- 07/24/10 12:33:48 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SpatiaLite
v2 v3 1 1 = SpatiaLite = 2 [http://www.gaia-gis.it/spatialite/ SpatiaLite] is a relatively new GIS file format based on [http://www.sqlite.org/ SQLite], which uses a single file to store multiple layers and data tables. It is an alternative format to ESRI Shapefiles, which have several legacy issues (such as storage types and lengths of column names, etc.) 2 [http://www.gaia-gis.it/spatialite/ SpatiaLite] is a relatively new GIS file format based on [http://www.sqlite.org/ SQLite], which uses a single file to store multiple layers and data tables. It is an alternative format to ESRI Shapefiles, which have several legacy issues (such as storage types and lengths of column names, etc.) Furthermore it is simple to distribute and run, as there is only one file. 3 3 4 4 == Exporting from PostGIS to SpatiaLite ==