[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-616-gb347a9a96

git at osgeo.org git at osgeo.org
Wed Feb 15 14:03:45 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  b347a9a965f2a3efdf50485ec0947aa843381fe6 (commit)
      from  b44b8a9a015f05db7ffefcec21b9cd23fbd7108d (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 b347a9a965f2a3efdf50485ec0947aa843381fe6
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Wed Feb 15 14:03:42 2023 -0800

    Standardize doc use_spheroid formatting

diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml
index a0fdf7a92..669ef49b6 100644
--- a/doc/reference_measure.xml
+++ b/doc/reference_measure.xml
@@ -26,7 +26,7 @@
 			<funcprototype>
 			  <funcdef>float <function>ST_Area</function></funcdef>
 				<paramdef><type>geography </type><parameter>geog</parameter></paramdef>
-				<paramdef choice="opt"><type>boolean </type><parameter>use_spheroid=true</parameter></paramdef>
+				<paramdef choice="opt"><type>boolean </type><parameter>use_spheroid = true</parameter></paramdef>
 			</funcprototype>
 		  </funcsynopsis>
 		</refsynopsisdiv>
@@ -493,7 +493,7 @@ SELECT ST_AsEWKT(ST_3DClosestPoint(line,pt)) AS cp3d_line_pt,
 			<parameter>geog2</parameter></paramdef>
 
 			<paramdef choice="opt"><type>boolean </type>
-			<parameter>use_spheroid=true</parameter></paramdef>
+			<parameter>use_spheroid = true</parameter></paramdef>
 		  </funcprototype>
 
 		</funcsynopsis>
@@ -989,7 +989,7 @@ SELECT DISTINCT ON (buildings.gid) buildings.gid, parcels.parcel_id
 			<funcprototype>
 			  <funcdef>float <function>ST_Length</function></funcdef>
 				<paramdef><type>geography </type><parameter>geog</parameter></paramdef>
-				<paramdef choice="opt"><type>boolean </type><parameter>use_spheroid=true</parameter></paramdef>
+				<paramdef choice="opt"><type>boolean </type><parameter>use_spheroid = true</parameter></paramdef>
 			</funcprototype>
 		  </funcsynopsis>
 		</refsynopsisdiv>
@@ -1002,7 +1002,7 @@ SELECT DISTINCT ON (buildings.gid) buildings.gid, parcels.parcel_id
 				spatial reference system of the geometry.</para>
 			<para>For geography types: computation is performed using the inverse geodesic calculation. Units of length are in meters.
 				If PostGIS is compiled with PROJ version 4.8.0 or later, the spheroid is specified by the SRID, otherwise it is exclusive to WGS84.
-				If <varname>use_spheroid=false</varname>, then the calculation is based on a sphere instead of a spheroid.
+				If <varname>use_spheroid = false</varname>, then the calculation is based on a sphere instead of a spheroid.
 				</para>
 
 			<para>Currently for geometry this is an alias for ST_Length2D, but this may change to support higher dimensions.</para>
@@ -1699,7 +1699,7 @@ LINESTRING(0.5 0.00032,0.5 0)
 			<funcprototype>
 			  <funcdef>float <function>ST_Perimeter</function></funcdef>
 				<paramdef><type>geography </type><parameter>geog</parameter></paramdef>
-				<paramdef choice="opt"><type>boolean </type><parameter>use_spheroid=true</parameter></paramdef>
+				<paramdef choice="opt"><type>boolean </type><parameter>use_spheroid = true</parameter></paramdef>
 			</funcprototype>
 		  </funcsynopsis>
 		</refsynopsisdiv>
@@ -1711,7 +1711,7 @@ LINESTRING(0.5 0.00032,0.5 0)
 				spatial reference system of the geometry.</para>
 			<para>For geography types, the calculations are performed using the inverse geodesic problem, where perimeter units are in meters.
 				If PostGIS is compiled with PROJ version 4.8.0 or later, the spheroid is specified by the SRID, otherwise it is exclusive to WGS84.
-				If <varname>use_spheroid=false</varname>, then calculations will approximate a sphere instead of a spheroid.</para>
+				If <varname>use_spheroid = false</varname>, then calculations will approximate a sphere instead of a spheroid.</para>
 
 			<para>Currently this is an alias for ST_Perimeter2D, but this may change to support higher dimensions.</para>
 

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

Summary of changes:
 doc/reference_measure.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list