perliedman / query-overpass

Make queries to OpenStreetMap's overpass API and output as GeoJSON
ISC License
156 stars 33 forks source link

Generate flat GeoJSON properties #3

Closed tyrasd closed 8 years ago

tyrasd commented 8 years ago

Using osmtogeojson's flatProperties option would make the resulting geojson more useful by removing the nested geojson property structure (tags, meta, etc.), thus making it more easily processable by other software and tools. (FlatProperties is even the default when using osmtogeojson as a cli tool, but not when using the API directly).

perliedman commented 8 years ago

Sorry for not commenting on this before. It makes total sense.

Anyway, now closed by #4, if I understand correctly.