1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“height=full”
*/
[out:json][timeout:200];
  {{nominatimArea:"Deutschland"}}(._; )->.boundaryarea;
// gather results
(
  // query part for: “height=full”
  node["amenity"="hunting_stand"]["height"](area.boundaryarea);
  );
// print results
out body;
>;
out skel qt;
{{style:
node {
  symbol-size:8;
  width: 1;
  color: green;
  fill-color: green;
  fill-opacity: 1;
  }
 
node[height=full]
{symbol-size:8;color:red; fill-color:red;width:1;}
node[height=half]
{symbol-size:8;color:blue; fill-color:blue;width:1;}
node[height=low]
{symbol-size:6;color:black; fill-color:black;width:1;}
}}
 
30 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet