[SCM] PostGIS branch master updated. 3.6.0rc2-120-g56c2cc850

git at osgeo.org git at osgeo.org
Tue Oct 7 12:33:14 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  56c2cc85083f125e9d5f623b9de1b20370d558ef (commit)
      from  c0bc117e91fd015468fd37975c42f382070b52f4 (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 56c2cc85083f125e9d5f623b9de1b20370d558ef
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Oct 7 12:33:07 2025 -0700

    Clarify single sided buffering a little. From Peter Nguyen

diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml
index 8144058a4..80c16af3f 100644
--- a/doc/reference_processing.xml
+++ b/doc/reference_processing.xml
@@ -85,8 +85,8 @@ providing a list of blank-separated key=value pairs as follows:
 <para>'mitre_limit=#.#' : mitre ratio limit (only affects mitered join style). 'miter_limit' is accepted as a synonym for 'mitre_limit'.</para>
 </listitem>
 <listitem>
-<para>'side=both|left|right' : 'left' or 'right' performs a single-sided buffer on the geometry, with the buffered side relative to the direction of the line.
-This is only applicable to LINESTRING geometry and does not affect POINT or POLYGON geometries. By default end caps are square.</para>
+<para>'side=both|left|right' : defaults to 'both'. 'left' or 'right' performs a single-sided buffer on the geometry, with the buffered side relative to the direction of the line.
+This is only applicable to LINESTRING geometry and does not affect POINT or POLYGON geometries. By default end caps are square when 'left' or 'right' are specified.</para>
 </listitem>
 </itemizedlist>
                 </para>

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list