Dane Springmeyer

Results 403 comments of Dane Springmeyer
trafficstars

> @springmeyer what if we make CXX11ABI the default and we install a newer libc when running tests on the bots so Travis can execute code with CXX11ABI like if...

@nyurik I have been discussing with @flippmoke about this. `IsSolid` was dropped because porting it to the vector tile spec v2 code would have been challenging and it was buggy/not...

I'm having trouble following your usage well enough to comment intelligently (brain power low at the moment) so I'll just explain how `isSolid` used to work as per https://github.com/mapbox/mapnik-vector-tile/blob/0.14.x/src/vector_tile_util.ipp#L76-L168: -...

> Are we talking about polygons (without holes) somehow winding around the tile? @lightmare yes: we are talking about a situation like continuous land or water polygons getting tiled. All...

As a maintainer of not just node-mapnik but many other apps I have or plan to package with node-pre-gyp I need a way to automate binaries otherwise the overhead of...

I'm not familiar with debootstrap (or really debian specific build tricks in general) but open to ideas. Regarding travis, yeah I've not seen any indication they'll allow control over the...

related, once mapnik 3.x is used we'll start needing c++11 symbols and I'll need to have a solution in mind for this. Currently tracking investigations at https://github.com/osmcode/node-osmium/issues/14

@mojodna so, to recap based on https://github.com/osmcode/node-osmium/issues/14#issuecomment-41743996: - node-osmium requires c++11 support which means at a minimum `GLIBC_2.17` and `GLIBCXX_3.4.17` are required (at least when built with gcc 4.7 from...

closing, tracking workaround at https://github.com/mapbox/node-pre-gyp/issues/74