summaryrefslogtreecommitdiff
path: root/tests/gis_tests
AgeCommit message (Expand)Author
2017-11-04[2.0.x] Refs #17448 -- Fixed GeoModelTest.test_raw_sql_query.Sergey Fedoseev
2017-09-21Fixed #28576 -- Added color interpretation method to GDALBand.Niall Dalton
2017-09-20Fixed #28617 -- Made ogrinspect output pep8 compliant.Thomas Schorr
2017-09-12Removed django.contrib.gis.geometry.backend.Tim Graham
2017-09-11Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more than...Sergey Fedoseev
2017-09-11Fixed #28392 -- Fixed GIS's WKT regex to match large scientific notation numb...Sergey Fedoseev
2017-09-09Fixed capitalization of "Spherical Mercator."Sergey Fedoseev
2017-09-08Fixed deepcopy of AreaField and DistanceField.Sergey Fedoseev
2017-09-04Improved messages in IndexErrors raised by GDAL objects.Nick Pope
2017-09-04Fixed #28569 -- Corrected get_layer_by_name prototype to skip error checking.Nick Pope
2017-09-03Fixed #28558 -- Simplified code to remove OGRIndexError.Nick Pope
2017-09-03Refs #25225 -- Removed test for removed ListMixin._IndexError.Nick Pope
2017-08-24Fixed #28518 -- Improved performance of loading geometries from DB.Sergey Fedoseev
2017-08-24Fixed #28380 -- Excluded null geometries in SpatiaLite geometry lookups.Fabian Schindler
2017-08-15Fixed #28495 -- Converted GDAL Feature.fields to stringsClaude Paroz
2017-08-02Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the end.Tim Graham
2017-07-27Fixed #28437 -- Added support for complex geometry expressions in GIS lookups.Sergey Fedoseev
2017-07-26Fixed #28433 -- Made GEOSGeometry.__eq__() work correctly with non-canonical ...Sergey Fedoseev
2017-07-26Fixed #28436 -- Added support for distance lookups on MySQL.Sergey Fedoseev
2017-07-25Fixed #28432 -- Allowed geometry expressions to be used with distance lookups.Sergey Fedoseev
2017-07-20Simplified handling of GIS lookup params.Sergey Fedoseev
2017-07-20Tested the case when the lhs of a raster lookup has an index specified and th...Sergey Fedoseev
2017-07-19Fixed typo in DistanceLookupBase.process_rhs() error message.Sergey Fedoseev
2017-07-18Removed redundant lookup values in RasterFieldTest.test_all_gis_lookups_with_...Sergey Fedoseev
2017-07-18Fixed RasterFieldTest.test_all_gis_lookups_with_rasters.Sergey Fedoseev
2017-07-13Added test for GEOSCoordSeq.__getitem__().Sergey Fedoseev
2017-07-12Added test for LineString.__iter__().Sergey Fedoseev
2017-07-11Fixed #28383 -- Made NumPoints GIS function return None for non-LINESTRING ge...Sergey Fedoseev
2017-06-26Fixed #27964 -- Made MySQL backend raise exception if spatial transformation ...Sergey Fedoseev
2017-06-16Fixed #28300 -- Allowed GDALRasters to use the vsimem filesystem.Daniel Wiesmann
2017-06-13Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.chillaranand
2017-06-08Fixed #28288 -- Allowed passing papsz options to GDALRaster initialization.Daniel Wiesmann
2017-06-07Fixed #28257 -- Confirmed support for GDAL 2.2Claude Paroz
2017-06-07Fixed #28232 -- Made raster metadata readable and writable on GDALRaster/Band.Daniel Wiesmann
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-05-30Refs #23804 -- Improved value validation in GDALRaster.geotransform setter.Adam Johnson
2017-05-30Fixed gis_tests.geoapp test with incorrect geodetic coordinates.Mariusz Felisiak
2017-05-27Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne
2017-05-24Refs #27804 -- Used subTest() in several tests.Bruno Alla
2017-05-22Fixed #28112 -- Added 'time_zone' in GeoIP2.city() dict.R3turnz
2017-05-14Fixed #28195 -- Added OSMWidget.default_zoom attribute.Danilo Bargen
2017-05-14Simplified test for OSMWidget.default_lon/lat.Tim Graham
2017-05-04Removed obsolete HAS_GEOS variable for test skipping.Tim Graham
2017-05-04Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.Tim Graham
2017-05-04Made runtests.py run gis_tests only when using a GIS database backend.Tim Graham
2017-04-30Fixed #28105 -- Fixed crash in BaseGeometryWidget.get_context() when overridi...Dylan Verheul
2017-04-22Fixed #28115 -- Fixed IP address validation in geoip2 moduleClaude Paroz
2017-04-20Fixed #28039 -- Fixed crash in BaseGeometryWidget.subwidgets().Tim Graham
2017-04-10Fixed #26788 -- Fixed QuerySet.update() crash when updating a geometry to ano...Sergey Fedoseev
2017-04-06Fixed #28006 -- Allowed using D with lookups on Distance annotations.Sergey Fedoseev