diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:41:43 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:41:43 -0400 |
commit | e67a28324802af038ad73f9cd1dabb2f8076983a (patch) | |
tree | f8be248cbbab2e0250de8631c6215e8ff3a74e14 /gis/libspatialite | |
parent | 0ea80b42f54210163c339772f1365e35f39da71c (diff) |
gis/libspatialite: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'gis/libspatialite')
-rw-r--r-- | gis/libspatialite/README | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gis/libspatialite/README b/gis/libspatialite/README index 52bbc54ffb54..af798dbacc6a 100644 --- a/gis/libspatialite/README +++ b/gis/libspatialite/README @@ -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. |