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:46:54 -0500 |
| commit | 4763c9719135f4de17924d9c8524f1cfe41bc645 (patch) | |
| tree | 6234efdd075812f4eaf4a3972f0192bca306711e /docs/ref | |
| parent | 85f924a9b92f5922376c1d3f1a4f1af1d957ef0e (diff) | |
Refs #30055 -- Bumped minimum SQLite version in GIS docs.
Diffstat (limited to 'docs/ref')
| -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 |
