]> granicus.if.org Git - postgis/commitdiff
Clarify ST_AddEdgeModFace docs about new face side (#3198)
authorSandro Santilli <strk@keybit.net>
Thu, 9 Jul 2015 09:49:14 +0000 (09:49 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 9 Jul 2015 09:49:14 +0000 (09:49 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13791 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_topology.xml

index 945ab97b0f294a99026657401a6a496e3e64d127..bc3b08eeb79e16acf2abe57e6a55c30c0c43b432 100644 (file)
@@ -1132,13 +1132,21 @@ Updates all existing joined edges and relationships accordingly.
                 <title>Description</title>
             
                 <para>
-Add a new edge and, if in doing so it splits a face, modify the original
-face and add a new face. Unless the face being split is the Universal Face, 
-the new face will be on the right side of the newly added edge.
+Add a new edge and, if doing so splits a face, modify the original
+face and add a new one.
+                </para>
+
+<para><note>
+If possible, the new face will be created on left side of the new edge. 
+This will not be possible if the face on the left side will need to
+be the Universe face (unbounded).
+</note></para>
+
+    <para>
 Returns the id of the newly added edge.
                </para>
 
-                <para>
+    <para>
 Updates all existing joined edges and relationships accordingly.
                </para>