README 511 B

12345678910
  1. SpatiaLite is an open source library intended to extend the SQLite
  2. core to support fully fledged Spatial SQL capabilities. SpatiaLite
  3. is smoothly integrated into SQLite to provide a complete and powerful
  4. Spatial DBMS (mostly OGC-SFS compliant). Using SQLite + SpatiaLite you
  5. can effectively deploy an alternative open source Spatial DBMS roughly
  6. equivalent to PostgreSQL + PostGIS.
  7. liblwgeom (postgis) is optional but strongly recommended
  8. dependency. To build spatialite with liblwgeom support set LWGEOM=yes.