[postgis-tickets] [PostGIS] #3924: ST_Project does not project perfectly east-west

PostGIS trac at osgeo.org
Wed Nov 8 07:03:09 PST 2017


#3924: ST_Project does not project perfectly east-west
----------------------+---------------------------
  Reporter:  petermj  |      Owner:  pramsey
      Type:  defect   |     Status:  closed
  Priority:  medium   |  Milestone:  PostGIS 2.4.2
 Component:  postgis  |    Version:  2.4.x
Resolution:  invalid  |   Keywords:
----------------------+---------------------------

Comment (by pramsey):

 Use ST_Translate in geometry space. `ST_Project(g,a,b)` is only defined
 for geography, so if you feed it a geometry, the system will quietly cast
 to geography and then run it for you in geography space.

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3924#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