From a25b1e314d414321d064f360ff66f686a5503bfd Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sat, 26 Feb 2011 03:32:45 +0000 Subject: [PATCH] minor changes and attempt to fix matrix table (cutting off now) git-svn-id: http://svn.osgeo.org/postgis/trunk@6868 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/extras_topology.xml | 4 ++-- doc/xsl/postgis_aggs_mm.xml.xsl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index deefe1ab8..ad75fff5c 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -983,7 +983,7 @@ SELECT topology.AddTopoGeometryColumn('ri_topo', 'ri', 'roads', 'topo', 'LINE'); The function returns an integer (id-edge) given a topology, a POINT and a tolerance. If tolerance = 0 then the point has to intersect the edge. If the point is the location of a node, then an exception is thrown. To avoid this run the GetNodeByPoint function. - If there isn't any edge available in the Point, it returns 0 (zero). + If the point doesn't intersect an edge, returns 0 (zero). If use tolerance > 0 and there is more than one edge near the point then an exception is thrown. @@ -1040,7 +1040,7 @@ SELECT topology.AddTopoGeometryColumn('ri_topo', 'ri', 'roads', 'topo', 'LINE'); - If tolerance = 0, the function use ST_Intersect otherwise use the ST_DWithin. + If tolerance = 0, the function use ST_Intersects otherwise will use ST_DWithin. Availability: 2.0.0 - requires GEOS >= 3.3.0. diff --git a/doc/xsl/postgis_aggs_mm.xml.xsl b/doc/xsl/postgis_aggs_mm.xml.xsl index f2e0d2895..70b8290e4 100644 --- a/doc/xsl/postgis_aggs_mm.xml.xsl +++ b/doc/xsl/postgis_aggs_mm.xml.xsl @@ -11,7 +11,7 @@ - + -- 2.50.1