Closed simonmarti1992 closed 2 years ago
Dear Simon,
If I understand your question correct, it is about the syntax that is used to query overpass, or am I wrong? As I do not know a good answer to your question, I would like to recommend looking for an answer here: https://wiki.openstreetmap.org/wiki/Overpass_API
I hope this helps.
Best, Franz-Benjamin
Dear Franz-Benjamin Is there a smart syntax to get all the selector options ?
example: selector = "building"~"^(yes|house|warehouse|apartments...)$ which is not exhaustive should be something like selector = "building"~"^(*)$? in order to get all building types
Best regards Simon