Blake Thompson
Blake Thompson
Can you please add test cases for this?
I believe the render tests for grid renderer are located here -- https://github.com/mapnik/node-mapnik/blob/master/test/grid.test.js It looks like the vector tile renderer already supports this --- https://github.com/mapnik/node-mapnik/blob/master/src/mapnik_vector_tile.cpp#L5174. So it has some tests...
I won't lie, I simply do not have anytime at all to manage python-mapnik currently. I hope that others might take up the torch and work more on the release...
I think @artemp would probably be the best to know now.
This is related to the requirements in mapnik-vector-tile around boost geometry. https://github.com/mapbox/mapnik-vector-tile/issues/190 I am working to resolve some issues around this and the minimum boost requirements in mapnik-vector-tile -- and...
@cklein05 I believe that you need not do anything on the node side to do this, but rather if you use apache or nginx they will be able to control...
`mapnik::save_to_string()` already utilizes this underneath. So its not a stretch at all to do this, and perhaps we could use the `NaN::Buffer()` object here. However, this will probably be a...
@knutole There is a lot of documentation that needs to be done around source builds for node-mapnik. Honestly its rather complicated in some ways because there are a lot of...
@springmeyer part of me wonders if this is worth the complexity of doing this currently?
Yes, this would be the python unit tests, not the C++ ones :+1: