I'd like to limit a query (for highways) by postal_code and country (since the postal_codes are only unique on a national level). Let's say that is my query:
http://overpass-turbo.eu/s/QeG By that I get highways in Germany and in France. I thought about something like
But this doesn't work. What would be the correct syntax? Or how could I link something like
to this kind of query? Thanks! |
crosspost, including an answer: https://gis.stackexchange.com/questions/349037/limiting-overpass-turbo-query-by-postal-code-and-country
Yeah, that one solved it!