Opened 14 months ago
Closed 13 months ago
#5581 closed defect (fixed)
ST_Project(geometry, float, float) is using longitudes as latitudes
Reported by: | TrippMadam | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.4.1 |
Component: | postgis | Version: | 3.4.x |
Keywords: | Cc: |
Description
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.
Note:
See TracTickets
for help on using tickets.
In 8af35118/git: