[SCM] PostGIS branch master updated. 3.5.0alpha2-13-g95c525d31

git at osgeo.org git at osgeo.org
Thu Jul 18 02:40:24 PDT 2024


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  95c525d310b783db4a52d85506ef3cc713238683 (commit)
      from  f8d738eba503257408fa77c845e1e90503e48f8c (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 95c525d310b783db4a52d85506ef3cc713238683
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jul 18 11:39:56 2024 +0200

    Note that TopoGeo_addLinestring returns signed identifiers since 3.2.0

diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml
index 796dfb139..5841b649d 100644
--- a/doc/extras_topology.xml
+++ b/doc/extras_topology.xml
@@ -1448,7 +1448,9 @@ An existing edge may be split by the snapped point.
 			<refnamediv>
 				<refname>TopoGeo_AddLineString</refname>
 
-				<refpurpose>Adds a linestring to an existing topology using a tolerance and possibly splitting existing edges/faces. Returns edge identifiers.</refpurpose>
+				<refpurpose>
+Adds a linestring to an existing topology using a tolerance and possibly splitting existing edges/faces.
+				</refpurpose>
 			</refnamediv>
 
 			<refsynopsisdiv>
@@ -1466,7 +1468,9 @@ An existing edge may be split by the snapped point.
                 <title>Description</title>
 
                 <para>
-Adds a linestring to an existing topology and returns a set of edge identifiers forming it up.
+Adds a linestring to an existing topology and returns a set of signed edge identifiers forming it up
+(negative identifies mean the edge goes in the opposite direction of
+the input linestring).
 The given line will snap to existing nodes or edges within given tolerance.
 Existing edges and faces may be split by the line.  New nodes and faces may be added.
                 </para>
@@ -1478,6 +1482,7 @@ up to caller, see <xref linkend="Topology_StatsManagement"/>.
 
                 <!-- use this format if new function -->
                 <para role="availability" conformance="2.0.0">Availability: 2.0.0</para>
+                <para role="enhanced" conformance="3.2.0">Enhanced: 3.2.0 added support for returning signed identifier.</para>
 			</refsection>
 
 

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list