[postgis-tickets] [SCM] PostGIS branch main updated. 3.1.0rc1-354-g92b06f1

git at osgeo.org git at osgeo.org
Thu Jul 15 07:00:00 PDT 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, main has been updated
       via  92b06f13feb21f1b903c2b7f713c39ca5fd1cc8a (commit)
      from  fb3bb49a00a12e45f127f259a76229f5c976eae2 (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 92b06f13feb21f1b903c2b7f713c39ca5fd1cc8a
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jul 15 15:44:39 2021 +0200

    Add info about new enforcement in ST_MoveIsoNode

diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml
index 1a1d587..b74f48b 100644
--- a/doc/extras_topology.xml
+++ b/doc/extras_topology.xml
@@ -1815,12 +1815,20 @@ Updates all existing joined edges and relationships accordingly.
                 <title>Description</title>
 
                 <para>Moves an isolated node in a topology from one point to another.  If new <varname>apoint</varname> geometry exists as a node an error is thrown.</para>
-                <para>If any arguments are null, the <varname>apoint</varname> is not a point, the existing node is not isolated (is a start or end point of an existing edge), new node location intersects an existing edge (even at the end points) then an exception is thrown.</para>
+                <para>If any arguments are null, the
+<varname>apoint</varname> is not a point, the existing node is not
+isolated (is a start or end point of an existing edge), new node
+location intersects an existing edge (even at the end points) or the
+new location is in a different face (since 3.2.0) then an exception is thrown.
+                </para>
                 <para>If the spatial reference system (srid) of the point geometry is not the same as the topology an exception is thrown.</para>
 
 
                 <!-- use this format if new function -->
-                <para>Availability: 1.? </para>
+                <para>Availability: 2.0.0 </para>
+                <para>
+	Enhanced: 3.2.0 ensures the nod cannot be moved in a different face
+                </para>
 	<para>&sqlmm_compliant; SQL-MM: Topo-Net Routines:  X.3.2</para>
 			</refsection>
 

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list