[SCM] PostGIS branch stable-3.6 updated. 3.6.0-16-gdde0f5518
git at osgeo.org
git at osgeo.org
Tue Oct 7 12:02:22 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, stable-3.6 has been updated
via dde0f5518a0941e207a7ac5faecd1385c38c6737 (commit)
from 190595e666d97bcc20f514f74f8b857509f226c6 (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 dde0f5518a0941e207a7ac5faecd1385c38c6737
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