Hi I don't get how I can tell Overpass Turbo that he shall search within more than one country. Using the wizard for germany only I got this. http://overpass-turbo.eu/s/46G I tried different thinks but I couldn't figure it out. In the documentation I couldn't find how` to do it, too. asked 10 Jul '14, 00:51 Hedaja edited 16 Feb '19, 09:05 aseerel4c26 ♦ |
2 Answers:
You can't do this with the built-in query wizard in overpass turbo. But you can combine different areas if you manually tweak the Overpass query:
In your query, this defines the area to search in. Here it is "germany". Using the
Here is a working example: http://overpass-turbo.eu/s/46Y answered 10 Jul '14, 09:18 tyr_asd |
Try this query: http://overpass-turbo.eu/s/46U this uses the bounding box of the visual area, instead of the fixed area defined by id-query {{nominatimArea:germany and }} into="area" in your query answered 10 Jul '14, 06:56 escada 2 thanks for you answer. But this isn't useful in this case because I wanted to count the number of charging_stations within Germany,Switzerland and Austria. Using bbox means I would get chargingstations in parts of the Czech Republic and other surrounding countries. (10 Jul '14, 11:44) Hedaja |
Very nice! If not done yet, will try to add that feature to OSM Wiki.