gis/libspatialite: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 14:41:43 -04:00
parent 0ea80b42f5
commit e67a283248

View file

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