[SCM] PostGIS branch master updated. 3.6.0rc2-48-g5714578cf

git at osgeo.org git at osgeo.org
Tue Sep 16 22:57:12 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  5714578cf65f27f1716e7fcd292b6714119bd5b7 (commit)
      from  9b2519d7b44aa87e56c3b15fd289cf9a8f1becd9 (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 5714578cf65f27f1716e7fcd292b6714119bd5b7
Author: Jean Felder <jean.felder at oslandia.com>
Date:   Fri Aug 29 15:42:38 2025 +0200

    doc(sfcgal): Fix CG_ApproximateMedialAxis regarding 3d geometries
    
    CG_ApproximateMedialAxis ignores the Z dimension and always gives a 2D
    result.

diff --git a/doc/reference_sfcgal.xml b/doc/reference_sfcgal.xml
index 168a6c644..3ac598b64 100644
--- a/doc/reference_sfcgal.xml
+++ b/doc/reference_sfcgal.xml
@@ -1778,8 +1778,9 @@ ST_GeomFromText('POLYHEDRALSURFACE Z( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)),
             </para>
 
             <para role="availability" conformance="3.5.0">Availability: 3.5.0</para>
+            <note><para>This function ignores the Z dimension.
+It always gives a 2D result even when used on a 3D geometry.</para></note>
             <para>&sfcgal_required;</para>
-            <para>&Z_support;</para>
             <para>&P_support;</para>
             <para>&T_support;</para>
         </refsection>

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

Summary of changes:
 doc/reference_sfcgal.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list