[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1256-g4077f518c
git at osgeo.org
git at osgeo.org
Fri Jul 14 13:37:06 PDT 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 4077f518c888f08cd187096d68f6c019187dae93 (commit)
from 78a4dd2fb38eb3e7be55d850a4302658ff3ccad8 (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 4077f518c888f08cd187096d68f6c019187dae93
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri Jul 14 13:37:02 2023 -0700
Fix documentation of parameter
diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml
index 21d5c9811..0bb73fda1 100644
--- a/doc/reference_measure.xml
+++ b/doc/reference_measure.xml
@@ -310,7 +310,7 @@ SELECT degrees( ST_Angle('LINESTRING(0 0, 0.3 0.7, 1 1)', 'LINESTRING(0 0, 0.2 0
<paramdef><type>geography </type>
<parameter>geom2</parameter></paramdef>
<paramdef choice="opt"><type>boolean </type>
- <parameter>repeat = true</parameter></paramdef>
+ <parameter>use_spheroid = true</parameter></paramdef>
</funcprototype>
</funcsynopsis>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_measure.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list