diff options
| author | Tim Graham <timograham@gmail.com> | 2019-02-04 11:43:20 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-02-04 11:47:15 -0500 |
| commit | d5b43d7226730992f3875605355e7d17837810cd (patch) | |
| tree | eb669d7e556ef58251a87c1f5faef135f104853d | |
| parent | 6b3940b5a42b3cbf9233982e0ce8c5fcfe988819 (diff) | |
[2.2.x] Refs #30055 -- Bumped minimum SQLite version in GIS docs.
Backport of 4763c9719135f4de17924d9c8524f1cfe41bc645 from master.
| -rw-r--r-- | docs/ref/contrib/gis/install/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt index 3a05e19864..941afe82d8 100644 --- a/docs/ref/contrib/gis/install/index.txt +++ b/docs/ref/contrib/gis/install/index.txt @@ -61,7 +61,7 @@ Database Library Requirements Supported Versions Notes PostgreSQL GEOS, GDAL, PROJ.4, PostGIS 9.4+ Requires PostGIS. MySQL GEOS, GDAL 5.6+ Not OGC-compliant; :ref:`limited functionality <mysql-spatial-limitations>`. Oracle GEOS, GDAL 12.1+ XE not supported. -SQLite GEOS, GDAL, PROJ.4, SpatiaLite 3.7.15+ Requires SpatiaLite 4.1+ +SQLite GEOS, GDAL, PROJ.4, SpatiaLite 3.8.3+ Requires SpatiaLite 4.1+ ================== ============================== ================== ========================================= See also `this comparison matrix`__ on the OSGeo Wiki for |
