Changes between Version 1 and Version 2 of SpatiaLite
- Timestamp:
- 07/24/10 12:30:37 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SpatiaLite
v1 v2 1 [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. 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 3 3 4 == Exporting from PostGIS to SpatiaLite ==