tyrasd / osmtogeojson

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

handle missing roles #65

Closed tyrasd closed 7 years ago

tyrasd commented 7 years ago

maybe treat them as outer ways?

maybe handle enclave/exclave roles (synonymous to inner/outer)?

maybe behind a flag? or won'tfix because this could be implemented "easily" in preprocessing?

tyrasd commented 7 years ago

won'tfix since we actually want to get towards a less ambiguous state. (see also recent discussions about simple multipolygons in osm.)

tyrasd commented 7 years ago

maybe treat them as outer ways?

ooh, we're already doing that. see 96b4c851e282c0a9bec43c7f3f9b41a6eaed9c3b

let's just keep it as-is for now?!