[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-615-gb44b8a9a0
git at osgeo.org
git at osgeo.org
Wed Feb 15 13:44:56 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 b44b8a9a015f05db7ffefcec21b9cd23fbd7108d (commit)
from d53dea68a838959637ead34d233840fcba5cb5ce (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 b44b8a9a015f05db7ffefcec21b9cd23fbd7108d
Author: Martin Davis <mtnclimb at gmail.com>
Date: Wed Feb 15 13:44:46 2023 -0800
Standardize doc use_spheroid param
diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml
index 4ec658043..9f519bba2 100644
--- a/doc/reference_processing.xml
+++ b/doc/reference_processing.xml
@@ -481,7 +481,7 @@ FROM (SELECT
<paramdef><type>geography </type>
<parameter>g1</parameter></paramdef>
<paramdef choice="opt"><type>boolean </type>
- <parameter>use_spheroid=true</parameter></paramdef>
+ <parameter>use_spheroid = true</parameter></paramdef>
</funcprototype>
</funcsynopsis>
diff --git a/doc/reference_relationship.xml b/doc/reference_relationship.xml
index 799b6b05e..8192b9e4d 100644
--- a/doc/reference_relationship.xml
+++ b/doc/reference_relationship.xml
@@ -2176,8 +2176,8 @@ ST_DWithin(
(have the same SRID).</para>
<para>For <type>geography</type>: units are in meters and distance measurement
- defaults to <varname>use_spheroid</varname>=true.
- For faster evaluation use <varname>use_spheroid</varname>=false to measure on the sphere.
+ defaults to <varname>use_spheroid = true</varname>.
+ For faster evaluation use <varname>use_spheroid = false</varname> to measure on the sphere.
</para>
<note><para>Use <xref linkend="ST_3DDWithin"/> for 3D geometries.</para></note>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_processing.xml | 2 +-
doc/reference_relationship.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list