django/contrib/gis/geos/tests/test_geos.py
3 years ago Added `merged` property to LineString & MultiLineString, which returns the output of the GEOS line merging operation.
3 years ago More whitespace cleanup.
3 years ago Merged with the latest version of Aryeh's mutability patch. TODO: de-CamelCase.
3 years ago Got rid of the ancient `wkt_to_hex`, `hex_to_wkt`, `centroid`, and `area` legacy functions; `fromfile` may now take a file handle, and moved it and `fromstr` to the new `factory` module.
3 years ago Had the logic flipped.
3 years ago Merged in patch from Aryeh Leib Taurog for #9877, adapting as necessary.
3 years ago Initial revision of support for prepared geometries.
3 years ago GeometryCollection object may now take in other collections (as also allowed by GEOS).
3 years ago Added `from_bbox` routine with patch from crschmidt.
3 years ago Refactored the GDAL tests to be contained within their own module.
3 years ago Merged in the gis-geos branch.