summaryrefslogtreecommitdiff
path: root/tests/gis_tests
AgeCommit message (Expand)Author
2019-06-30[1.11.x] Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.Mariusz Felisiak
2019-03-03[1.11.x] Reverted "Fixed relative paths imports per isort 4.3.5."Mariusz Felisiak
2019-02-25[1.11.x] Fixed relative paths imports per isort 4.3.5.Mariusz Felisiak
2018-11-10[1.11.x] Removed obsolete and flaky GeoIP tests.Tom Forbes
2018-06-02[1.11.x] Fixed #29461 -- Fixed ogrinspect test_time_field failure on SpatiaLite.Tim Graham
2018-06-01[1.11.x] Fixed #29462 -- Fixed ogrinspect test failures with GDAL 2.2.Tim Graham
2018-05-31[1.11.x] Refs #28257 -- Updated a test for GDAL 2.2Claude Paroz
2018-04-17[1.11.x] Fixed a test failure with the latest GeoIP databases.Tim Graham
2018-01-10[1.11.x] Fixed a GeoIP2 test failure with the latest GeoIP2 database.Tim Graham
2018-01-08[1.11.x] Fixed GeoIP test failure with the latest data.Tim Graham
2017-08-02[1.11.x] Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the...Tim Graham
2017-05-30[1.11.x] Fixed gis_tests.geoapp test with incorrect geodetic coordinates.Mariusz Felisiak
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