django1/django/contrib/gis/geos
Claude Paroz 7e5ebcce53 Fixed #18795 -- Fixed failing GeoDjango tests
Proj.4 and SRS strings may slightly vary depending on the installed
libraries. Made some tests pass again with recent Proj.4/GDAL lib
versions.
2012-09-13 16:20:11 +02:00
..
prototypes [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02:00
tests Fixed #18795 -- Fixed failing GeoDjango tests 2012-09-13 16:20:11 +02:00
LICENSE Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00
__init__.py Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00
base.py Dropped support for GDAL < 1.5 2012-07-15 21:10:32 +02:00
collections.py [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02:00
coordseq.py [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02:00
error.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
factory.py [py3] Replaced basestring by six.string_types. 2012-07-22 09:29:54 +02:00
geometry.py [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
io.py Fixed #10923 -- The GEOS bindings now use the thread-safe API, when applicable. Thanks, Tuure Laurinolli, for assistance in developing this patch. 2010-01-12 18:40:54 +00:00
libgeos.py Made minimal changes to make gis test suite start with Python 3 2012-09-12 15:03:46 +02:00
linestring.py [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02:00
mutable_list.py Made minimal changes to make gis test suite start with Python 3 2012-09-12 15:03:46 +02:00
point.py [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02:00
polygon.py [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02:00
prepared.py Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00