[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-408-gf6def67
git at osgeo.org
git at osgeo.org
Fri Aug 20 11:29:36 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 f6def67654c25d812446239036cee44812613748 (commit)
from 1c03eb65188d33db061d7d9d91243d0e6e848022 (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 f6def67654c25d812446239036cee44812613748
Author: Regina Obe <lr at pcorp.us>
Date: Fri Aug 20 14:29:32 2021 -0400
Fix variant description only 2 variants
diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml
index c59ae82..abf7125 100644
--- a/doc/reference_measure.xml
+++ b/doc/reference_measure.xml
@@ -227,9 +227,8 @@ SELECT degrees(ST_Azimuth( ST_Point(25, 45), ST_Point(75, 100))) AS degA_B,
<para> Computes the clockwise angle between two vectors.
</para>
- <para><emphasis role="bold">Variant 1:</emphasis> computes the angle enclosed by the points P1-P2-P3</para>
- <para><emphasis role="bold">Variant 2:</emphasis> computes the angle between two vectors defined by points P1-P2 and P3-P4</para>
- <para><emphasis role="bold">Variant 3:</emphasis> computes the angle between two vectors S1-E1 and S2-E2,
+ <para><emphasis role="bold">Variant 1:</emphasis> computes the angle enclosed by the points P1-P2-P3. If a 4th point provided computes the angle points P1-P2 and P3-P4</para>
+ <para><emphasis role="bold">Variant 2:</emphasis> computes the angle between two vectors S1-E1 and S2-E2,
defined by the start and end points of the input lines
</para>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_measure.xml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list