]> granicus.if.org Git - postgis/commitdiff
minor changes and attempt to fix matrix table (cutting off now)
authorRegina Obe <lr@pcorp.us>
Sat, 26 Feb 2011 03:32:45 +0000 (03:32 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 26 Feb 2011 03:32:45 +0000 (03:32 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6868 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_topology.xml
doc/xsl/postgis_aggs_mm.xml.xsl

index deefe1ab869ce9f878b1eaa01f89c476f06917b8..ad75fff5c9233a45b3eb57d5e956c992483091d3 100644 (file)
@@ -983,7 +983,7 @@ SELECT topology.AddTopoGeometryColumn('ri_topo', 'ri', 'roads', 'topo', 'LINE');
         
             <para>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.</para>
             <para>If the point is the location of a node, then an exception is thrown. To avoid this run the GetNodeByPoint function.</para>
-            <para>If there isn't any edge available in the Point, it returns 0 (zero).</para>
+            <para>If the point doesn't intersect an edge, returns 0 (zero).</para>
             <para>If use tolerance > 0 and there is more than one edge near the point then an exception is thrown.</para>
         
         
@@ -1040,7 +1040,7 @@ SELECT topology.AddTopoGeometryColumn('ri_topo', 'ri', 'roads', 'topo', 'LINE');
         
             <!-- optionally mention that this function uses indexes if appropriate -->
             <note>
-              <para>If tolerance = 0, the function use ST_Intersect otherwise use the ST_DWithin.</para>
+              <para>If tolerance = 0, the function use ST_Intersects otherwise will use ST_DWithin.</para>
             </note>
             <!-- use this format if new function -->
             <para>Availability: 2.0.0 - requires GEOS &gt;= 3.3.0. </para>
index f2e0d2895aa3e1a5e0fc8f73dae6c147c3d919e0..70b8290e48299c21fd7bfb7d606236a27a38c806 100644 (file)
@@ -11,7 +11,7 @@
 
        <!-- We deal only with the reference chapter -->
        <xsl:template match="/">
-               <xsl:apply-templates select="/book/chapter[@id='reference' or @id='RT_reference']" />
+               <xsl:apply-templates select="/book/chapter[@id='reference']" />
        </xsl:template>
 
        <xsl:template match="//chapter">