[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-589-gbf31e1ded
git at osgeo.org
git at osgeo.org
Tue Feb 7 22:43:49 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 bf31e1dedef2eb6735603276f7369475dc9ae2a3 (commit)
via e1b93907aee79f68dec49c535ac71f698b035340 (commit)
from ff80a8798cb5c424d29c0ec6c4721fa13eda02fd (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 bf31e1dedef2eb6735603276f7369475dc9ae2a3
Author: Martin Davis <mtnclimb at gmail.com>
Date: Tue Feb 7 22:43:46 2023 -0800
Fix doc typo in CreateTopology
diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml
index 2237aac2b..2519450e0 100644
--- a/doc/extras_topology.xml
+++ b/doc/extras_topology.xml
@@ -1185,7 +1185,7 @@ ANALYZE themselves, to use updated statistics.
<!-- use this format if new function -->
<para>Availability: 1.1</para>
- <para>Enhanched: 2.0 added the signature accepting hasZ</para>
+ <para>Enhanced: 2.0 added the signature accepting hasZ</para>
</refsection>
commit e1b93907aee79f68dec49c535ac71f698b035340
Author: Martin Davis <mtnclimb at gmail.com>
Date: Tue Feb 7 21:59:48 2023 -0800
Improve doc wording for ST_RemEdgeModFace
diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml
index 5565f8180..2237aac2b 100644
--- a/doc/extras_topology.xml
+++ b/doc/extras_topology.xml
@@ -1824,8 +1824,8 @@ name is invalid then an error is thrown.
<refname>ST_RemEdgeModFace</refname>
<refpurpose>
-Removes an edge and, if the removed edge separated two faces,
-delete one of the them and modify the other to take the space of both.
+Removes an edge, and if the edge separates two faces
+deletes one face and modifies the other face to cover the space of both.
</refpurpose>
</refnamediv>
@@ -1843,8 +1843,8 @@ delete one of the them and modify the other to take the space of both.
<title>Description</title>
<para>
-Removes an edge, and if the removed edge separated two faces,
-delete one of the faces and modifies the other face to covers the space of both.
+Removes an edge, and if the removed edge separates two faces
+deletes one face and modifies the other face to cover the space of both.
Preferentially keeps the face on the right, to be consistent with
<xref linkend="ST_AddEdgeModFace"/>.
Returns the id of the face which is preserved.
-----------------------------------------------------------------------
Summary of changes:
doc/extras_topology.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list