Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/gis_tests/geos_tests
Commit message (Collapse)AuthorAgeFilesLines
* Fixed GIS test failures when GDAL is not installedHEADmasterClaude Paroz2015-11-071-0/+1
| | | | Thanks Iacopo Spalletti for the report and testing.
* Fixed #25661 -- Fixed checking number of points during ↵Sergey Fedoseev2015-11-021-0/+32
| | | | list assignment for `LinearRing`.
* Fixed #25664 -- Fixed `dims` for `Point`Sergey Fedoseev2015-11-021-0/+20
|
* Fixed #25655 -- Dropped support for GEOS < 3.3Sergey Fedoseev2015-11-011-11/+10
|
* Fixed #25583 -- Allowed calling `transform` with ↵Sergey Fedoseev2015-10-241-17/+18
| | | | `CoordTransform` even if SRID is invalid.
* Fixed #25580 -- Allowed `None` to be set as SRID value.Sergey Fedoseev2015-10-211-0/+4
|
* Fixed #25225 -- Simplified code to remove GEOSIndexErrorTim Graham2015-08-193-20/+26
| | | | | The test is a regression for refs #4740 to show that the original fix of GEOSIndexError is no longer needed.
* Replaced try/finally by mock.patch in geos testsClaude Paroz2015-07-181-30/+19
|
* Fixed #24714 -- Used more specific assertions than ↵Alasdair Nicol2015-04-281-12/+13
| | | | assertEqual in tests.
* Removed many HAS_GEOS conditional importsClaude Paroz2015-04-243-25/+16
|
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-115-0/+1797