converted trough C-API
git-svn-id: http://svn.osgeo.org/postgis/trunk@2276
b70326c6-7e19-0410-871a-
916f4a2858ee
- Source code cleanups
- Solaris 2.7 and MingW support improvements
- added NumInteriorRing() alias due to OpenGIS ambiguity
+ - BUGFIX in geometrycollection handling of GEOS-CAPI connector
PostGIS 1.1.0
2005/12/21
else if ( type == MULTIPOLYGONTYPE )
geostype = GEOS_MULTIPOLYGON;
else
- geostype = GEOS_MULTIPOLYGON;
+ geostype = GEOS_GEOMETRYCOLLECTION;
lwc = (LWCOLLECTION *)lwgeom;
ngeoms = lwc->ngeoms;