1
2
3
4
5
6
7
8
9
10
11
12
x
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“attraction=summer_toboggan in HU”
*/
[out:json][timeout:25];
// fetch area “HU” to search in
{{geocodeArea:HU}}->.searchArea;
// gather results
nwr["attraction"="summer_toboggan"](area.searchArea);
// print results
out geom;
20 km
Leaflet © OpenStreetMap contributors
1