mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #25655 -- Dropped support for GEOS < 3.3
This commit is contained in:
parent
06627ef2ca
commit
b78226cd3d
10 changed files with 18 additions and 83 deletions
|
@ -160,11 +160,6 @@ WKB / EWKB ``buffer``
|
|||
GeoJSON ``str`` or ``unicode``
|
||||
============= ======================
|
||||
|
||||
.. note::
|
||||
|
||||
The new 3D/4D WKT notation with an intermediary Z or M (like
|
||||
``POINT Z (3, 4, 5)``) is only supported with GEOS 3.3.0 or later.
|
||||
|
||||
Properties
|
||||
~~~~~~~~~~
|
||||
|
||||
|
@ -748,36 +743,16 @@ For example::
|
|||
|
||||
.. method:: crosses(other)
|
||||
|
||||
.. note::
|
||||
|
||||
GEOS 3.3 is *required* to use this predicate.
|
||||
|
||||
.. method:: disjoint(other)
|
||||
|
||||
.. note::
|
||||
|
||||
GEOS 3.3 is *required* to use this predicate.
|
||||
|
||||
.. method:: intersects(other)
|
||||
|
||||
.. method:: overlaps(other)
|
||||
|
||||
.. note::
|
||||
|
||||
GEOS 3.3 is *required* to use this predicate.
|
||||
|
||||
.. method:: touches(other)
|
||||
|
||||
.. note::
|
||||
|
||||
GEOS 3.3 is *required* to use this predicate.
|
||||
|
||||
.. method:: within(other)
|
||||
|
||||
.. note::
|
||||
|
||||
GEOS 3.3 is *required* to use this predicate.
|
||||
|
||||
Geometry Factories
|
||||
==================
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ geospatial libraries:
|
|||
======================== ==================================== ================================ ============================
|
||||
Program Description Required Supported Versions
|
||||
======================== ==================================== ================================ ============================
|
||||
:doc:`GEOS <../geos>` Geometry Engine Open Source Yes 3.4, 3.3, 3.2
|
||||
:doc:`GEOS <../geos>` Geometry Engine Open Source Yes 3.4, 3.3
|
||||
`PROJ.4`_ Cartographic Projections library Yes (PostgreSQL and SQLite only) 4.9, 4.8, 4.7, 4.6, 4.5, 4.4
|
||||
: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
|
||||
|
@ -21,7 +21,6 @@ totally fine with GeoDjango. Your mileage may vary.
|
|||
|
||||
..
|
||||
Libs release dates:
|
||||
GEOS 3.2.0 2009-12-14
|
||||
GEOS 3.3.0 2011-05-30
|
||||
GEOS 3.4.0 2013-08-11
|
||||
GDAL 1.7.1 2010-02-08
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue