From 1c9d961bf9a67aa3dfb8c8e7e4866be80acfc9a8 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 24 May 2011 06:43:42 +0000 Subject: [PATCH] fix typos git-svn-id: http://svn.osgeo.org/postgis/trunk@7220 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/extras_topology.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index 9c588565e..0a2ae2d6b 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -1611,7 +1611,7 @@ Updates all existing joined edges and relationships accordingly. ST_ChangeEdgeGeom Changes the linestring that define the specified edge. Will raise an error if the start and end points are not the same as the original or the new linestring - crosses an existing edge (not add end points) or new linestring is not simple. + crosses an existing edge (not at end points) or new linestring is not simple. @@ -1644,10 +1644,10 @@ Updates all existing joined edges and relationships accordingly. Examples - SELECT topology.ST_ChangeEdgeGeom('ma_topo', 1, ST_GeomFromText('LINESTRING(227591.9 893900.4,227622.6 893844.3,227641.6 893816.6, - 227704.5 893778.5)', 26986) ); + SELECT topology.ST_ChangeEdgeGeom('ma_topo', 1, + ST_GeomFromText('LINESTRING(227591.9 893900.4,227622.6 893844.3,227641.6 893816.6, 227704.5 893778.5)', 26986) ); ---- - Edge 1 changed + Edge 1 changed -- 2.50.1