Blake Thompson

Results 29 issues of Blake Thompson

I am going to experiment with a few layout change of the library for a couple of reasons: * Break code out to seperate methods make algorithm more readable *...

This is still a work in progress ⚠️ This is a large amount of changes that was hinted at in #13. I probably put in more then I wanted to...

While it is technically incorrect or not required to have a no_data_value in a RGBA, if a no_data value is set even if it is `NaN` we do not pull...

resolved?

It would be interesting we were able to create a lightweight client such as has been proposed in #187, but the information on how and where builds are completely seperate...

If more than one node-mapnik ends up in the npm/node-modules dependency tree then: - at best: font or datasource registration may unpredictably fail because the global caches only behave correctly...

Currently we are not running cppcheck during every travis build. This was highlighted by the issues found in https://github.com/mapnik/node-mapnik/pull/476#issuecomment-121692453.

Through out the code especially when using closure's, C style pointers are used. To bring node-mapnik up to the style requirements with Mapnik core we should modify these pointers to...

Add the ability to provide a reprojection prior to using the `toWKB` and `toWKT` operations in `src/mapnik_geometry.cpp` similar to how you can provide the transform option for `toJSON`. Additionally add...

I took a quick glance over your encoder code and I am concerned about if the code actually makes v2 compliant vector tiles. My suggestion would be to simply tag...

I was noticing an endless hang when using mocha and filed [this issue](https://github.com/mochajs/mocha/issues/1915) and managed to run down the problem in mocha to the use of jsdiff. Their use of...

performance