Hi, I am trying to obtain a multipolygon using Shapely as follows:
country.geometry = asShape(feature.geometry) and getting IndexError: list index out of range I have pasted the trace back here[1] . It seems to work for singular geometries. I have tried with point and polygon geometries. The feature geometries seem to be correct as they render properly as OpenLayers GML layer. What else should I check? Regards Sanjiv [1] http://paste.turbogears.org/paste/3142 _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
