summaryrefslogtreecommitdiff
path: root/tests/gis_tests
AgeCommit message (Expand)Author
2017-05-04[1.11.x] Fixed #28160 -- Prevented hiding GDAL exceptions when it's not insta...Tim Graham
2017-05-04[1.11.x] Made runtests.py run gis_tests only when using a GIS database backend.Tim Graham
2017-04-30[1.11.x] Fixed #28105 -- Fixed crash in BaseGeometryWidget.get_context() when...Dylan Verheul
2017-04-20[1.11.x] Fixed #28039 -- Fixed crash in BaseGeometryWidget.subwidgets().Tim Graham
2017-03-23[1.11.x] Fixed #27603 -- Fixed AsKML when queryset is evaluated more than once.Sergey Fedoseev
2017-03-21[1.11.x] Fixed #27965 -- Fixed precision comparison in a geoforms test (refs ...Sergey Fedoseev
2017-03-17[1.11.x] Fixed #27939 -- Updated OpenLayersWidget.map_srid for OpenLayers 3.Tim Graham
2017-03-16[1.11.x] Updated postgis.net and gaia-gis.it links to https.Tim Graham
2017-02-14[1.11.x] Fixed GeoIP test failure with the latest data.Tim Graham
2017-01-03Refs #25004 -- Fixed test failure introduced by OpenLayers 3 update.Claude Paroz
2017-01-03Replaced some GIS has_X_method skips with supports_X_aggr/has_X_function.Tim Graham
2017-01-02Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3Claude Paroz
2016-12-17Removed unneeded SpatiaLite workarounds in GIS tests.Sergey Fedoseev
2016-12-17Used assertJSONEqual() in GISFunctionsTests.test_asgeojson().Sergey Fedoseev
2016-12-16Made NumPoints raise TypeError on MySQL when it's used on fields besides Line...Sergey Fedoseev
2016-12-15Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.Sergey Fedoseev
2016-12-15Fixed #27576 -- Made get_srid_info() fallback to GDAL if SpatialRefSys is una...Sergey Fedoseev
2016-12-15Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite.Sergey Fedoseev
2016-12-15Fixed #27602 -- Added Oracle support for BoundingCircle GIS function.Sergey Fedoseev
2016-12-15Fixed #27607 -- Added Oracle support for AsGML GIS function.Sergey Fedoseev
2016-12-15Improved testing of num_seg kwarg of BoundingCircle GIS function.Sergey Fedoseev
2016-12-15Simplified a GIS test by using an SRID available on all backends.Sergey Fedoseev
2016-12-08Fixed #27472 -- Fixed GEOSGeometry('POINT EMPTY').transform crash.Sergey Fedoseev
2016-12-08Refs #27472 -- Fixed OGRGeometry('POINT EMPTY').geos crash.Sergey Fedoseev
2016-12-08Refs #27472 -- Fixed GEOSGeometry('POINT EMPTY').ogr crash.Sergey Fedoseev
2016-12-07Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham
2016-12-07Fixed #25708 -- Fixed annotations with geometry values.Sergey Fedoseev
2016-12-06Fixed #26789 -- Fixed handling of empty geometries in BaseSpatialField.get_db...Sergey Fedoseev
2016-12-06Refs #26789 -- Fixed output of WKBWriter for empty points and polygons.Sergey Fedoseev
2016-12-05Removed test workarounds for PROJ.4 < 4.7.0.Sergey Fedoseev
2016-11-30Fixed #27557 -- Casted GEOSGeometry only when necessaryClaude Paroz
2016-11-30Fixed #27556 -- Added Oracle support for IsValid function and isvalid lookup.Sergey Fedoseev
2016-11-30Simplified union GIS tests with equals() rather than equals_exact().Sergey Fedoseev
2016-11-30Fixed #27552 -- Added docs/test for GEOSGeometry.normalize().Sergey Fedoseev
2016-11-29Enabled GeoQuerySetTest.test_unionagg on Oracle; refs #23504.Sergey Fedoseev
2016-11-23Fixed #26920 -- Made GEOSGeometry equality check consider the sridJackie Leng
2016-11-19Fixed #27493 -- Fixed test failure with recent GDAL versionsNicolas NoƩ
2016-11-15Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.Adam Chainz
2016-11-14Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-11-12Fixed #27448 -- Switched use of functions deprecated in PostGIS 2.2.Christian von Roques
2016-11-12Dropped support for GDAL 1.7 and 1.8Claude Paroz
2016-11-11Fixed #27421 -- Added shape, size, and offset controls to GDALRaster construc...Daniel Wiesmann
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-10-11Fixed nonexistent tmc.edu domain in GeoIP test.Tim Graham
2016-09-30Confirmed support for PostGIS 2.3.Tim Graham
2016-09-22Fixed #27056 -- Allowed migrating geometry field dimension on PostGISClaude Paroz
2016-09-22Refs #27056 -- Rearranged gis_migrations test case classesClaude Paroz
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-09-16Fixed #26697 -- Removed contrib.gis.maps.Tim Graham