Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: 9267fb88efb5a81adcf5aac582fb62b3ee269c08
https://github.com/django/django/commit/9267fb88efb5a81adcf5aac582fb62b3ee269c08
Author: Claude Paroz <
cla...@2xlibre.net>
Date: 2013-12-24 (Tue, 24 Dec 2013)
Changed paths:
M django/contrib/gis/geos/prepared.py
M django/contrib/gis/geos/prototypes/prepared.py
M django/contrib/gis/geos/tests/test_geos.py
M docs/ref/contrib/gis/geos.txt
M docs/releases/1.7.txt
Log Message:
-----------
Added more spatial predicates for prepared geometries
GEOS 3.3 added crosses, disjoint, overlaps, touches and within
predicates on prepared geometries.