Open clarisma opened 2 years ago
role
is not an officially supported OSM tag, but nonetheless there are features with a role
tag. [role=x]
for member queries precludes using role
as a tag in general queriesw.main_stream
instead of w[role=main_stream]
? This syntax would make it impossible to match partial strings or regex (as well as negate matches), but are there really use cases for those?w.outer, w.inner
instead of w[role=outer,inner]
Support querying relation members by role, e.g.
This would be more efficient than checking
member.role()
programmatically, since we wouldn't need to de-reference features whose role doesn't match (possibly avoiding a tile download).Need to address the following: