From: Sandro Santilli Date: Fri, 24 Jun 2016 06:34:41 +0000 (+0000) Subject: Fix typos. Closes #3589. Thanks ruvyn X-Git-Tag: 2.3.0beta1~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b73cbb5648de925c0dde792f8470ea539676e134;p=postgis Fix typos. Closes #3589. Thanks ruvyn git-svn-id: http://svn.osgeo.org/postgis/trunk@14978 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index f5922448b..73b75959b 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -1344,7 +1344,7 @@ Changes the shape of an edge without affecting the topology structure. If any arguments are null, the given edge does not exist in -the node table of the topology schema, the +the edge table of the topology schema, the acurve is not a LINESTRING, the anode and anothernode are not the start and endpoints of acurve or the modification would @@ -1701,7 +1701,7 @@ SELECT topology.ST_NewEdgesSplit('ma_topo', 2, ST_GeomFromText('POINT(227578.5 Examples --- 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 -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.