1
2
3
4
5
6
7
8
9
10
11
12
 
/*
This is an example Overpass query.
Try it out by pressing the Run button above!
You can find more examples with the Load tool.
*/
[out:csv(
    ele, name,::count
  )];
area[name="Totes Gebirge"];
nwr[natural=peak]["name"~".*"][ele](if:number(t["ele"])>999)(area);
out qt;
out count;
5 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet