[SCM] PostGIS branch master updated. 3.5.0-74-gf0d1ee2d6

git at osgeo.org git at osgeo.org
Mon Nov 18 11:01:12 PST 2024


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  f0d1ee2d6146286c450abb7d37074cd3eb45872d (commit)
      from  31a5529dec9ad608fa5a7757cbc2844824d29fd3 (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 f0d1ee2d6146286c450abb7d37074cd3eb45872d
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Nov 18 13:41:51 2024 -0500

    Add 3.6 new section, and fix >= tags in SFCGAL

diff --git a/doc/reference_sfcgal.xml b/doc/reference_sfcgal.xml
index b03153023..00a6e4698 100644
--- a/doc/reference_sfcgal.xml
+++ b/doc/reference_sfcgal.xml
@@ -3025,7 +3025,7 @@ ST_GeomFromText('POLYHEDRALSURFACE Z( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)),
         <para>Computes the straight skeleton partition of the input polygon geometry <parameter>geom</parameter>.
         The straight skeleton is a partitioning of the polygon into faces formed by tracing the collapse of its edges.
         If <parameter>auto_orientation</parameter> is set to true, the function will automatically adjust the orientation of the input polygon to ensure correct results.</para>
-        <para role="availability" conformance="3.6.0">Availability: 3.6.0 - requires SFCGAL >= 2.0.0.</para>
+        <para role="availability" conformance="3.6.0">Availability: 3.6.0 - requires SFCGAL >= 2.0.0.</para>
         <para>&sfcgal_required;</para>
     </refsection>
     <refsection>
@@ -3064,7 +3064,7 @@ ST_GeomFromText('POLYHEDRALSURFACE Z( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)),
        0: Rounded buffer (default)
        1: Flat buffer
        2: Square buffer</para>
-       <para role="availability" conformance="3.6.0">Availability: 3.6.0 - requires SFCGAL >= 2.0.0</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>
@@ -3100,7 +3100,7 @@ ST_GeomFromText('POLYHEDRALSURFACE Z( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)),
        <para>Rotates the input geometry <parameter>geom</parameter> by <parameter>angle</parameter> radians around the origin point (0,0).
        The rotation is performed in 2D space; Z coordinates are not modified.
        Positive angles rotate the geometry counter-clockwise.</para>
-       <para role="availability" conformance="3.6.0">Availability: 3.6.0 - requires SFCGAL >= 2.0.0</para>
+       <para role="availability" conformance="3.6.0">Availability: 3.6.0 - requires SFCGAL >= 2.0.0</para>
        <para>&sfcgal_required;</para>
    </refsection>
    <refsection>
@@ -3135,7 +3135,7 @@ ST_GeomFromText('POLYHEDRALSURFACE Z( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)),
        <para>Rotates the input geometry <parameter>geom</parameter> by <parameter>angle</parameter> radians around the point (<parameter>cx</parameter>, <parameter>cy</parameter>).
        The rotation is performed in 2D space; Z coordinates are dropped.
        Positive angles rotate the geometry counter-clockwise.</para>
-       <para role="availability" conformance="3.6.0">Availability: 3.6.0 - requires SFCGAL >= 2.0.0</para>
+       <para role="availability" conformance="3.6.0">Availability: 3.6.0 - requires SFCGAL >= 2.0.0</para>
        <para>&sfcgal_required;</para>
    </refsection>
    <refsection>
@@ -3170,7 +3170,7 @@ ST_GeomFromText('POLYHEDRALSURFACE Z( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)),
        <title>Description</title>
        <para>Rotates the input geometry <parameter>geom</parameter> by <parameter>angle</parameter> radians around an axis defined by the vector (<parameter>ax</parameter>, <parameter>ay</parameter>, <parameter>az</parameter>) passing through the origin (0,0,0).
        </para>
-       <para role="availability" conformance="3.6.0">Availability: 3.6.0 - requires SFCGAL >= 2.0.0</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>
    </refsection>
@@ -3203,7 +3203,7 @@ ST_GeomFromText('POLYHEDRALSURFACE Z( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)),
        <title>Description</title>
        <para>Rotates the input geometry <parameter>geom</parameter> by <parameter>angle</parameter> radians around the X-axis.
        </para>
-       <para role="availability" conformance="3.6.0">Availability: 3.6.0 - requires SFCGAL >= 2.0.0</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>
    </refsection>
@@ -3236,7 +3236,7 @@ ST_GeomFromText('POLYHEDRALSURFACE Z( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)),
        <title>Description</title>
        <para>Rotates the input geometry <parameter>geom</parameter> by <parameter>angle</parameter> radians around the Y-axis passing.
        </para>
-       <para role="availability" conformance="3.6.0">Availability: 3.6.0 - requires SFCGAL >= 2.0.0</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>
    </refsection>
@@ -3269,7 +3269,7 @@ ST_GeomFromText('POLYHEDRALSURFACE Z( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)),
        <title>Description</title>
        <para>Rotates the input geometry <parameter>geom</parameter> by <parameter>angle</parameter> radians around the Z-axis.
        </para>
-       <para role="availability" conformance="3.6.0">Availability: 3.6.0 - requires SFCGAL >= 2.0.0</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>
    </refsection>
@@ -3302,7 +3302,7 @@ ST_GeomFromText('POLYHEDRALSURFACE Z( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)),
        <title>Description</title>
        <para>Scales the input geometry <parameter>geom</parameter> by a uniform scale <parameter>factor</parameter> in all dimensions (X, Y, and Z).
        The scaling is performed relative to the origin point (0,0,0).</para>
-       <para role="availability" conformance="3.6.0">Availability: 3.6.0 - requires SFCGAL >= 2.0.0</para>
+       <para role="availability" conformance="3.6.0">Availability: 3.6.0 - requires SFCGAL >= 2.0.0</para>
        <para>&sfcgal_required;</para>
    </refsection>
    <refsection>
@@ -3336,7 +3336,7 @@ ST_GeomFromText('POLYHEDRALSURFACE Z( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)),
        <title>Description</title>
        <para>Scales the input geometry <parameter>geom</parameter> by different factors along the X, Y, and Z axes.
        The scaling is performed relative to the origin point (0,0,0).</para>
-       <para role="availability" conformance="3.6.0">Availability: 3.6.0 - requires SFCGAL >= 2.0.0</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>
    </refsection>
@@ -3373,7 +3373,7 @@ ST_GeomFromText('POLYHEDRALSURFACE Z( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)),
    <refsection>
        <title>Description</title>
        <para>Scales the input geometry <parameter>geom</parameter> by different factors along the X, Y, and Z axes, relative to a specified center point (<parameter>centerX</parameter>, <parameter>centerY</parameter>, <parameter>centerZ</parameter>).</para>
-       <para role="availability" conformance="3.6.0">Availability: 3.6.0 - requires SFCGAL >= 2.0.0</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>
    </refsection>
@@ -3407,7 +3407,7 @@ ST_GeomFromText('POLYHEDRALSURFACE Z( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)),
        <title>Description</title>
        <para>Translates the input geometry <parameter>geom</parameter> by adding <parameter>deltaX</parameter> to the X coordinates and <parameter>deltaY</parameter> to the Y coordinates.
        Z coordinates are dropped.</para>
-       <para role="availability" conformance="3.6.0">Availability: 3.6.0 - requires SFCGAL >= 2.0.0</para>
+       <para role="availability" conformance="3.6.0">Availability: 3.6.0 - requires SFCGAL >= 2.0.0</para>
        <para>&sfcgal_required;</para>
    </refsection>
    <refsection>
@@ -3440,7 +3440,7 @@ ST_GeomFromText('POLYHEDRALSURFACE Z( ((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)),
    <refsection>
        <title>Description</title>
        <para>Translates the input geometry <parameter>geom</parameter> by adding <parameter>deltaX</parameter> to the X coordinates, <parameter>deltaY</parameter> to the Y coordinates, and <parameter>deltaZ</parameter> to the Z coordinates.</para>
-       <para role="availability" conformance="3.6.0">Availability: 3.6.0 - requires SFCGAL >= 2.0.0</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>
    </refsection>
diff --git a/doc/xsl-config.xml b/doc/xsl-config.xml
index f201d8cd5..ca99fec12 100644
--- a/doc/xsl-config.xml
+++ b/doc/xsl-config.xml
@@ -21,6 +21,7 @@
 
         <!-- List of maj/min versions we want to know about -->
         <postgis_versions>
+            <v>3.6</v>
             <v>3.5</v>
             <v>3.4</v>
             <v>3.3</v>

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

Summary of changes:
 doc/reference_sfcgal.xml | 26 +++++++++++++-------------
 doc/xsl-config.xml       |  1 +
 2 files changed, 14 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list