Changes between Version 12 and Version 13 of SpatiaLite
- Timestamp:
- 01/13/25 08:53:33 (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SpatiaLite
v12 v13 1 1 = SpatiaLite = 2 [http://www.gaia-gis.it/spatialite/ SpatiaLite] is a relatively newGIS 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.2 [http://www.gaia-gis.it/spatialite/ SpatiaLite] is a 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 ==