From: Regina Obe Date: Sat, 26 Jan 2013 17:27:27 +0000 (+0000) Subject: clarify distance is in meters in the short-descrip that shows in db environment X-Git-Tag: 2.1.0beta2~233 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7f9ae6123651f58b1e0f894bbe7e376a0f5685f;p=postgis clarify distance is in meters in the short-descrip that shows in db environment git-svn-id: http://svn.osgeo.org/postgis/trunk@11043 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml index 463f2c241..71dab624a 100644 --- a/doc/reference_measure.xml +++ b/doc/reference_measure.xml @@ -3611,7 +3611,7 @@ SELECT ST_AsEWKT(ST_PointOnSurface(ST_GeomFromEWKT('LINESTRING(0 5 1, 0 0 1, 0 1 ST_Project - Returns a POINT projected from a start point using a distance and bearing (azimuth) in radians. + Returns a POINT projected from a start point using a distance in meters and bearing (azimuth) in radians.