]> granicus.if.org Git - postgis/commitdiff
#1757 -- change in behavior of ST_3Dlength_spheroid not noted and changed name incorr...
authorRegina Obe <lr@pcorp.us>
Sat, 7 Apr 2012 02:05:15 +0000 (02:05 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 7 Apr 2012 02:05:15 +0000 (02:05 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9618 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_measure.xml

index 29f57a705d82777bd65f54e79de96c4d5b84983f..3b3eadc94e848244b7baf6fde383c1c1446cf81a 100644 (file)
@@ -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. </para>
 
-               <note><para>Will return 0 for anything that is not a MULTILINESTRING or LINESTRING</para></note>
+               <note><para>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.</para></note>
                <note><para>This function is just an alias for ST_Length_Spheroid. </para></note>
                <para>&Z_support;</para>
-               <para>Changed: 2.0.0 In prior versions this used to be called ST_Length_Spheroid3D</para>
+               <para>Changed: 2.0.0 In prior versions this used to be called ST_Length3d_Spheroid</para>
          </refsection>