Justin Bronn <jbronn@geodjango.org> [Thu, 19 Mar 2009 13:08:50 -0500] rev 362
Added `merged` property to LineString & MultiLineString, which returns the output of the GEOS line merging operation.
Justin Bronn <jbronn@geodjango.org> [Thu, 19 Mar 2009 12:33:18 -0500] rev 361
Now raise a GEOSException if `json`/`geojson` properties are accessed without GDAL 1.5 installed (Refs #9557); also now do the same for `ogr` and `srs` properties when GDAL isn't available.
Justin Bronn <jbronn@geodjango.org> [Thu, 19 Mar 2009 12:14:17 -0500] rev 360
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.
Justin Bronn <jbronn@geodjango.org> [Thu, 19 Mar 2009 11:50:05 -0500] rev 359
Phase 2 of the de-CamelCase process.
Justin Bronn <jbronn@geodjango.org> [Thu, 19 Mar 2009 11:43:55 -0500] rev 358
Phase 1 of the de-CamelCase process.
Justin Bronn <jbronn@geodjango.org> [Thu, 19 Mar 2009 10:41:03 -0500] rev 357
Removed code that triggered a deprecation warning.
Justin Bronn <jbronn@geodjango.org> [Thu, 19 Mar 2009 10:32:49 -0500] rev 356
Made private `GeometryField` attributes public (e.g., `._srid` -> `.srid`); also added properties of old names for backwards-compatibility.
Justin Bronn <jbronn@geodjango.org> [Thu, 19 Mar 2009 09:40:13 -0500] rev 355
Removed unnecessary code and whitespace from the spatial backends; improved `add_postgis_srs` to support SpatiaLite.
Justin Bronn <jbronn@geodjango.org> [Wed, 18 Mar 2009 16:07:49 -0500] rev 354
More whitespace cleanup.
Justin Bronn <jbronn@geodjango.org> [Wed, 18 Mar 2009 16:01:51 -0500] rev 353
Now set the ListMixin methods manually than requiring another __init__() call on each GEOSGeometry initialization; began cleanup of whitespace.