mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
a0879e4ae5
Signed-off-by: David Spencer <baildon.research@googlemail.com>
9 lines
511 B
Text
9 lines
511 B
Text
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.
|