Re: cannot set GeometryProxy with value of type

2012-01-27 Thread Ryan H.
Hi Antony, I don't know if you've already gotten your answer (hopefully), but if not, I can share my notes on what I did to solve the problem when I saw the same error: First, check the spatial data in your database. There should be a column called "type" with an entry for each geometry. I'm be

cannot set GeometryProxy with value of type

2011-12-14 Thread Antony
Hi, I am simply trying the following, outerWallPolygon = SpatialFeatures.objects.all() print "outerWallPolygon: ",outerWallPolygon[0].geometry and get this error. cannot set GeometryProxy with value of type: I believe I have everything set up correctly, the Geomanager, the GIS li