From: Regina Obe Date: Sat, 7 Apr 2012 02:05:15 +0000 (+0000) Subject: #1757 -- change in behavior of ST_3Dlength_spheroid not noted and changed name incorr... X-Git-Tag: 2.0.1~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67bf093bb21c19430d1f60af3f18065b217a774e;p=postgis #1757 -- change in behavior of ST_3Dlength_spheroid not noted and changed name incorrectly stated. git-svn-id: http://svn.osgeo.org/postgis/trunk@9618 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml index 29f57a705..3b3eadc94 100644 --- a/doc/reference_measure.xml +++ b/doc/reference_measure.xml @@ -3009,10 +3009,10 @@ CAST('SPHEROID["GRS_1980",6378137,298.257222101]' As spheroid) As sph_m) as foo taking the elevation into account. This is just an alias for ST_Length_Spheroid. - Will return 0 for anything that is not a MULTILINESTRING or LINESTRING + Changed: 2.0.0 In prior versions this used to return 0 for anything that is not a MULTILINESTRING or LINESTRING and in 2.0.0 on returns the perimeter of if given a polgon. This function is just an alias for ST_Length_Spheroid. &Z_support; - Changed: 2.0.0 In prior versions this used to be called ST_Length_Spheroid3D + Changed: 2.0.0 In prior versions this used to be called ST_Length3d_Spheroid