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
34
35
36
37
38
39
40
 
/*
This query looks for nodes, ways and relations 
with the given key/value combination.
Choose your region and hit the Run button above!
*/
//[out:json][timeout:45];
// gather results
//(
  // ============ 2-Länder-Route ============
  //   relation["ref"="2LR"] ({{bbox}});
  // ============ Radrundweg Schwalmtal ============
  //   relation["route"="bicycle"] ["name"="Radrundwanderweg Schwalmtal"] ({{bbox}});
  // ============ Radrouten ============
  //   relation["route"="bicycle"] ({{bbox}});
  //   relation["network"="rcn"] ({{bbox}});
  // ============ Radrouten KVIE ============
  // area["de:amtlicher_gemeindeschluessel"="05166"]->.suchgebiet; 
  //   relation(area.suchgebiet)["route"="bicycle"];
  //   relation(area.suchgebiet)["network"="rcn"];
  // ============ Radknotenpunkte ============
  //   node["rcn_ref"] ({{bbox}});
  // ============ Radknotenpunkte KVIE ============
  // area["de:amtlicher_gemeindeschluessel"="05166"]->.suchgebiet; 
  //   node(area.suchgebiet)["rcn_ref"];
  // ============ "Ways" mit Klassifizierung des Belags ("surface") ============
  //   way["surface"] ({{bbox}});
//);
// print results
 
//out body;
//>;
//out skel qt;
 
// ============ Pfosten & Umlaufsperren ============
area["de:amtlicher_gemeindeschluessel"="05166"]->.suchgebiet; 
// ggf. allgemein Barrier abfragen und zusätzlich node(area.suchgebiet)["bicycle"="yes"];
// node(area.suchgebiet)["barrier"]; // allg. Barrier
node(area.suchgebiet)["barrier"="cycle_barrier"];
node(area.suchgebiet)["barrier"="bollard"];
out center meta;
3 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet