cfis / proj4rb

Proj4rb is a ruby binding for the Proj carthographic projections library.
MIT License
24 stars 11 forks source link

Fixed compilation using proj > 6 #11

Closed jklimke closed 5 years ago

jklimke commented 5 years ago

Fix for issue #10

As an intermediate solution to work with proj > 6.0 i added the definition of ACCEPT_USE_OF_DEPRECATED_PROJ_API_H to a separate header file and the general binding implementation. When proj switches to version 7 and will not include the proj_api.h header anymore.

cfis commented 5 years ago

Thanks!