Justin Bronn <jbronn@geodjango.org> [Wed, 19 Nov 2008 13:00:39 -0600] rev 8
Now the response type is set on routines that produce string or binary output.
Justin Bronn <jbronn@geodjango.org> [Tue, 11 Nov 2008 11:53:02 -0600] rev 7
Backport of r9392 from trunk; prevent GEOS_ERROR message from appearing where it shouldn't.
Justin Bronn <jbronn@geodjango.org> [Tue, 11 Nov 2008 11:45:59 -0600] rev 6
Forgot to set the pointer type on the IO classes; fixed missing import.
Justin Bronn <jbronn@geodjango.org> [Wed, 05 Nov 2008 15:09:51 -0600] rev 5
Fixed a typo and clarified the error message. Thanks, springmeyer.
Justin Bronn <jbronn@geodjango.org> [Wed, 05 Nov 2008 15:09:20 -0600] rev 4
IOBase is now a subclass of GEOSBase with a `destroy` method; simplified the reader/writer class initialization; made property methods private.
Justin Bronn <jbronn@geodjango.org> [Sat, 18 Oct 2008 13:47:12 -0500] rev 3
Refactored geometries into separate modules; `GEOSGeometry` moved to `geometry` module; moved base functionality to `base.py`.
Justin Bronn <jbronn@geodjango.org> [Tue, 14 Oct 2008 20:33:57 -0500] rev 2
Now use calls to instances on `io` module for serialization; now deletes references to WKB/WKT reader/writer interfaces.
Justin Bronn <jbronn@geodjango.org> [Sat, 11 Oct 2008 12:16:44 -0500] rev 1
Added the IO modules.
Justin Bronn <jbronn@geodjango.org> [Sat, 11 Oct 2008 12:08:03 -0500] rev 0
Initial Revision.
Django GEOSGeometry library as in Django SVN Trunk.