From: Kevin Neufeld Date: Mon, 27 Oct 2008 16:13:23 +0000 (+0000) Subject: changed linkend to match case in ST_Length2d to ST_Length2D X-Git-Tag: 1.4.0b1~565 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25862812bba95c8801b8ac7ad8cfd9d0c02d5bad;p=postgis changed linkend to match case in ST_Length2d to ST_Length2D git-svn-id: http://svn.osgeo.org/postgis/trunk@3199 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference.xml b/doc/reference.xml index aeeab0ad2..a229e0349 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -549,7 +549,7 @@ 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 2d + representing fraction of total 2d length the point has to be located. See 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 2d line length. + of total 2d line length. You can use the returned location to extract a Point (line_interpolate_point) or diff --git a/doc/reference_new.xml b/doc/reference_new.xml index 4b493bc73..9e8de6e9e 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -6772,7 +6772,7 @@ st_length Description 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) + linestring or multi-linestring. For 2-d lines it will just return the 2-d length (same as ST_Length and ST_Length2D)