Mathis Logemann

Results 154 comments of Mathis Logemann

looks like you are using mapnik@master to build python-mapnik. mapnik@master have been updated to support proj >7.2.0 and therefore had some breaking changes. You would need to change all occurences...

you need to use the correct variables. https://github.com/mapnik/python-mapnik/commit/ca66af65204d68a5496a94d36d69bf61144daf3b and https://github.com/mapnik/python-mapnik/commit/feec9afa66131b074c40359529e498eab0d79a02 are looking like the necessary changes you would need to apply. But you can also just merge proj6 branch into...

I will wait for some feedback before putting more effort into it.

mainly seeking some feedback from you @artemp :D

@GimpMaster I'm first need to merge https://github.com/mapnik/mapnik/pull/4252 as that resolves some issues. Currently ogr and gdal plugins can't be loaded. I don't know exactly what the reason is, because all...

@GimpMaster I know that @artemp haven't pushed proj6 to master yet. So expect that a lot of tests would fail. Also i haven't test all things thoroughly, since it is...

@GimpMaster just tested it to install just with `npm install https://github.com/mathisloge/node-mapnik` this does not download the submodules. However you could also clone https://github.com/mathisloge/node-mapnik and run npm install and npm run...

Ah okay. Yeah I think usera had reported issues with

If you have a chance to update to vs2019 that would be the fastest way. I could add a compile define `NOMINMAX` to mapnik for

I'm using vs2019. This PR uses node-pre-gyp just for the packaging. The build will be invoked through cmake-js