[postgis-tickets] [PostGIS] #5581: ST_Project(geometry, float, float) is using longitudes as latitudes
PostGIS
trac at osgeo.org
Wed Oct 18 04:46:49 PDT 2023
#5581: ST_Project(geometry, float, float) is using longitudes as latitudes
------------------------+---------------------------
Reporter: TrippMadam | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.4.1
Component: postgis | Version: 3.4.x
Keywords: |
------------------------+---------------------------
When you use ST_Project() to project a new geometry point a distance and
azimuth from an existing geometry point, the coordinates of the new point,
which should be (lon,lat) are (lon,lon) instead. The version of the
function that accepts geography points is okay, so as a workaround I am
temporarily converting my geometry points to geography points and then
back again after doing the ST_Project() operation.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5581>
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