[postgis-tickets] [PostGIS] #4565: ST_AddMeasure uses cartesian distances in all SRIDs
PostGIS
trac at osgeo.org
Tue Oct 29 04:49:09 PDT 2019
#4565: ST_AddMeasure uses cartesian distances in all SRIDs
-------------------------+---------------------------
Reporter: davidsmith9 | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.5.4
Component: postgis | Version: 2.5.x
Keywords: |
-------------------------+---------------------------
The ST_AddMeasure function uses Pythagoras to calculate the distance
between linestring points, even in geodetic SRIDs (e.g. 4326).
This leads to incorrect distribution of measures.
The function could use PostGIS's own ST_Distance code or have a geography
based version
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4565>
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