tyrasd / osmtogeojson

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

Relation orders are not taken into account #140

Closed mohsentaleb closed 1 year ago

mohsentaleb commented 1 year ago

When you convert an osm file to geojson, relations are exported but ordering of the relation members are missed. For example is we have a relation for a subway line, after the export there's no way we can understand the order of stations.

mohsentaleb commented 1 year ago

I just found out there's a related old issue sitting there from 2014: https://github.com/tyrasd/osmtogeojson/issues/33