1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/tests/gis_tests
Claude Paroz 2ebfda38e6 Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3
Thanks Tim Graham for the review.
2017-01-02 19:45:52 +01:00
..
data Dropped support for GDAL 1.7 and 1.8 2016-11-12 17:28:03 +01:00
distapp Fixed #27576 -- Made get_srid_info() fallback to GDAL if SpatialRefSys is unavailable. 2016-12-15 16:36:18 -05:00
gdal_tests Refs #27472 -- Fixed OGRGeometry('POINT EMPTY').geos crash. 2016-12-08 10:24:05 -05:00
geo3d Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL. 2016-11-15 11:46:06 -05:00
geoadmin Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL. 2016-11-15 11:46:06 -05:00
geoapp Removed unneeded SpatiaLite workarounds in GIS tests. 2016-12-17 08:31:17 -05:00
geogapp Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite. 2016-12-15 15:31:07 -05:00
geos_tests Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase. 2016-12-15 16:59:08 -05:00
gis_migrations Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL. 2016-11-15 11:46:06 -05:00
inspectapp Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL. 2016-11-15 11:46:06 -05:00
layermap Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL. 2016-11-15 11:46:06 -05:00
maps Fixed #26697 -- Removed contrib.gis.maps. 2016-09-16 15:21:46 -04:00
rasterapp Fixed #27493 -- Fixed test failure with recent GDAL versions 2016-11-19 16:41:18 +01:00
relatedapp Fixed #26920 -- Made GEOSGeometry equality check consider the srid 2016-11-23 09:23:06 +01:00
__init__.py
admin.py
models.py Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL. 2016-11-15 11:46:06 -05:00
test_data.py
test_geoforms.py Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3 2017-01-02 19:45:52 +01:00
test_geoip2.py
test_geoip.py Fixed nonexistent tmc.edu domain in GeoIP test. 2016-10-11 19:31:13 -04:00
test_measure.py Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
test_ptr.py Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase. 2016-12-15 16:59:08 -05:00
test_spatialrefsys.py Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase. 2016-12-07 17:42:31 -05:00
test_wkt.py
tests.py Fixed #27448 -- Switched use of functions deprecated in PostGIS 2.2. 2016-11-12 16:18:22 -05:00
utils.py