]> granicus.if.org Git - postgis/commitdiff
#3189 put note about 3.5 is needed to take advantage of all features. Copy geos...
authorRegina Obe <lr@pcorp.us>
Tue, 30 Jun 2015 11:27:29 +0000 (11:27 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 30 Jun 2015 11:27:29 +0000 (11:27 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13754 b70326c6-7e19-0410-871a-916f4a2858ee

configure.ac
doc/installation.xml
doc/reference_processing.xml

index 1a9a7757e25729c90877c7e887c369b171d83169..9d1cc6501a65973790fbbabf1cd153bc10739026 100644 (file)
@@ -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()
index b3e913e59014bb41f21fc5f73affe3222818058b..319baa4f7913d413a9b4103a6fa1d2b32934e50c 100644 (file)
@@ -129,9 +129,8 @@ psql -d yourdatabase -f sfcgal_comments.sql
 
          <listitem>
                <para>
-                 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 <xref linkend="ST_ClipByBox2D" /> and <xref linkend="ST_Subdivide" />. GEOS is available for download from
                  <ulink url="http://trac.osgeo.org/geos/">
                        http://trac.osgeo.org/geos/
                  </ulink> and 3.4+ is backward-compatible with older versions so fairly safe to upgrade.
index a613c9a30c481aaea0447885f926ff70a254ba7d..897848ffa5927517f26529d6d7a14f73c9d271ad 100644 (file)
@@ -394,7 +394,7 @@ in exceptions being thrown.
                <para>Performed by the GEOS module.</para>
                <note><para>Requires GEOS 3.5.0+</para></note>
 
-               <para>Availability: 2.2.0.</para>
+               <para>Availability: 2.2.0 - requires GEOS &gt;= 3.5.0.</para>
 
          </refsection>
 
@@ -3143,7 +3143,7 @@ maximum vertex count. Minimum vertice count allowed is 8 and if you try to speci
                <para>Clipping performed by the GEOS module.</para>
                <note><para>Requires GEOS 3.5.0+</para></note>
 
-               <para>Availability: 2.2.0.</para>
+               <para>Availability: 2.2.0 requires GEOS &gt;= 3.5.0.</para>
 
          </refsection>