[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-342-ge941496df

git at osgeo.org git at osgeo.org
Fri Nov 18 19:44:44 PST 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  e941496dfc4b314efee686353f970b50ca2fc535 (commit)
      from  1329b48120902beafab53d60f7a136750fb00fa6 (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 e941496dfc4b314efee686353f970b50ca2fc535
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Fri Nov 18 19:44:36 2022 -0800

    Minor doc fix for ST_DelaunayTriangles

diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml
index 950fa11bb..387075721 100644
--- a/doc/reference_processing.xml
+++ b/doc/reference_processing.xml
@@ -890,11 +890,12 @@ Returns the Delaunay triangulation of the vertices of a geometry.
 Computes the <ulink url="http://en.wikipedia.org/wiki/Delaunay_triangulation">Delaunay triangulation</ulink>
 of the vertices of the input geometry.
 The optional <varname>tolerance</varname> can be used to snap nearby input vertices together,
-which can improve robustness in some situations.
-The output is determined by the <varname>flags</varname> code:
+which improves robustness in some situations.
+The result geometry is bounded by the convex hull of the input vertices.
+The result geometry representation is determined by the <varname>flags</varname> code:
 </para>
         <itemizedlist>
-            <listitem><para> <code>0</code> - a GEOMETRYCOLLECTION of triangular POLGONs (default) </para></listitem>
+            <listitem><para> <code>0</code> - a GEOMETRYCOLLECTION of triangular POLYGONs (default) </para></listitem>
             <listitem><para> <code>1</code> - a MULTILINESTRING of the edges of the triangulation </para></listitem>
             <listitem><para> <code>2</code> - A TIN of the triangulation </para></listitem>
         </itemizedlist>
@@ -1011,7 +1012,10 @@ GEOMETRYCOLLECTION Z (POLYGON Z ((14 14 10,20 10 150,34 6 25,14 14 10))
 
       <refsection>
         <title>See Also</title>
-        <para><xref linkend="ST_VoronoiPolygons" />, <xref linkend="ST_VoronoiLines" /> </para>
+        <para><xref linkend="ST_VoronoiPolygons" />,
+            <xref linkend="ST_VoronoiLines" />,
+            <xref linkend="ST_ConvexHull" />
+        </para>
       </refsection>
     </refentry>
 

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list