[SCM] PostGIS branch master updated. 3.5.0-177-g65ed8aa88
git at osgeo.org
git at osgeo.org
Thu Dec 19 17:13:00 PST 2024
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 65ed8aa8895046fb933ecb46076e013471896756 (commit)
from 1f45896bf73896b472730bfd7c4eb50c18d4a2b4 (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 65ed8aa8895046fb933ecb46076e013471896756
Author: Martin Davis <mtnclimb at gmail.com>
Date: Thu Dec 19 17:12:56 2024 -0800
Improve doc to state ST_RemoveRepeatedPoints distance is 2D
diff --git a/doc/reference_editor.xml b/doc/reference_editor.xml
index 83d7e94d5..da11f0e24 100644
--- a/doc/reference_editor.xml
+++ b/doc/reference_editor.xml
@@ -1681,7 +1681,7 @@ UPDATE sometable
<funcprototype>
<funcdef>geometry <function>ST_RemoveRepeatedPoints</function></funcdef>
<paramdef><type>geometry</type> <parameter>geom</parameter></paramdef>
- <paramdef choice="opt"><type>float8</type> <parameter>tolerance</parameter></paramdef>
+ <paramdef choice="opt"><type>float8</type> <parameter>tolerance = 0.0</parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
@@ -1695,8 +1695,10 @@ UPDATE sometable
The endpoints of LineStrings are preserved.
</para>
- <para>If the <parameter>tolerance</parameter> parameter is provided, vertices within the tolerance distance
- of one another are considered to be duplicates.</para>
+ <para>If a non-zero <parameter>tolerance</parameter> parameter is provided, vertices within the tolerance distance
+ of one another are considered to be duplicates.
+ The distance is computed in 2D (XY plane).
+ </para>
<para role="enhanced" conformance="3.2.0">Enhanced: 3.2.0</para>
<para role="availability" conformance="2.2.0">Availability: 2.2.0</para>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_editor.xml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list