[postgis-commits] svn - r3808 - branches/1.3/lwgeom
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Sun Mar 8 14:17:03 PDT 2009
Author: pramsey
Date: 2009-03-08 14:17:03 -0700 (Sun, 08 Mar 2009)
New Revision: 3808
Modified:
branches/1.3/lwgeom/lwgeom_sqlmm.c
Log:
Fix for GBT#112
Modified: branches/1.3/lwgeom/lwgeom_sqlmm.c
===================================================================
--- branches/1.3/lwgeom/lwgeom_sqlmm.c 2009-03-08 21:15:00 UTC (rev 3807)
+++ branches/1.3/lwgeom/lwgeom_sqlmm.c 2009-03-08 21:17:03 UTC (rev 3808)
@@ -514,11 +514,12 @@
lwnotice("lwcollection_segmentize called.");
#endif
+/*
if(has_arc((LWGEOM *)collection) == 0)
{
return collection;
}
-
+*/
geoms = lwalloc(sizeof(LWGEOM *)*collection->ngeoms);
for(i=0; i<collection->ngeoms; i++)
More information about the postgis-commits
mailing list