]> granicus.if.org Git - postgis/commitdiff
Fix for GBT#112
authorPaul Ramsey <pramsey@cleverelephant.ca>
Sun, 8 Mar 2009 21:17:03 +0000 (21:17 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Sun, 8 Mar 2009 21:17:03 +0000 (21:17 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3808 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_sqlmm.c

index b7969b9b3fda06576eb2f6468b15d21db9c4e91e..265bf08e2d20dc132a51895ddcecb7b2060a45cf 100644 (file)
@@ -514,11 +514,12 @@ lwcollection_segmentize(LWCOLLECTION *collection, uint32 perQuad)
         lwnotice("lwcollection_segmentize called.");\r
 #endif\r
 \r
+/*\r
         if(has_arc((LWGEOM *)collection) == 0)\r
         {\r
                 return collection;\r
         }\r
-\r
+*/\r
         geoms = lwalloc(sizeof(LWGEOM *)*collection->ngeoms);\r
 \r
         for(i=0; i<collection->ngeoms; i++)\r