Opened 5 years ago

Closed 5 years ago

#4322 closed enhancement (fixed)

Update Proj handling to use new API

Reported by: pramsey Owned by: pramsey
Priority: critical Milestone: PostGIS 3.0.0
Component: postgis Version: master
Keywords: Cc:

Description

proj_api.h is deprecated, we are supposed to use proj.h going forwards, so for proj6+ we should probably do the "new thing". Might want to also consider using the WKT instead of the proj code, for an eventual removal of the proj4text column from spatial_ref_sys.

Change History (5)

comment:1 by pramsey, 5 years ago

Resolution: fixed
Status: assignedclosed

In 17274:

Support new Proj6 API
Closes #4322

comment:2 by robe, 5 years ago

Resolution: fixed
Status: closedreopened

cough cough cough cough - 30 files edited here hmm, and even a nice blog post

http://blog.cleverelephant.ca/2019/02/proj4-postgis.html

but but something seems missing — something like the the NEWS

WHERE IS THIS IN THE NEWS

comment:3 by robe, 5 years ago

Also there should be a note in the docs as to all the functions that changed behavior.

I presume ST_Transform and some of the geography measurement functions changed?

comment:4 by pramsey, 5 years ago

In 17283:

Proj 6 news entry
References #4322

comment:5 by pramsey, 5 years ago

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.