Hi all,

Should a key="A;B" not match A and B in overpass? I guess it does not.

For example, "line"="Jubilee;Piccadilly;Victoria" is retrieved only by

way["line"="Jubilee;Piccadilly;Victoria"]({{bbox}});

and not by

way["line"="Jubilee"]({{bbox}});

See these two links:
http://overpass-turbo.eu/s/hjC
http://overpass-turbo.eu/s/hjD

Of course, you could do a match on the value (rather than =), but I thought
the point of the ";" was to separate multiple values?

Thanks,
Bjoern
_______________________________________________
Tagging mailing list
Tagging@openstreetmap.org
https://lists.openstreetmap.org/listinfo/tagging

Reply via email to