tyrasd / osmtogeojson

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

Add option to get way node refs in the geojson #106

Open geohacker opened 5 years ago

geohacker commented 5 years ago

This PR adds an option wayRefs to include all the node IDs that are part of the way in the properties of the geojson.

@tyrasd this would address https://github.com/tyrasd/osmtogeojson/issues/39 - let me know what you think! Thank you!