Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for PROJ 6.0.0 #9

Open
sebastic opened this issue Mar 13, 2019 · 3 comments
Open

Support for PROJ 6.0.0 #9

sebastic opened this issue Mar 13, 2019 · 3 comments

Comments

@sebastic
Copy link
Contributor

sebastic commented Mar 13, 2019

sosi2osm still uses proj_api.h which is deprecated in PROJ 6.0.0 and will be removed in PROJ 7.0.0 (scheduled for March 2020).

When using proj_api.h with PROJ 6.0.0 -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H needs to be added to CFLAGS to prevent a compiler error.

sosi2osm should be updated to (also) support the proj.h API.

@sebastic
Copy link
Contributor Author

The first PROJ 8.0.0 release candidate has been released which removes proj_api.h.

@Gnonthgol
Copy link
Owner

I did just merge a branch which should work in proj 6. But it would be nice to have a pull request with the changes required to use proj.h

@sebastic
Copy link
Contributor Author

The migration documentation should help:

https://proj.org/development/migration.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants