]> granicus.if.org Git - postgis/commitdiff
changed linkend to match case in ST_Length2d to ST_Length2D
authorKevin Neufeld <kneufeld.ca@gmail.com>
Mon, 27 Oct 2008 16:13:23 +0000 (16:13 +0000)
committerKevin Neufeld <kneufeld.ca@gmail.com>
Mon, 27 Oct 2008 16:13:23 +0000 (16:13 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3199 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference.xml
doc/reference_new.xml

index aeeab0ad2679b82c18b468af6996b3c3e3fa7ff3..a229e0349e912ae46f4784196128c68cc765068c 100644 (file)
           <listitem>
             <para>Returns a point interpolated along a line. First argument
             must be a LINESTRING. Second argument is a float8 between 0 and 1
-            representing fraction of total <link linkend="ST_Length2d">2d
+            representing fraction of total <link linkend="ST_Length2D">2d
             length</link> the point has to be located.</para>
 
             <para>See <link
@@ -630,7 +630,7 @@ WHERE n*100.00/length &lt; 1;
           <listitem>
             <para>Returns a float between 0 and 1 representing the location of
             the closest point on LineString to the given Point, as a fraction
-            of total <link linkend="ST_Length2d">2d line</link> length.</para>
+            of total <link linkend="ST_Length2D">2d line</link> length.</para>
 
             <para>You can use the returned location to extract a Point (<link
             linkend="line_interpolate_point">line_interpolate_point</link>) or
index 4b493bc73996e47fc3e1638585b5978fddee3bed..9e8de6e9ee26fbc1968c7cac1567038011cc7a9f 100644 (file)
@@ -6772,7 +6772,7 @@ st_length
            <title>Description</title>
        
            <para>Returns the 3-dimensional or 2-dimensional length of the geometry if it is a
-            linestring or multi-linestring. For 2-d lines it will just return the 2-d length (same as ST_Length and ST_Length2d)</para>
+            linestring or multi-linestring. For 2-d lines it will just return the 2-d length (same as ST_Length and ST_Length2D)</para>
        
                <!-- Optionally mention 3d support -->
            <para><inlinemediaobject>