[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha3-2-g7ab0110

git at osgeo.org git at osgeo.org
Fri Nov 20 17:02:00 PST 2020


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  7ab01105ef45f2319c361174a27c6e7900069d32 (commit)
      from  7d5dd6338cae8633acf4b202b7872130fa614132 (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 7ab01105ef45f2319c361174a27c6e7900069d32
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Nov 20 20:01:49 2020 -0500

    Put a note in Enhanced when requires GEOS 3.9.0, change sorting so new changes come at top

diff --git a/doc/reference_constructor.xml b/doc/reference_constructor.xml
index 4d18ea7..176a3ac 100644
--- a/doc/reference_constructor.xml
+++ b/doc/reference_constructor.xml
@@ -850,7 +850,7 @@ SELECT ST_AsText( ST_TileEnvelope(3, 1, 1, ST_MakeEnvelope(-180, -90, 180, 90, 4
 				<imagedata fileref='images/st_hexagongrid02.png' />
 			</imageobject></inlinemediaobject></para>
 
-			<para>Availability: 3.1</para>
+			<para>Availability: 3.1.0</para>
 
 		</refsection>
 
@@ -927,7 +927,7 @@ WHERE
             perfectly fits with the original tiling. Standard web map tilings in mercator
             are just powers-of-two square grids in the mercator plane.</para>
 
-            <para>Availability: 3.1</para>
+            <para>Availability: 3.1.0</para>
 
         </refsection>
 
@@ -997,7 +997,7 @@ WHERE
 			</para>
 			<para>Hexagons are generated with no SRID set, so use <xref linkend="ST_SetSRID" /> to set the SRID to the one you expect.</para>
 
-			<para>Availability: 3.1</para>
+			<para>Availability: 3.1.0</para>
 		</refsection>
 
 		<refsection>
@@ -1044,7 +1044,7 @@ POLYGON((-1 0,-0.5
 			</para>
 			<para>Squares are generated with no SRID set, so use <xref linkend="ST_SetSRID" /> to set the SRID to the one you expect.</para>
 
-			<para>Availability: 3.1</para>
+			<para>Availability: 3.1.0</para>
 		</refsection>
 
 		<refsection>
diff --git a/doc/reference_output.xml b/doc/reference_output.xml
index b2dd96f..c40b075 100644
--- a/doc/reference_output.xml
+++ b/doc/reference_output.xml
@@ -56,8 +56,9 @@
 			<note>
 			  <para>ST_AsEWKT is the reverse of <xref linkend="ST_GeomFromEWKT" />.  Use <xref linkend="ST_GeomFromEWKT" /> to convert to a postgis geometry from ST_AsEWKT representation.</para>
 			</note>
-			<para>Enhanced: 2.0.0 support for Geography, Polyhedral surfaces, Triangles and TIN was introduced.</para>
             <para>Enhanced: 3.1.0 support for optional precision parameter.</para>
+			<para>Enhanced: 2.0.0 support for Geography, Polyhedral surfaces, Triangles and TIN was introduced.</para>
+
 			<para>&Z_support;</para>
 			<para>&curve_support;</para>
 			<para>&P_support;</para>
diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml
index 1a4171a..dbd34e7 100644
--- a/doc/reference_processing.xml
+++ b/doc/reference_processing.xml
@@ -1253,8 +1253,7 @@ on that same grid. This method requires GEOS-3.9.0 or higher.
             </para>
 
         <para>Performed by the GEOS module</para>
-
-        <para>Enhanced: 3.1.0 accept a gridSize parameter.</para>
+        <para>Enhanced: 3.1.0 accept a gridSize parameter - requires GEOS >= 3.9.0</para>
 
         <para>&sfs_compliant; s2.1.1.3</para>
         <para>&sqlmm_compliant; SQL-MM 3: 5.1.20</para>
@@ -1662,14 +1661,14 @@ on that same grid. This method requires GEOS-3.9.0 or higher.
 
           <warning><para>If working with 3D geometries, you may want to use SFGCAL based <xref linkend="ST_3DIntersection" /> which does a proper 3D intersection for 3D geometries.  Although this function works with Z-coordinate, it does an averaging of Z-Coordinate.</para></warning>
 
-          <para>Performed by the GEOS module</para>
+            <para>Performed by the GEOS module</para>
 
-          <para>Availability: 1.5 support for geography data type was introduced.</para>
+            <para>Enhanced: 3.1.0 accept a gridSize parameter - requires GEOS >= 3.9.0</para>
             <para>Changed: 3.0.0 does not depend on SFCGAL.</para>
-            <para>Changed: 3.1.0 added gridSize argument.</para>
+            <para>Availability: 1.5 support for geography data type was introduced.</para>
 
-          <para>&sfs_compliant; s2.1.1.3</para>
-          <para>&sqlmm_compliant; SQL-MM 3: 5.1.18</para>
+            <para>&sfs_compliant; s2.1.1.3</para>
+            <para>&sqlmm_compliant; SQL-MM 3: 5.1.18</para>
         </refsection>
         <refsection>
         <title>Examples</title>
@@ -3461,7 +3460,7 @@ on that same grid. This method requires GEOS-3.9.0 or higher.
 
         <para>Performed by the GEOS module</para>
 
-        <para>Enhanced: 3.1.0 accept a gridSize parameter.</para>
+        <para>Enhanced: 3.1.0 accept a gridSize parameter - requires GEOS >= 3.9.0</para>
 
         <para>&sfs_compliant; s2.1.1.3</para>
         <para>&sqlmm_compliant; SQL-MM 3: 5.1.21</para>
@@ -3717,9 +3716,10 @@ LINESTRING(44.7994523421035 82.5156766227011,85 85)</screen>
     <para>NOTE: this function was formerly called GeomUnion(), which
         was renamed from "Union" because UNION is an SQL reserved
         word.</para>
-    <para>Availability: 1.4.0 - ST_Union was enhanced. ST_Union(geomarray) was introduced and also faster aggregate collection in PostgreSQL.</para>
+
+    <para>Enhanced: 3.1.0 accept a gridSize parameter - requires GEOS >= 3.9.0</para>
     <para>Changed: 3.0.0 does not depend on SFCGAL.</para>
-    <para>Enhanced: 3.1.0 accept a gridSize parameter.</para>
+    <para>Availability: 1.4.0 - ST_Union was enhanced. ST_Union(geomarray) was introduced and also faster aggregate collection in PostgreSQL.</para>
 
     <para>&sfs_compliant; s2.1.1.3</para>
     <note><para>Aggregate version is not explicitly defined in OGC SPEC.</para></note>
@@ -3850,9 +3850,9 @@ on that same grid. This method requires GEOS-3.9.0 or higher.
         </para>
 
         <para>&Z_support;</para>
-
+        <para>Enhanced: 3.1.0 accept a gridSize parameter - requires GEOS >= 3.9.0</para>
         <para>Availability: 2.0.0</para>
-        <para>Enhanced: 3.1.0 accept a gridSize parameter.</para>
+
       </refsection>
 
 

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

Summary of changes:
 doc/reference_constructor.xml |  8 ++++----
 doc/reference_output.xml      |  3 ++-
 doc/reference_processing.xml  | 24 ++++++++++++------------
 3 files changed, 18 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list