diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2015-10-29 12:49:52 +0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-29 07:57:56 -0400 |
| commit | f1054d1f1d062ddbb04e23c35b14f98d37e73378 (patch) | |
| tree | cc953a423123e74b4832bc3d4bf522d453f43a0f /docs | |
| parent | 9e7d0d90cc35800cd309d4e0296523220864e884 (diff) | |
[1.9.x] Fixed required SpatiaLite version in docs.
Refs bc0aba7786978ec312809eae5ecb3d751608b5b7 which dropped
support for SpatiaLite < 2.4.
Backport of 1a10ae45b102bd6dab15ef0bd95cda91635916ad from master
Diffstat (limited to 'docs')
| -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 1eae8a46ae..0b8d809bd3 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, PROJ.4, PostGIS 9.1+ Requires PostGIS. MySQL GEOS 5.5+ Not OGC-compliant; :ref:`limited functionality <mysql-spatial-limitations>`. Oracle GEOS 11.2+ XE not supported. -SQLite GEOS, GDAL, PROJ.4, SpatiaLite 3.6.+ Requires SpatiaLite 2.3+, pysqlite2 2.5+ +SQLite GEOS, GDAL, PROJ.4, SpatiaLite 3.6.+ Requires SpatiaLite 2.4+, pysqlite2 2.5+ ================== ============================== ================== ========================================= See also `this comparison matrix`__ on the OSGeo Wiki for |
