]> granicus.if.org Git - postgis/commitdiff
Fix typos. Closes #3589. Thanks ruvyn
authorSandro Santilli <strk@keybit.net>
Fri, 24 Jun 2016 06:34:41 +0000 (06:34 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 24 Jun 2016 06:34:41 +0000 (06:34 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14978 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_topology.xml

index f5922448bc5121235f6a70b7c9936e398a37293d..73b75959b5eb13595dd4c71b2a1eace0db20e5ff 100644 (file)
@@ -1344,7 +1344,7 @@ Changes the shape of an edge without affecting the topology structure.
                </para>
                 <para>
 If any arguments are null, the given edge does not exist in
-the <varname>node</varname> table of the topology schema, the
+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
@@ -1701,7 +1701,7 @@ SELECT topology.ST_NewEdgesSplit('ma_topo', 2,  ST_GeomFromText('POINT(227578.5
                        <refsection>
                                <title>Examples</title>
                                <programlisting>
--- Add an isolated node with no face  --
+-- Remove an isolated node with no face  --
 SELECT topology.ST_RemoveIsoNode('ma_topo',  7 ) As result;
          result
 -------------------------
@@ -3358,7 +3358,7 @@ The table, if given, is expected to have an "arc_id" field of type "serial" and
 
                <note>
 <para>
-Arc indices in the TopoJSONjoutput are 0-based but they are 1-based
+Arc indices in the TopoJSON output are 0-based but they are 1-based
 in the "edgeMapTable" table.
 </para>
     </note>