[SCM] PostGIS branch master updated. 3.4.0rc1-816-g6d04153da

git at osgeo.org git at osgeo.org
Tue Nov 28 20:00:48 PST 2023


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  6d04153dade65539860d5053862aae191e162c2f (commit)
       via  b9de4ae6113de6e86b85191abc6fcd7d2155a1a0 (commit)
       via  9a7f57268d92570955255a33b8e6f497fdfce97d (commit)
      from  f797790126102762e311e738022197c7bf417609 (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 6d04153dade65539860d5053862aae191e162c2f
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Nov 28 23:00:42 2023 -0500

    Update pot

diff --git a/doc/po/templates/postgis-manual.pot b/doc/po/templates/postgis-manual.pot
index c50ccc76e..44f737243 100644
--- a/doc/po/templates/postgis-manual.pot
+++ b/doc/po/templates/postgis-manual.pot
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2023-11-26 01:47+0000\n"
+"POT-Creation-Date: 2023-11-29 04:00+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -8042,6 +8042,11 @@ msgstr ""
 msgid "Jan Katins"
 msgstr ""
 
+#. Tag: member
+#, no-c-format
+msgid "Jan Tojnar"
+msgstr ""
+
 #. Tag: member
 #, no-c-format
 msgid "Jason Smith"
@@ -13224,27 +13229,6 @@ msgstr ""
 msgid "Changed: 3.1.0. Added support for supplying non-zero Z and M values."
 msgstr ""
 
-#. Tag: refpurpose
-#, no-c-format
-msgid ""
-"Orients all exterior rings counter-clockwise and all interior rings "
-"clockwise."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid ""
-"Forces (Multi)Polygons to use a counter-clockwise orientation for their "
-"exterior ring, and a clockwise orientation for their interior rings. Non-"
-"polygonal geometries are returned unchanged."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid ""
-", <xref linkend=\"ST_IsPolygonCCW\"/>, <xref linkend=\"ST_IsPolygonCW\"/>"
-msgstr ""
-
 #. Tag: refpurpose
 #, no-c-format
 msgid "Convert the geometry into a GEOMETRYCOLLECTION."
@@ -13269,6 +13253,41 @@ msgstr ""
 msgid "Changed: 2.1.0. Up to 2.0.x this was called ST_Force_Collection."
 msgstr ""
 
+#. Tag: refpurpose
+#, no-c-format
+msgid "Upcast a geometry into its curved type, if applicable."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Turns a geometry into its curved representation, if applicable: lines become "
+"compoundcurves, multilines become multicurves polygons become curvepolygons "
+"multipolygons become multisurfaces. If the geometry input is already a "
+"curved representation returns back same as input."
+msgstr ""
+
+#. Tag: refpurpose
+#, no-c-format
+msgid ""
+"Orients all exterior rings counter-clockwise and all interior rings "
+"clockwise."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+"Forces (Multi)Polygons to use a counter-clockwise orientation for their "
+"exterior ring, and a clockwise orientation for their interior rings. Non-"
+"polygonal geometries are returned unchanged."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ""
+", <xref linkend=\"ST_IsPolygonCCW\"/>, <xref linkend=\"ST_IsPolygonCW\"/>"
+msgstr ""
+
 #. Tag: refpurpose
 #, no-c-format
 msgid ""
@@ -13324,16 +13343,27 @@ msgstr ""
 
 #. Tag: refpurpose
 #, no-c-format
-msgid "Upcast a geometry into its curved type, if applicable."
+msgid "Returns a line extended forwards and backwards by specified distances."
 msgstr ""
 
 #. Tag: para
 #, no-c-format
 msgid ""
-"Turns a geometry into its curved representation, if applicable: lines become "
-"compoundcurves, multilines become multicurves polygons become curvepolygons "
-"multipolygons become multisurfaces. If the geometry input is already a "
-"curved representation returns back same as input."
+"Returns a line extended forwards and backwards by adding new start (and end) "
+"points at the given distance(s). A distance of zero does not add a point. "
+"Only non-negative distances are allowed. The direction(s) of the added "
+"point(s) is determined by the first (and last) two distinct points of the "
+"line. Duplicate points are ignored."
+msgstr ""
+
+#. Tag: title
+#, no-c-format
+msgid "Example: Extends a line 5 units forward and 6 units backward"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid ", <xref linkend=\"ST_LocateAlong\"/>, <xref linkend=\"ST_Project\"/>"
 msgstr ""
 
 #. Tag: refpurpose
@@ -13367,33 +13397,6 @@ msgid ""
 "already a collection, it is returned unchanged."
 msgstr ""
 
-#. Tag: refpurpose
-#, no-c-format
-msgid ""
-"Returns a line with the last and first segments extended the specified "
-"distance(s)."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid ""
-"Returns a line with the last and first segments extended the specified "
-"distance(s). Distance of zero carries out no extension. Only non-negative "
-"distances are allowed. The first (and last) two distinct points in a line "
-"are used to determine the direction of projection, duplicate points are "
-"ignored."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
-msgid "Example: Extends a line 5 units forward and 6 units backward"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid ", <xref linkend=\"ST_Project\"/>"
-msgstr ""
-
 #. Tag: refpurpose
 #, no-c-format
 msgid "Return the geometry in its canonical form."
@@ -15799,8 +15802,8 @@ msgstr ""
 #. Tag: para
 #, no-c-format
 msgid ""
-", <xref linkend=\"ST_LineInterpolatePoint\"/>, <xref "
-"linkend=\"ST_LineMerge\"/>"
+", <xref linkend=\"ST_LineExtend\"/>, <xref "
+"linkend=\"ST_LineInterpolatePoint\"/>, <xref linkend=\"ST_LineMerge\"/>"
 msgstr ""
 
 #. Tag: refpurpose
@@ -18902,6 +18905,17 @@ msgstr ""
 msgid "8: GeoJSON Short CRS if not EPSG:4326 (default)"
 msgstr ""
 
+#. Tag: para
+#, no-c-format
+msgid ""
+"The <varname>id_column</varname> parameter is used to set the \"id\" member "
+"of the returned GeoJSON features. As per GeoJSON RFC, this SHOULD be used "
+"whenever a feature has a commonly used identifier, such as a primary key. "
+"When not specified, the produced features will not get an \"id\" member and "
+"any columns other than the geometry, including any potential keys, will just "
+"end up inside the feature’s \"properties\" member."
+msgstr ""
+
 #. Tag: para
 #, no-c-format
 msgid ""
@@ -18956,6 +18970,11 @@ msgstr ""
 msgid "Changed: 3.0.0 output SRID if not EPSG:4326."
 msgstr ""
 
+#. Tag: para
+#, no-c-format
+msgid "Changed: 3.5.0 allow specifying the column containing the feature id"
+msgstr ""
+
 #. Tag: para
 #, no-c-format
 msgid "Generate a FeatureCollection:"
@@ -18966,13 +18985,6 @@ msgstr ""
 msgid "Generate a Feature:"
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid ""
-"An alternate way to generate Features with an <varname>id</varname> property "
-"is to use JSONB functions and operators:"
-msgstr ""
-
 #. Tag: para
 #, no-c-format
 msgid ""

commit b9de4ae6113de6e86b85191abc6fcd7d2155a1a0
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Nov 28 22:58:11 2023 -0500

    Change berries to test against GEOS 3.13 (main branch of geos)

diff --git a/ci/berrie/configs.sh b/ci/berrie/configs.sh
index f47b1145d..5735eb3eb 100644
--- a/ci/berrie/configs.sh
+++ b/ci/berrie/configs.sh
@@ -1,5 +1,5 @@
 export WORKSPACE=/home/jenkins/workspace
-export GEOS_VER=3.12.0
+export GEOS_VER=3.13
 
 export OS_BUILD=32
 export PG_VER=15
diff --git a/ci/berrie64/configs.sh b/ci/berrie64/configs.sh
index 09ce6af01..b62b6988b 100644
--- a/ci/berrie64/configs.sh
+++ b/ci/berrie64/configs.sh
@@ -1,5 +1,5 @@
 export WORKSPACE=/home/jenkins/workspace
-export GEOS_VER=3.12.0
+export GEOS_VER=3.13
 
 export OS_BUILD=64
 export PG_VER=16

commit 9a7f57268d92570955255a33b8e6f497fdfce97d
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Nov 28 22:56:01 2023 -0500

    Fix ST_LargestEmptyCircle query, and remove the ST_AsText since we aren't showing the output

diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml
index 5c7f6fcc9..97e02c279 100644
--- a/doc/reference_processing.xml
+++ b/doc/reference_processing.xml
@@ -1668,8 +1668,8 @@ LINESTRING Z (-30 -29.7 5,-29 -27 11,-30 -29.7 10,-36 -31 5,-45 -33 1,-46 -32 11
         <title>Examples</title>
 
 <programlisting>SELECT radius,
-       ST_AsText(center) AS center,
-       ST_AsText(nearest) AS nearest
+      center,
+      nearest
   FROM ST_LargestEmptyCircle(
         'MULTILINESTRING (
           (10 100, 60 180, 130 150, 190 160),
@@ -1686,13 +1686,14 @@ LINESTRING Z (-30 -29.7 5,-29 -27 11,-30 -29.7 10,-36 -31 5,-45 -33 1,-46 -32 11
     </informalfigure>
 
 <programlisting>SELECT radius,
-       ST_AsText(center) AS center,
-       ST_AsText(nearest) AS nearest
+       center,
+       nearest
   FROM ST_LargestEmptyCircle(
-         St_Collect(
-           'MULTIPOINT ((70 50), (60 130), (130 150), (80 90))',
-           'POLYGON ((90 190, 10 100, 60 10, 190 40, 120 100, 190 180, 90 190))'),
-         'POLYGON ((90 190, 10 100, 60 10, 190 40, 120 100, 190 180, 90 190))'
+         ST_Collect(
+           'MULTIPOINT ((70 50), (60 130), (130 150), (80 90))'::geometry,
+           'POLYGON ((90 190, 10 100, 60 10, 190 40, 120 100, 190 180, 90 190))'::geometry),
+           0,
+         'POLYGON ((90 190, 10 100, 60 10, 190 40, 120 100, 190 180, 90 190))'::geometry
        );</programlisting>
 
     <informalfigure>

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

Summary of changes:
 ci/berrie/configs.sh                |   2 +-
 ci/berrie64/configs.sh              |   2 +-
 doc/po/templates/postgis-manual.pot | 118 ++++++++++++++++++++----------------
 doc/reference_processing.xml        |  17 +++---
 4 files changed, 76 insertions(+), 63 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list