On 14/07/2016 20:09, Bjoern Hassler wrote:
way["line"="Jubilee"]({{bbox}});
Try:
way["line"~"Jubilee"]({{bbox}});
___
Tagging mailing list
Tagging@openstreetmap.org
https://lists.openstreetmap.org/listinfo/tagging
Hi Martin,
thanks - very much appreciated!!
Bjoern
On 14 July 2016 at 20:30, Martin Koppenhoefer
wrote:
>
> 2016-07-14 21:09 GMT+02:00 Bjoern Hassler :
>
>> Of course, you could do a match on the value (rather than =), but I
>> thought the point of the ";" was to separate multiple values?
>
>
2016-07-14 21:09 GMT+02:00 Bjoern Hassler :
> Of course, you could do a match on the value (rather than =), but I
> thought the point of the ";" was to separate multiple values?
see for example this
http://wiki.openstreetmap.org/wiki/Multiple_values
and
https://blog.jochentopf.com/2013-09-23-s
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/