aspectumapp / osm2geojson

Convert OSM and Overpass XML/JSON to GeoJSON
MIT License
97 stars 15 forks source link

Add support for meta tags #27

Closed dericke closed 2 years ago

dericke commented 2 years ago

With this PR, the metadata tags nodes, timestamp, user, uid, and version will be passed into the output if they are present in the OSM source file.

rapkin commented 2 years ago

Thank you for your work! Seems like now all should be fine (that strange problem with order of points needs closer look and not relates to this batch of changes).