django/contrib/gis/geos/collections.py
3 years ago Added `merged` property to LineString & MultiLineString, which returns the output of the GEOS line merging operation.
3 years ago de-CamelCase process complete. Removed unused WKBWriter instance; updated `mutable_list.py`, `test_geos_mutation.py`, and `test_mutable_list.py` with copyright notice of Aryeh Leib Taurog.
3 years ago Phase 2 of the de-CamelCase process.
3 years ago Phase 1 of the de-CamelCase process.
3 years ago Now set the ListMixin methods manually than requiring another __init__() call on each GEOSGeometry initialization; began cleanup of whitespace.
3 years ago Merged with the latest version of Aryeh's mutability patch. TODO: de-CamelCase.
3 years ago Minor tweak to collection initiation logic.
3 years ago Merged in patch from Aryeh Leib Taurog for #9877, adapting as necessary.
3 years ago Added a `cascaded_union` property to MultiPolygons. Cleaned up collections module a small bit.
3 years ago GeometryCollection object may now take in other collections (as also allowed by GEOS).
3 years ago Merged in the gis-geos branch.
3 years ago [svn r9646] Remove some code in loaddata that bails out of searching for fixture files (only when verbosity > 1) as soon as attempting to open any potential fixture file fails. This code looks to have been mistakenly added in r9527; loaddata ought to proceed with attempting to locate other fixture files, regardless of verbosity setting, as it did before r9527.