[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-713-g255aa0ffd

git at osgeo.org git at osgeo.org
Thu Apr 13 10:36:28 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  255aa0ffdb2d96801a06c1e5bf38ca5bc8310208 (commit)
      from  00d4e76b91cd2fba1a57b9531c7896bc9a471e56 (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 255aa0ffdb2d96801a06c1e5bf38ca5bc8310208
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Apr 13 13:35:03 2023 -0400

    Clarify that GetTopoGeomElements returns primitives

diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml
index 3670f6531..c3d296b18 100644
--- a/doc/extras_topology.xml
+++ b/doc/extras_topology.xml
@@ -3949,7 +3949,7 @@ Refer to <xref linkend="toTopoGeom" />.
 			<refsection>
                 <title>Description</title>
 
-                <para>Returns a set of element_id,element_type (topoelements) for a given topogeometry object in <varname>toponame</varname> schema.</para>
+                <para>Returns a set of element_id,element_type (topoelements) corresponding to primitive topology elements <xref linkend="topoelement"/> (1: nodes, 2: edges, 3: faces) that a given topogeometry object in <varname>toponame</varname> schema is composed of.</para>
                 <para>tg_id is the topogeometry id of the topogeometry object in the topology in the layer denoted by <varname>layer_id</varname> in the topology.layer table.</para>
 
                 <!-- use this format if new function -->

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

Summary of changes:
 doc/extras_topology.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list