pelias / pbf2json

An OpenStreetMap pbf parser which exports json, allows you to cherry-pick tags and handles denormalizing ways and relations. Available as a standalone binary and comes with a convenient npm wrapper.

Home Page:https://pelias.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm install --global doesn't work right

stevage opened this issue · comments

It'd be great to be able to do:

npm install -g pbf2json
pbf2json ...

I'm guessing that what needs to happen is during the install process, it sets up a symlink to the correct binary for the platform.

That would be cool.

Sorry I don't have time to look in to this at the moment but would be happy to accept a PR.

Another option would be to make the go code go get -able.