[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-407-g1c03eb6

git at osgeo.org git at osgeo.org
Fri Aug 20 11:27:27 PDT 2021


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  1c03eb65188d33db061d7d9d91243d0e6e848022 (commit)
       via  6624a9f94887b81cb60efbe0ef73f4186081f6d5 (commit)
      from  5272174764c2d8c304612c85ef33d3dcf758682d (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 1c03eb65188d33db061d7d9d91243d0e6e848022
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Aug 20 14:27:22 2021 -0400

    Fix proto should be a 4 point with 4th geometry being optional. Closes #4976

diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml
index 1635b3f..c59ae82 100644
--- a/doc/reference_measure.xml
+++ b/doc/reference_measure.xml
@@ -212,7 +212,7 @@ SELECT degrees(ST_Azimuth( ST_Point(25, 45),  ST_Point(75, 100))) AS degA_B,
 			  <paramdef><type>geometry </type><parameter>point1</parameter></paramdef>
 			  <paramdef><type>geometry </type><parameter>point2</parameter></paramdef>
 			  <paramdef><type>geometry </type><parameter>point3</parameter></paramdef>
-			  <paramdef choice="opt"><type>geometry </type><parameter>point4=POINT(EMPTY)</parameter></paramdef>
+			  <paramdef choice="opt"><type>geometry </type><parameter>point4</parameter></paramdef>
 			</funcprototype>
 			<funcprototype>
 			  <funcdef>float <function>ST_Angle</function></funcdef>

commit 6624a9f94887b81cb60efbe0ef73f4186081f6d5
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Aug 20 14:25:25 2021 -0400

    Fix proto should be a 4  point with 4th geometry being optional and defaulting to point empty

diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml
index 223a21b..1635b3f 100644
--- a/doc/reference_measure.xml
+++ b/doc/reference_measure.xml
@@ -212,13 +212,7 @@ SELECT degrees(ST_Azimuth( ST_Point(25, 45),  ST_Point(75, 100))) AS degA_B,
 			  <paramdef><type>geometry </type><parameter>point1</parameter></paramdef>
 			  <paramdef><type>geometry </type><parameter>point2</parameter></paramdef>
 			  <paramdef><type>geometry </type><parameter>point3</parameter></paramdef>
-			</funcprototype>
-			<funcprototype>
-			  <funcdef>float <function>ST_Angle</function></funcdef>
-			  <paramdef><type>geometry </type><parameter>point1</parameter></paramdef>
-			  <paramdef><type>geometry </type><parameter>point2</parameter></paramdef>
-			  <paramdef><type>geometry </type><parameter>point3</parameter></paramdef>
-			  <paramdef><type>geometry </type><parameter>point4</parameter></paramdef>
+			  <paramdef choice="opt"><type>geometry </type><parameter>point4=POINT(EMPTY)</parameter></paramdef>
 			</funcprototype>
 			<funcprototype>
 			  <funcdef>float <function>ST_Angle</function></funcdef>

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

Summary of changes:
 doc/reference_measure.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list