[SCM] PostGIS branch master updated. 3.4.0rc1-1087-g2e4d96393

git at osgeo.org git at osgeo.org
Sat Apr 13 09:32:06 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  2e4d963934d03875674d9f1e7c41e45432c3ffae (commit)
      from  b3a9c0655c693c2ffa3b257cd47f2c2372ca6aaa (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 2e4d963934d03875674d9f1e7c41e45432c3ffae
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Apr 13 12:32:00 2024 -0400

    Mark AddEdge as deprecated in docs, per strk's suggestion

diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml
index fd9012059..796dfb139 100644
--- a/doc/extras_topology.xml
+++ b/doc/extras_topology.xml
@@ -1468,7 +1468,7 @@ An existing edge may be split by the snapped point.
                 <para>
 Adds a linestring to an existing topology and returns a set of edge identifiers forming it up.
 The given line will snap to existing nodes or edges within given tolerance.
-Existing edges and faces may be split by the line.
+Existing edges and faces may be split by the line.  New nodes and faces may be added.
                 </para>
 
                 <note><para>
@@ -3144,14 +3144,15 @@ nodeid
 			</refsynopsisdiv>
 
 			<refsection>
-                <title>Description</title>
+					<title>Description</title>
 
-                <para>Adds an edge to the edge table and associated nodes to the nodes table of the specified <varname>toponame</varname> schema using the specified linestring geometry and returns the edgeid of the new or existing record.
-                The newly added edge has "universe" face on both sides and links to itself.</para>
-                <note><para>If the <varname>aline</varname> geometry crosses, overlaps, contains or is contained by an existing linestring edge, then an error is thrown and the edge is not added.</para></note>
-                <note><para>The geometry of <varname>aline</varname> must have the same <varname>srid</varname> as defined for the topology otherwise an invalid spatial reference sys error will be thrown.</para></note>
-                <para>Performed by the GEOS module.</para>
-                <para role="availability" conformance="2.0.0">Availability: 2.0.0</para>
+					<para>Adds an edge to the edge table and associated nodes to the nodes table of the specified <varname>toponame</varname> schema using the specified linestring geometry and returns the edgeid of the new or existing record.
+					The newly added edge has "universe" face on both sides and links to itself.</para>
+					<note><para>If the <varname>aline</varname> geometry crosses, overlaps, contains or is contained by an existing linestring edge, then an error is thrown and the edge is not added.</para></note>
+					<note><para>The geometry of <varname>aline</varname> must have the same <varname>srid</varname> as defined for the topology otherwise an invalid spatial reference sys error will be thrown.</para></note>
+					<para>Performed by the GEOS module.</para>
+					<warning><para><xref linkend="AddEdge"/> is deprecated as of 3.5.0. Use <xref linkend="TopoGeo_AddLineString"/> instead.</para></warning>
+					<para role="availability" conformance="2.0.0">Availability: 2.0.0</para>
 			</refsection>
 
 			<refsection>

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list