[postgis-tickets] [PostGIS] #2918: Use GeographicLib functions for ST_Azimuth, ST_Distance and ST_Project
PostGIS
trac at osgeo.org
Sun Nov 16 17:26:09 PST 2014
#2918: Use GeographicLib functions for ST_Azimuth, ST_Distance and ST_Project
---------------------+------------------------------------------------------
Reporter: mwtoews | Owner: pramsey
Type: patch | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Comment(by karney):
There's a bug in the geodesic routines slated for proj 4.9.0. If you
add the next vertex with geod_polygon_addedge and if this edge extends
more that 180 degrees in longitude, then (probably) the wrong area will
be returned. I've posted the bug + sample code illustrating it to
http://trac.osgeo.org/proj/ticket/251
This also includes a patch fixing the problem (which I hope will make
into in the released version of proj 4.9.0).
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2918#comment:18>
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