From: Sandro Santilli Date: Sun, 4 Nov 2012 00:30:18 +0000 (+0000) Subject: Add note about lwgeom_make_valid being only available with GEOS-3.3+ X-Git-Tag: 2.1.0beta2~419 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4a1228042da88e8df882a55df56a8297ab9bbc0;p=postgis Add note about lwgeom_make_valid being only available with GEOS-3.3+ git-svn-id: http://svn.osgeo.org/postgis/trunk@10636 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/liblwgeom.h.in b/liblwgeom/liblwgeom.h.in index f2f745d1c..61e26bae3 100644 --- a/liblwgeom/liblwgeom.h.in +++ b/liblwgeom/liblwgeom.h.in @@ -1902,6 +1902,9 @@ LWGEOM* lwgeom_buildarea(const LWGEOM *geom) ; /** * Attempts to make an invalid geometries valid w/out losing points. + * + * NOTE: this is only available when liblwgeom is built against + * GEOS 3.3.0 or higher */ LWGEOM* lwgeom_make_valid(LWGEOM* geom);