tyrasd / osmtogeojson

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

doesn't throw error or notify if feature occurs twice in osm #88

Open ghost opened 7 years ago

ghost commented 7 years ago

It just takes the last osm item and adds it as a feature to the FeatureCollection.

tyrasd commented 7 years ago

Hm, that's actually implemented like that by design: #23

What's your use-case that requires multiple osm objects (with the same id) to result in multiple GeoJSON features?