Nick Peihl

Results 29 comments of Nick Peihl

Hi @petrot. You might be interested in this early proof of concept I worked on that uses Leaflet.VectorGrid. Although it's not exactly what you are looking for, you may find...

I've had trouble with `node-gyp` build errors when running `npm install` on Windows x64. [This solution](http://stackoverflow.com/questions/21562038/node-gyp-build-error-windows-x64) fixed it for me. I also remember some folks having trouble with `sass` at...

Thanks for getting in touch @tolomaps. Can you share your geojson file so we can test it? You can upload it to gist.github.com.

I received the same problem with turf buffer on the command line. So this is not strictly dropchop related. More research is necessary.

@tolomaps You could check the issues at https://github.com/Turfjs/turf-buffer/issues and see if any are similar to yours and mention this issue as an example.

@alukach I had to run `npm install -g turf-cli` to install the Turf command line globally. Then I ran `turf buffer cities.geojson 100 miles > cities_buffer.geojson` to create the buffer...

[Possible solution here](https://github.com/Turfjs/turf-buffer/issues/30#issuecomment-188996572)

Unfortunately, I'm not familiar with it either. But I wouldn't mind tackling it after I finish `arcgis-feature-services`.

[Turf-Async](https://github.com/npeihl/turf-async) is a demo of how I'd expect this to work. I'll try to add more documentation this weekend.

Does Turf.js work against vector tiles? It seems to me that [geojson-vt](https://github.com/mapbox/geojson-vt) converts GeoJSON into a different format. Otherwise, we might have to convert from vector tile back to GeoJSON...