[postgis-tickets] [PostGIS] #2351: Postgis 2.1 st_distance between geographies wrong
PostGIS
trac at osgeo.org
Fri Jun 7 09:41:10 PDT 2013
#2351: Postgis 2.1 st_distance between geographies wrong
---------------------+------------------------------------------------------
Reporter: mamay | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.0
Component: postgis | Version: 2.0.x
Keywords: |
---------------------+------------------------------------------------------
Comment(by pramsey):
Also demonstrable with a much smaller line:
{{{
SELECT st_distance(
'SRID=4283;LINESTRING(149.386990599235
-26.3567415843982,149.386990599247
-26.3567415843965)'::geometry::geography,
'SRID=4283;POINT(149.386990599235
-26.3567415843982)'::geometry::geography);
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2351#comment:3>
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