From 597726052ff09774273c3fe65fed6f8ac457cbb5 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 30 Jun 2015 11:27:29 +0000 Subject: [PATCH] #3189 put note about 3.5 is needed to take advantage of all features. Copy geos note in availabilty tag so appears on support git-svn-id: http://svn.osgeo.org/postgis/trunk@13754 b70326c6-7e19-0410-871a-916f4a2858ee --- configure.ac | 4 ++-- doc/installation.xml | 5 ++--- doc/reference_processing.xml | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index 1a9a7757e..9d1cc6501 100644 --- a/configure.ac +++ b/configure.ac @@ -1355,12 +1355,12 @@ AC_MSG_RESULT([ convert: ${IMAGEMAGICK}]) AC_MSG_RESULT([ mathml2.dtd: ${MATHML2_DTD}]) AC_MSG_RESULT() -if test "$GEOS_NUMERIC_VERSION" -lt 30402; then +if test "$GEOS_NUMERIC_VERSION" -lt 30500; then AC_MSG_WARN([ --------- GEOS VERSION WARNING ------------ ]) AC_MSG_WARN([ You are building against GEOS ${GEOS_FULL_VERSION} ]) AC_MSG_WARN([ To take advantage of all the features of ]) AC_MSG_WARN([ PostGIS we recommend you build using ]) -AC_MSG_WARN([ GEOS 3.4.2 or higher. You can download ]) +AC_MSG_WARN([ GEOS 3.5.0 or higher. You can download ]) AC_MSG_WARN([ the latest versions from ]) AC_MSG_WARN([ http://trac.osgeo.org/geos ]) AC_MSG_WARN() diff --git a/doc/installation.xml b/doc/installation.xml index b3e913e59..319baa4f7 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -129,9 +129,8 @@ psql -d yourdatabase -f sfcgal_comments.sql - GEOS geometry library, version 3.3 or greater, but GEOS 3.4+ is recommended to take full advantage of all the new functions and features. Without GEOS 3.4, - you will be missing some major enhancements such as ST_Triangles and long-running function interruption, and improvements to geometry validation and - making geometries valid such as ST_ValidDetail and ST_MakeValid. GEOS 3.3.2+ is also required for topology support. GEOS is available for download from + GEOS geometry library, version 3.3 or greater, but GEOS 3.5+ is recommended to take full advantage of all the new functions and features. Without GEOS 3.5, + you will be missing some major enhancements such as and . GEOS is available for download from http://trac.osgeo.org/geos/ and 3.4+ is backward-compatible with older versions so fairly safe to upgrade. diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml index a613c9a30..897848ffa 100644 --- a/doc/reference_processing.xml +++ b/doc/reference_processing.xml @@ -394,7 +394,7 @@ in exceptions being thrown. Performed by the GEOS module. Requires GEOS 3.5.0+ - Availability: 2.2.0. + Availability: 2.2.0 - requires GEOS >= 3.5.0. @@ -3143,7 +3143,7 @@ maximum vertex count. Minimum vertice count allowed is 8 and if you try to speci Clipping performed by the GEOS module. Requires GEOS 3.5.0+ - Availability: 2.2.0. + Availability: 2.2.0 requires GEOS >= 3.5.0. -- 2.40.0