[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0beta1-20-g1db197357

git at osgeo.org git at osgeo.org
Sun Jul 10 13:07:53 PDT 2022


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  1db19735711247aa69b74e75add07d47d3ea35ab (commit)
      from  139e1b2695279c3c13ba172bbbfecb48f72e7015 (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 1db19735711247aa69b74e75add07d47d3ea35ab
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Jul 10 16:03:01 2022 -0400

    Topology DOC corrections:
    
    1. ST_MoveIsoNode takes a node not an edge
    2. ST_ChangeEdgeGeom doesn't have anode / anothernode args

diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml
index a53d80a7e..3f7c3897c 100644
--- a/doc/extras_topology.xml
+++ b/doc/extras_topology.xml
@@ -1813,9 +1813,7 @@ Changes the shape of an edge without affecting the topology structure.
                 <para>
 If any arguments are null, the given edge does not exist in
 the <varname>edge</varname> table of the topology schema, the
-<varname>acurve</varname> is not a <varname>LINESTRING</varname>, the
-<varname>anode</varname> and <varname>anothernode</varname> are not the
-start and endpoints of <varname>acurve</varname> or the modification would
+<varname>acurve</varname> is not a <varname>LINESTRING</varname>, or the modification would
 change the underlying topology then an error is thrown.
 		</para>
                 <para>If the spatial reference system (srid) of the <varname>acurve</varname> geometry is not the same as the topology an exception is thrown.</para>

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

Summary of changes:
 doc/extras_topology.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list