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
 
[out:json][timeout:25];
// [highway~"^(track|path)$"] sucht zwei Werte gleichzeitig
(
  
 rel [route~"^(hiking|bicycle|canoe|foot|horse|inline_skates|mtb|running)$"] ({{bbox}});
 
);
 
// print results
out body;
>;
out skel qt;
 
 
{{style:
area{color:blue; fill-color:none; width:4}
node{color:white; fill-color:none;width:0.1}
way{color:white; fill-color:none;width:4}
relation{color:yellow; fill-color:none;width:8}
 
 
 
 
relation[route=hiking]
{color:red; fill-color:red; width:6.1;; dashes:5,5 text:name}
relation[route=foot]
{color:red; fill-color:red; width:6.1; dashes:5,5}
 
relation[route=bicycle]
{color:black; fill-color:orange; width:3.1; dashes:5,5}
 
}}
1 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet