descriptionMerge sandbox for experimental 1.2 features.
ownerJustin Bronn <jbronn@geodjango.org>
last changeTue, 15 Dec 2009 00:25:03 -0600
changes
2 years ago Justin Bronn Helps ease backwards-compatibility. default tip
2 years ago Justin Bronn Added the attributes for more features that PostGIS supports; `MakeLine` was added in 1.4; put version checks in order in `PostGISOperations.__init__`.
2 years ago Justin Bronn Now check to make sure lookups are also valid for geography columns.
2 years ago Justin Bronn May now accept objects confming to the Python Geo Interface.
2 years ago Justin Bronn First-stab at KML utility module.
2 years ago Justin Bronn There's absolutely no need to use the `GeometryColumn` model here, can just use the `GeometryField` instance instead.
2 years ago Justin Bronn Geometry proxy assignment may now take objects that implement the Python Geo interface; added an `auth_name` attribute to `GEOSGeometry`; `ogr` geometry backend writes WKB with the right byte order; added pickle protocol methods to OGRGeometry (so it may be used safely w/in query tree).
2 years ago Justin Bronn THe `ogr` backend is now for GDAL's own swig bindings.
2 years ago Justin Bronn Some more docstrings and `POSTGIS_VERSION` setting now works again.
2 years ago Justin Bronn Geography support is now a part of the test suite and now works with GeoQuerySet methods -- I think it's pretty good to go, but will write more tests.
...
tags
...
branches
2 years ago 94e87894231a default
...