[postgis-tickets] [PostGIS] #2748: Deprecate all functions with underscore_names rather than CamelCase
PostGIS
trac at osgeo.org
Fri May 15 01:47:32 PDT 2015
#2748: Deprecate all functions with underscore_names rather than CamelCase
----------------------+---------------------------
Reporter: strk | Owner: strk
Type: task | Status: new
Priority: high | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+---------------------------
Comment (by strk):
Still, documentation says that ST_Length2D_Spheroid would drop the Z, but
it doesn't:
http://postgis.net/docs/ST_Length2D_Spheroid.html
{{{
pg21=# select ST_Length2d_Spheroid('LINESTRING(0 0 0, 0 0
1000)'::geometry, 'SPHEROID["GRS_1980",6378137,298.257222101]');
st_length2d_spheroid
----------------------
1000
(1 row)
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2748#comment:12>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list