[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-103-g7103b57

git at osgeo.org git at osgeo.org
Wed Feb 24 01:14:34 PST 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  7103b573d56ce649cab1de786c65a0c9d08a0a4c (commit)
       via  04bfc6b5ccf01d44235844cd800502d6cb1b9220 (commit)
      from  4edfe3633e3fa24993b15a35135cce9d4f3f239b (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 7103b573d56ce649cab1de786c65a0c9d08a0a4c
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Feb 24 10:13:55 2021 +0100

    Include GetNodeEdges in list of funx returning GetFaceEdges_ReturnType

diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml
index 5b44007..e4fc3e2 100644
--- a/doc/extras_topology.xml
+++ b/doc/extras_topology.xml
@@ -25,11 +25,19 @@
 		<refentry id="getfaceedges_returntype">
 		  <refnamediv>
 			<refname>getfaceedges_returntype</refname>
-			<refpurpose>A composite type that consists of a sequence number and edge number.  This is the return type for <varname>ST_GetFaceEdges</varname>.</refpurpose>
+			<refpurpose>
+A composite type that consists of a sequence
+number and an edge number.
+			</refpurpose>
 		  </refnamediv>
 		  <refsection>
 			<title>Description</title>
-			<para>A composite type that consists of a sequence number and edge number.  This is the return type for <varname>ST_GetFaceEdges</varname> function.</para>
+			<para>
+A composite type that consists of a sequence number
+and an edge number.
+This is the return type for <varname>ST_GetFaceEdges</varname>
+and <varname>GetNodeEdges</varname> functions.
+			</para>
 			<orderedlist>
 			  <listitem>
 				<para><varname>sequence</varname> is an integer:  Refers to a topology defined in the topology.topology table which defines the topology schema and srid.</para>

commit 04bfc6b5ccf01d44235844cd800502d6cb1b9220
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Feb 24 10:09:14 2021 +0100

    Link GetNodeEdges docs to docs of its return type

diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml
index 8e60a77..5b44007 100644
--- a/doc/extras_topology.xml
+++ b/doc/extras_topology.xml
@@ -2491,6 +2491,7 @@ and is thus usable to build edge ring linking.
 			<refsection>
 				<title>See Also</title>
 				<para>
+<xref linkend="getfaceedges_returntype"/>,
 <xref linkend="GetRingEdges"/>,
 <xref linkend="ST_Azimuth"/>
 				</para>

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

Summary of changes:
 doc/extras_topology.xml | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list