Re: Incorrect serialization for 3d GEOSGeometry

2012-05-15 Thread Russell Keith-Magee
On Tue, May 15, 2012 at 8:02 PM, Craig de Stigter wrote: > Hi folks > > > I discovered django.contrib.gis support for 3d geometries is pretty > patchy. I realised that the database stuff only worked in postgis, etc, but > it turns out even the serialisation methods on GEOSGeometry don't work > pro

Incorrect serialization for 3d GEOSGeometry

2012-05-15 Thread Craig de Stigter
Hi folks I discovered django.contrib.gis support for 3d geometries is pretty patchy. I realised that the database stuff only worked in postgis, etc, but it turns out even the serialisation methods on GEOSGeometry don't work properly. Here's a small test script that demonstrates the problem: