Dane Springmeyer

Results 403 comments of Dane Springmeyer
trafficstars

@knutole a couple thoughts: 1. Your error with python 2 looks related to an incorrect path. 2. The fact that python3 is not throwing an error is likely because you...

/cc @brandonreavis - you ever considered this issue or know of workarounds? Basically the idea is I want to `console.log` a C++ prototype and get all the methods you could...

/cc @rcoup who might be interested in this.

re-wrote the above ticket with more detail - also refs https://github.com/mapbox/versioning-node-cpp (which could take language from this ticket)

Nice catch. Yes, we should move to using `Nan::Utf8String` consistently per https://github.com/mapbox/node-cpp-skel/issues/54

noting: likely easiest would be to just expose all layer functionality via a json config - this dodges all lifetime/copy/move issues and would be very simple. So basically just implement...

Right, thanks for reminding of this! So, Mapnik's `Datasource` interfaces all accept `key:value` pairs and these are passed to Mapnik core "plugins". Each plugin tends to have custom values it...

/cc @flippmoke - want to hit this in your v2 spec push (as I recall you said you saw cases of empty layers being added by mapnik-vt when they could...

I've not gotten around to this mainly since TileMill hasn't needed it yet. We've been enjoying (getting away with) the simplicity of dealing with styles as json objects (carto's internal...

`mapnik.Map.load/loadSync/fromString/fromStringSync` all expect XML. It's not obvious, but you can call them multiple times and styles/layers will accumulate, while any map level properties will get overridden by the last map...