]> granicus.if.org Git - postgis/commitdiff
fix another mismatched tag
authorRegina Obe <lr@pcorp.us>
Mon, 14 Feb 2011 11:57:23 +0000 (11:57 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 14 Feb 2011 11:57:23 +0000 (11:57 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6814 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_topology.xml

index 0fc3df2837a842b34bce6846ae3ce82f4d4dc12f..485cc38483621539ba8f0301557bdc648fa892be 100644 (file)
@@ -1262,7 +1262,7 @@ SELECT ST_AsText(topology.ST_GetFaceGeometry('ma_topo', 1)) As facegeomwkt;
             
                 <para>Add a new edge and, if in doing so it splits a face, delete the original face and replace it with two new faces.</para>
                 <para>If any arguments are null (meaning the nodes must already exist in the <varname>node</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 
+                    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> 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>
                 <note><para>This is not completely implemented yet and currently always throws a NOT YET IMPLEMENTED error</para></note>