[SCM] PostGIS branch master updated. 3.5.0-233-g1d0c40a01

git at osgeo.org git at osgeo.org
Sun Mar 30 14:38:33 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  1d0c40a017cca46d0bb61eaf735feda70a554605 (commit)
      from  9637dc369361ac118e1ad37da7a519dae9dfab5e (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 1d0c40a017cca46d0bb61eaf735feda70a554605
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Mar 30 17:38:26 2025 -0400

    Fix error in example, and change image output to be single color.  Add extra link

diff --git a/doc/html/images/wkt/cg_straightskeletonpartition01.wkt b/doc/html/images/wkt/cg_straightskeletonpartition01.wkt
index 7f305a64d..bdf0ba9aa 100644
--- a/doc/html/images/wkt/cg_straightskeletonpartition01.wkt
+++ b/doc/html/images/wkt/cg_straightskeletonpartition01.wkt
@@ -1,9 +1,9 @@
 ArgA;POLYGON((190 190,164.03987973986756 164.03987973986756,190 140))
-ArgB;POLYGON((10 190,40.697077206292434 159.30292279370755,164.03987973986756 164.03987973986756,190 190))
+ArgA;POLYGON((10 190,40.697077206292434 159.30292279370755,164.03987973986756 164.03987973986756,190 190))
 ArgA;POLYGON((10 10,35 35,35 153.15077848154866,40.697077206292434 159.30292279370755,10 190))
-ArgB;POLYGON((190 10,184.18861169915812 15.811388300841896,158.3772233983162 20,50 20,35 35,10 10))
+ArgA;POLYGON((190 10,184.18861169915812 15.811388300841896,158.3772233983162 20,50 20,35 35,10 10))
 ArgA;POLYGON((190 20,184.18861169915812 15.811388300841896,190 10))
-ArgB;POLYGON((160 30,158.3772233983162 20,184.18861169915812 15.811388300841896,190 20))
+ArgA;POLYGON((160 30,158.3772233983162 20,184.18861169915812 15.811388300841896,190 20))
 ArgA;POLYGON((60 30,50 20,158.3772233983162 20,160 30))
-ArgB;POLYGON((60 130,35 153.15077848154866,35 35,50 20,60 30))
+ArgA;POLYGON((60 130,35 153.15077848154866,35 35,50 20,60 30))
 ArgA;POLYGON((190 140,164.03987973986756 164.03987973986756,40.697077206292434 159.30292279370755,35 153.15077848154866,60 130))
\ No newline at end of file
diff --git a/doc/reference_sfcgal.xml b/doc/reference_sfcgal.xml
index 45e88a42d..225963886 100644
--- a/doc/reference_sfcgal.xml
+++ b/doc/reference_sfcgal.xml
@@ -2592,7 +2592,7 @@ ST_GeomFromText('POLYHEDRALSURFACE Z( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)),
 
         <refsection>
             <title>See Also</title>
-            <para><xref linkend="CG_ExtrudeStraightSkeleton" /></para>
+            <para><xref linkend="CG_StraightSkeletonPartition" />, <xref linkend="CG_ExtrudeStraightSkeleton" /></para>
         </refsection>
     </refentry>
 
@@ -3033,7 +3033,9 @@ ST_GeomFromText('POLYHEDRALSURFACE Z( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)),
         <programlisting>SELECT ST_AsText(CG_StraightSkeletonPartition('POLYGON((0 0, 4 0, 2 2, 0 0))', true));
 -- Result: MULTIPOLYGON(((0 0,2 0.83,2 2)),((4 0,2 0.83,0 0)),((2 2,2 0.83,4 0)))</programlisting>
 
-        <programlisting>SELECT CG_StraightSkeletonPartition(ST_GeomFromText('POLYGON (( 190 190, 10 190, 10 10, 190 10, 190 20, 160 30, 60 30, 60 130, 190 140, 190 190 ))', true);</programlisting>
+        <programlisting>SELECT CG_StraightSkeletonPartition(ST_GeomFromText('POLYGON (( 190 190, 10 190, 10 10, 190 10, 190 20
+            , 160 30, 60 30, 60 130, 190 140, 190 190 ))')
+            , true );</programlisting>
         <informaltable>
             <tgroup cols="2">
                 <tbody>

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

Summary of changes:
 doc/html/images/wkt/cg_straightskeletonpartition01.wkt | 8 ++++----
 doc/reference_sfcgal.xml                               | 6 ++++--
 2 files changed, 8 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list