[postgis-tickets] r14978 - Fix typos. Closes #3589. Thanks ruvyn
Sandro Santilli
strk at kbt.io
Thu Jun 23 23:34:42 PDT 2016
Author: strk
Date: 2016-06-23 23:34:41 -0700 (Thu, 23 Jun 2016)
New Revision: 14978
Modified:
trunk/doc/extras_topology.xml
Log:
Fix typos. Closes #3589. Thanks ruvyn
Modified: trunk/doc/extras_topology.xml
===================================================================
--- trunk/doc/extras_topology.xml 2016-06-23 07:15:12 UTC (rev 14977)
+++ trunk/doc/extras_topology.xml 2016-06-24 06:34:41 UTC (rev 14978)
@@ -1344,7 +1344,7 @@
</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 @@
<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 @@
<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>
More information about the postgis-tickets
mailing list