[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0alpha1-23-g46e6b122f

git at osgeo.org git at osgeo.org
Fri Jun 10 19:40:22 PDT 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  46e6b122f2a96c23aea37f5bcc25cf9ffc944cda (commit)
      from  3f1349d8b85e1ef6be15c8c145c5edf3efd4b9d3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 46e6b122f2a96c23aea37f5bcc25cf9ffc944cda
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Fri Jun 10 19:40:16 2022 -0700

    Add ST_SimplifyPolygonHull availability

diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml
index 65044124a..fe1669985 100644
--- a/doc/reference_processing.xml
+++ b/doc/reference_processing.xml
@@ -2397,6 +2397,10 @@ FROM (SELECT ST_Buffer('POINT(1 3)', 10,12) As geom) As foo;
         </para>
 
         <para>To get better results with geometries that contain relatively long line segments, it might be necessary to "segmentize" the input, as shown below.</para>
+
+        <para>Performed by the GEOS module.</para>
+    	<para>Availability: 3.3.0 - requires GEOS >= 3.11.0 </para>
+
       </refsection>
       <refsection>
         <title>Examples</title>

-----------------------------------------------------------------------

Summary of changes:
 doc/reference_processing.xml | 4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list