[postgis-tickets] [SCM] PostGIS branch stable-3.3 updated. 3.3.2-41-gfa38934d3

git at osgeo.org git at osgeo.org
Thu Apr 13 10:40:36 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, stable-3.3 has been updated
       via  fa38934d3427c60ef8d070ec6f2b789f0ac77ba9 (commit)
      from  956a0bfda7ee982942c04a64a676209c7145caaf (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 fa38934d3427c60ef8d070ec6f2b789f0ac77ba9
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Apr 13 13:40:30 2023 -0400

    Clarify GetTopoElements returns primitives. Closes #5369 for PostGIS 3.3.3. [skip ci]

diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml
index 9c76e7204..566aef495 100644
--- a/doc/extras_topology.xml
+++ b/doc/extras_topology.xml
@@ -3790,7 +3790,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