Artem Pavlenko
Artem Pavlenko
@mathisloge - I have a branch using cmake-js, it's WIP but it can build `mapnik.node` against latest mapnik (mapnikConfig.cmake) and most tests are passing. Compatibility with `node-pre-gyp` is important to...
https://github.com/mapnik/node-mapnik/tree/cmake-js ``` cmake-js -m clean cmake-js -m configure cmake-js -m compile # or cd build -> make -j4 ``` @mathisloge - It needs https://github.com/mapbox/mapnik-vector-tile/tree/proj6 and some manual copying/editing e.g ```...
Can we add more info about dependencies used to build mapnik-core to `mapnikConfig.cmake`?
@mathisloge thanks for tracking this! We can still allow `c++14` builds with `BOOST_VERSION < 1_81` and bump up requirement to `-std=c++17` by default?
@mathisloge sounds good!
You can pass `ACCEPT_USE_OF_DEPRECATED_PROJ_API_H` at configure stage : ``` ./scons/scons.py configure CUSTOM_DEFINES="-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H" ```
@JBacc1 - the page is outdated and needs some revamping, cheers.
@iqqmuT - thanks for the test-case, I'll take a look
@mathisloge yep, needs addressing, thanks for highlighting!
@knutole thanks for reporting. I'm not aware of any changes that should affect `pgraster.input`. Is there any way to replicate this issue not using lambda? Ideally, we need as script...