Closed
Description
It has been decided the API in proj_api.h
will be removed from the library, leaving proj.h
as the only API in PROJ in version 7.0.0. This will allow us to simplify the internals of PROJ immensely and make library easier to maintain in the future.
What needs to be done:
-
Do not install
proj_api.h
with autotools -
Do not install
proj_api.h
with CMake -
Remove references to
proj_api.h
from documentation (website, man-files) -
...