diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2015-10-31 00:04:00 +0500 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-10-31 14:22:34 +0100 |
| commit | 8ad923b9d06f173ff9c633af000a0b91063a5e12 (patch) | |
| tree | 8fed7a9bfac6ec48b8d813ce272a073dbea8ed02 /docs/ref | |
| parent | b67502fb8dccefa0c0a3b4a63f9053c4238a8a0c (diff) | |
Fixed #25636 -- Dropped support for SpatiaLite < 3.0
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/db-api.txt | 4 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/geoquerysets.txt | 4 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/install/geolibs.txt | 3 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/install/index.txt | 2 |
4 files changed, 6 insertions, 7 deletions
diff --git a/docs/ref/contrib/gis/db-api.txt b/docs/ref/contrib/gis/db-api.txt index 36e8e2a9bf..b056b2edb2 100644 --- a/docs/ref/contrib/gis/db-api.txt +++ b/docs/ref/contrib/gis/db-api.txt @@ -345,8 +345,8 @@ support any of these aggregates, and is thus excluded from the table. ======================= ======= ====== ========== Aggregate PostGIS Oracle SpatiaLite ======================= ======= ====== ========== -:class:`Collect` X (from v3.0) -:class:`Extent` X X (from v3.0) +:class:`Collect` X X +:class:`Extent` X X X :class:`Extent3D` X :class:`MakeLine` X :class:`Union` X X X diff --git a/docs/ref/contrib/gis/geoquerysets.txt b/docs/ref/contrib/gis/geoquerysets.txt index 4ed1fe0164..95c27b38d0 100644 --- a/docs/ref/contrib/gis/geoquerysets.txt +++ b/docs/ref/contrib/gis/geoquerysets.txt @@ -1251,7 +1251,7 @@ Example:: .. class:: Collect(geo_field) -*Availability*: PostGIS, Spatialite (≥3.0) +*Availability*: PostGIS, Spatialite Returns a ``GEOMETRYCOLLECTION`` or a ``MULTI`` geometry object from the geometry column. This is analogous to a simplified version of the :class:`Union` @@ -1264,7 +1264,7 @@ not caring about dissolving boundaries. .. class:: Extent(geo_field) -*Availability*: PostGIS, Oracle, Spatialite (≥3.0) +*Availability*: PostGIS, Oracle, Spatialite Returns the extent of all ``geo_field`` in the ``QuerySet`` as a four-tuple, comprising the lower left coordinate and the upper right coordinate. diff --git a/docs/ref/contrib/gis/install/geolibs.txt b/docs/ref/contrib/gis/install/geolibs.txt index 1497a53adb..8a466bb507 100644 --- a/docs/ref/contrib/gis/install/geolibs.txt +++ b/docs/ref/contrib/gis/install/geolibs.txt @@ -13,7 +13,7 @@ Program Description Required :doc:`GDAL <../gdal>` Geospatial Data Abstraction Library Yes (SQLite only) 2.0, 1.11, 1.10, 1.9, 1.8, 1.7 :doc:`GeoIP <../geoip>` IP-based geolocation library No 1.4 `PostGIS`__ Spatial extensions for PostgreSQL Yes (PostgreSQL only) 2.1, 2.0 -`SpatiaLite`__ Spatial extensions for SQLite Yes (SQLite only) 4.1, 4.0, 3.0, 2.4 +`SpatiaLite`__ Spatial extensions for SQLite Yes (SQLite only) 4.1, 4.0, 3.0 ======================== ==================================== ================================ ============================ Note that older or more recent versions of these libraries *may* also work @@ -31,7 +31,6 @@ totally fine with GeoDjango. Your mileage may vary. GDAL 1.11.0 2014-04-25 PostGIS 2.0.0 2012-04-03 PostGIS 2.1.0 2013-08-17 - Spatialite 2.4.0 2010-11-14 Spatialite 3.0.0 2011-12-30 Spatialite 4.0.0 2012-11-25 Spatialite 4.1.0 2013-06-04 diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt index 95f1f92d41..70cc202f1d 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.4+, pysqlite2 2.5+ +SQLite GEOS, GDAL, PROJ.4, SpatiaLite 3.6.+ Requires SpatiaLite 3.0+, pysqlite2 2.5+ ================== ============================== ================== ========================================= See also `this comparison matrix`__ on the OSGeo Wiki for |
