rgeo / rgeo-proj4

Proj4 extension for rgeo.
MIT License
13 stars 14 forks source link

Set WKT_TYPE from Proj Version #14

Closed keithdoggett closed 3 years ago

keithdoggett commented 3 years ago

Version 3 uses PJ_WKT2_2019 as the formatting type for WKT representations. This only available in 6.3+ and breaks at the build stage for 6.2 versions. This PR defines a macro WKT_TYPE which will use the newest available version. It also expands on the CI to test against multiple Proj versions.

BuonOmo commented 3 years ago

@keithdoggett since it is not failing on mac, maybe we can avoid the continue-on-error there ?

jonlil commented 3 years ago

Thanks for fixing this! Will there be a 3.0.1 release of just this fix?

keithdoggett commented 3 years ago

Yes, once the CI passes on the master branch I'll make a release.