Dane Springmeyer

Results 225 issues of Dane Springmeyer

Rendering zero features to a vtile using `map.render(vtile,....)` will not lead to any layers being put in the vtile (needs test to confirm) whereas a test like [this](https://gist.github.com/ingalls/d287e3924747e0082a02) using `vtile.addGeoJSON`...

When overzooming `vtile.composite` is an expensive function because re-rendering and clipping data out of parent tiles (potentially many layers) is required. The decoding and re-encoding must be invoked on potentially...

Companion to #527: if a faulty `format` option is passed the expectation is that the function will throw (rather than just return an error in the callback). But based on...

The `format` arg is handled (https://github.com/mapnik/node-mapnik/blob/master/src/mapnik_image_view.cpp#L578-L593) but never passed to `mapnik::save_to_file`. TODO: - [ ] fix the above bug and start respecting `format` by passing as third arg to `mapnik::save_to_file`...

#274 covers fonts indirectly but need coverage of plugins and icons (at least).

The zlib problem described at #513 only manifested when: - node v0.10.35 (if i recall right) or earlier was used - on linux - certain operations that involved zlib. How...

We should set up a branch that we can push to in order to run coverity scan occasionally on travis. I just created a "node-mapnik" project tonight: https://scan.coverity.com/projects/4362 (and invited...

As a followup to #84 - should look into deferring the initial initialization to thread pool as well.

Shows the de-allocation of protobuf objects is where time is being taken (this while threads are 98 % idle): ![screen shot 2013-07-30 at 6 31 37 pm](https://f.cloud.github.com/assets/20300/882685/20d5ef24-f968-11e2-993b-607623fab813.png)

need to take a closer look at https://github.com/trevnorris/buffer-dispose. See also #93