From 88845a9ba25abee7e494af8a9186dc764f1d9e3d Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Sat, 31 Mar 2012 16:26:05 +0000 Subject: [PATCH] Minor tweak to message regarding GEOS < 3.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@9585 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/rt_core/rt_api.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/raster/rt_core/rt_api.c b/raster/rt_core/rt_api.c index 82cf403ef..caba77761 100644 --- a/raster/rt_core/rt_api.c +++ b/raster/rt_core/rt_api.c @@ -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); -- 2.40.0