]> granicus.if.org Git - postgis/commitdiff
Minor tweak to message regarding GEOS < 3.3
authorBborie Park <bkpark at ucdavis.edu>
Sat, 31 Mar 2012 16:26:05 +0000 (16:26 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Sat, 31 Mar 2012 16:26:05 +0000 (16:26 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9585 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_core/rt_api.c

index 82cf403ef543efe5af3079c4a6b476af389c45de..caba7776158422de631a190b362cba2c5989c7c8 100644 (file)
@@ -5442,11 +5442,13 @@ rt_raster_gdal_polygonize(
                */
                do {
 #if POSTGIS_GEOS_VERSION < 33
-/*                     if (!msgValid) { 
-                               rtwarn("Skipping check for invalid geometry.  GEOS-3.3.0 or up is required to fix an invalid geometry"); 
-                               msgValid = 1; 
-                       } 
-                       break; */
+/*
+                       if (!msgValid) {
+                               rtwarn("Skipping check for invalid geometry.  GEOS-3.3.0 or up is required to fix an invalid geometry");
+                               msgValid = 1;
+                       }
+*/
+                       break;
 #endif
 
                        ggeom = (GEOSGeometry *) LWGEOM2GEOS(lwgeom);