tyrasd / osmtogeojson

convert osm to geojson
http://tyrasd.github.io/osmtogeojson/
MIT License
683 stars 112 forks source link

Running osmtogeojson in Gulp #116

Open sharpchi opened 4 years ago

sharpchi commented 4 years ago

Hi, I'm trying to incorporate osmtogeojson in a Gulp toolchain, and am having difficulty getting osmtogeojson to read the input files using Gulp's pipe function.

I'm trying this code: image

which is pretty much the process I'd use to uglify some javascripts. But I get the following error:

image

I appreciate that this wasn't designed to work with Gulp, but hope someone who's more familiar with Gulp, might be able to point me in the right direction.

many thanks