From: Bborie Park Date: Sat, 31 Mar 2012 16:26:05 +0000 (+0000) Subject: Minor tweak to message regarding GEOS < 3.3 X-Git-Tag: 2.0.0rc2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88845a9ba25abee7e494af8a9186dc764f1d9e3d;p=postgis Minor tweak to message regarding GEOS < 3.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@9585 b70326c6-7e19-0410-871a-916f4a2858ee --- 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);