[SCM] PostGIS branch master updated. 3.6.0rc2-430-g8cfe6fe6d
git at osgeo.org
git at osgeo.org
Thu Apr 2 12:27:57 PDT 2026
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 8cfe6fe6de8906da79047f15d4a340a775aa1f51 (commit)
from 245ee074f2ca166f296a04ded14ad83c94978c32 (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 8cfe6fe6de8906da79047f15d4a340a775aa1f51
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Apr 2 12:27:50 2026 -0700
Clarification per #6037
diff --git a/doc/xsl-config.xml b/doc/xsl-config.xml
index 77437e98e..fb7904494 100644
--- a/doc/xsl-config.xml
+++ b/doc/xsl-config.xml
@@ -161,9 +161,9 @@
<para role="tag_overlay_gridsize_arg">
<para>
If the optional <code>gridSize</code> parameter is given (GEOS-3.9.0 or higher required),
- all result vertices are guaranteed to fall on a grid of the specified
- size. For the operation to give predictable results all the input vertices
- must fall already on the specified grid, see <xref linkend="ST_ReducePrecision"/>.
+ all result vertices are guaranteed to fall on a snap-rounded grid of the specified
+ size. Note that operations performed on a grid may contain small artifacts
+ produced during grid alignment, see <xref linkend="ST_ReducePrecision"/>.
</para>
</para>
</tags>
-----------------------------------------------------------------------
Summary of changes:
doc/xsl-config.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list