[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta2-15-g814059375

git at osgeo.org git at osgeo.org
Tue Aug 1 22:14:33 PDT 2023


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  8140593755a1c474b6b85bc7b1eabd37a2c78511 (commit)
      from  dddde0534621f07580682c3f8f229aaf8cb7d9a7 (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 8140593755a1c474b6b85bc7b1eabd37a2c78511
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Tue Aug 1 22:14:31 2023 -0700

    Improve doc formatting for ClusterWithin

diff --git a/doc/reference_cluster.xml b/doc/reference_cluster.xml
index a24e965ec..7b88b6727 100644
--- a/doc/reference_cluster.xml
+++ b/doc/reference_cluster.xml
@@ -440,7 +440,7 @@ from
         of at least one other geometry in the same cluster. 
         Distances are Cartesian distances in the units of the SRID.
         </para>
-        <para>ST_ClusterWithin is equivalent to running <xref linkend="ST_ClusterDBSCAN" /> with a `minpoints` of zero.</para>
+        <para>ST_ClusterWithin is equivalent to running <xref linkend="ST_ClusterDBSCAN" /> with <code>minpoints := 0</code>.</para>
 
         <para role="availability" conformance="2.2.0">Availability: 2.2.0</para>
         <para>&curve_support;</para>
@@ -505,7 +505,7 @@ GEOMETRYCOLLECTION(LINESTRING(6 6,7 7))
         of at least one other geometry in the same cluster. 
         Distances are Cartesian distances in the units of the SRID.
         </para>
-        <para>ST_ClusterWithinWin is equivalent to running <xref linkend="ST_ClusterDBSCAN" /> with a `minpoints` of zero.</para>
+        <para>ST_ClusterWithinWin is equivalent to running <xref linkend="ST_ClusterDBSCAN" /> with <code>minpoints := 0</code>.</para>
         <para role="availability" conformance="3.4.0">Availability: 3.4.0</para>
         <para>&curve_support;</para>
 

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list