[SCM] PostGIS branch master updated. 3.5.0-327-g4dbb16abf
git at osgeo.org
git at osgeo.org
Fri May 16 08:31:32 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 4dbb16abff83a66f9d24dc76324959320e0842c9 (commit)
via 2c919442784f8db2c38de1f1e837df8e50ed8487 (commit)
from 8bc70be1682ca740bc6e24260b454ebed0274779 (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 4dbb16abff83a66f9d24dc76324959320e0842c9
Merge: 8bc70be16 2c9194427
Author: Regina Obe <lr at pcorp.us>
Date: Fri May 16 08:31:30 2025 -0700
Merge pull request 'docs(CG_3DBuffer): fix information about segments and geometries supported' (!249) from lbartoletti/postgis:docs_3Dbuffer into master
Reviewed-on: https://git.osgeo.org/gitea/postgis/postgis/pulls/249
commit 2c919442784f8db2c38de1f1e837df8e50ed8487
Author: Loïc Bartoletti <loic.bartoletti at oslandia.com>
Date: Fri May 16 07:33:27 2025 +0200
docs(CG_3DBuffer): fix information about segments and geometries supported
diff --git a/doc/reference_sfcgal.xml b/doc/reference_sfcgal.xml
index 14006d489..8c9226fda 100644
--- a/doc/reference_sfcgal.xml
+++ b/doc/reference_sfcgal.xml
@@ -3102,16 +3102,14 @@ ERROR: straight skeleton of Polygon with point touching rings is not implemente
<title>Description</title>
<para>Generates a 3D buffer around the input geometry <parameter>geom</parameter> with a specified <parameter>radius</parameter>.
The buffer is constructed in 3D space, creating a volumetric representation of the geometry's surroundings.
- The <parameter>segments</parameter> parameter defines the number of segments used to approximate the curved sections of the buffer.
+ The <parameter>segments</parameter> parameter defines the number of segments used to approximate the curved sections of the buffer, with a minimum value of 4 segments required.
The <parameter>buffer_type</parameter> specifies the type of buffer to create:
0: Rounded buffer (default)
1: Flat buffer
2: Square buffer</para>
+ <para>Input geometry must be a Point or LineString.</para>
<para role="availability" conformance="3.6.0">Availability: 3.6.0 - requires SFCGAL >= 2.0.0</para>
<para>&sfcgal_required;</para>
- <para>&Z_support;</para>
- <para>&P_support;</para>
- <para>&T_support;</para>
</refsection>
<refsection>
<title>Examples</title>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_sfcgal.xml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list