From: Paul Ramsey Date: Sun, 8 Mar 2009 21:17:03 +0000 (+0000) Subject: Fix for GBT#112 X-Git-Tag: 1.3.6rc1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ddcc7d26ad8f0475cc2a9adf18a37fd266264f0a;p=postgis Fix for GBT#112 git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3808 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/lwgeom_sqlmm.c b/lwgeom/lwgeom_sqlmm.c index b7969b9b3..265bf08e2 100644 --- a/lwgeom/lwgeom_sqlmm.c +++ b/lwgeom/lwgeom_sqlmm.c @@ -514,11 +514,12 @@ lwcollection_segmentize(LWCOLLECTION *collection, uint32 perQuad) lwnotice("lwcollection_segmentize called."); #endif +/* if(has_arc((LWGEOM *)collection) == 0) { return collection; } - +*/ geoms = lwalloc(sizeof(LWGEOM *)*collection->ngeoms); for(i=0; ingeoms; i++)