[SCM] PostGIS branch master updated. 3.6.0rc2-88-g7dbb676e8
git at osgeo.org
git at osgeo.org
Tue Oct 7 12:02:03 PDT 2025
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 7dbb676e8901f39bb0318939a0317f9042b897be (commit)
from 22cc676181c68cb32bc932e1570c2766964ff847 (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 7dbb676e8901f39bb0318939a0317f9042b897be
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Oct 7 12:01:41 2025 -0700
Fix definition of ST_CoverageClean parameter order
diff --git a/doc/reference_coverage.xml b/doc/reference_coverage.xml
index 304d7c2e8..a98c58427 100644
--- a/doc/reference_coverage.xml
+++ b/doc/reference_coverage.xml
@@ -328,10 +328,10 @@ MULTIPOLYGON (((10 150, 80 190, 110 150, 140 80, 120 10, 10 10, 10 150), (50 60,
<funcdef>geometry <function>ST_CoverageClean</function></funcdef>
<paramdef><type>geometry winset</type>
<parameter>geom</parameter></paramdef>
- <paramdef choice="opt"><type>float8 </type>
- <parameter>snappingDistance = -1</parameter></paramdef>
<paramdef choice="opt"><type>float8 </type>
<parameter>gapMaximumWidth = 0</parameter></paramdef>
+ <paramdef choice="opt"><type>float8 </type>
+ <parameter>snappingDistance = -1</parameter></paramdef>
<paramdef choice="opt"><type>text </type>
<parameter>overlapMergeStrategy = 'MERGE_LONGEST_BORDER'</parameter></paramdef>
</funcprototype>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_coverage.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list