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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
 
[out:xml]/*fixed by auto repair*/[timeout:100];
(
{{geocodeArea:"Schwarzwald-Baar-Kreis"}};
 )->.boundaryarea;
(
node(area.boundaryarea)["rcn_ref"];
//node(area.boundaryarea)["tourism"="information"]["information"="guidepost"]["bicycle"="yes"]["ref"];
//node(area.boundaryarea)["name"~"Knoten"];
//node(area.boundaryarea)["name"~"KnP"];
relation(area.boundaryarea)["type"="route"] ["network:type"~"node"];
/*relation["boundary"="administrative"]["admin_level"="6"]["name"="Schwarzwald-Baar-Kreis"];*/
  );
out meta;/*fixed by auto repair*/
>;
out meta qt;/*fixed by auto repair*/
{{style:
node{
  symbol-size:1;
  width: 1;
  color: blue;
  fill-color: blue;
  fill-opacity: 1;
}
node[rcn_ref][!expected_rcn_route_relations]{
  symbol-size:4;
  width: 2;
  color: red;
  fill-color: red;
  fill-opacity: 1;
}
node[rcn_ref][expected_rcn_route_relations=1]{
  symbol-size:6;
  width: 2;
  color: blue;
  fill-color: blue;
  fill-opacity: 1;
}
node[rcn_ref][expected_rcn_route_relations=2]{
  symbol-size:6;
  width: 2;
  color: green;
  fill-color: green;
  fill-opacity: 1;
}
node[rcn_ref][expected_rcn_route_relations=3]{
  symbol-size:8;
  width: 2;
  color: green;
  fill-color: green;
  fill-opacity: 1;
}
node[rcn_ref][expected_rcn_route_relations=4]{
  symbol-size:10;
  width: 2;
  color: green;
  fill-color: green;
  fill-opacity: 1;
}
relation[type=route]
{
  symbol-size:3;
  width: 3;
  color: red;
}  
relation[name=Schwarzwald-Baar-Kreis]{
  symbol-size:3;
  width: 3;
  color: black;
  fill-color: red;
  fill-opacity: 0;
 } 
node[rcn_ref]{text:rcn_ref;}
relation[network:type]{text:ref;}
 
 
}}
 
2 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet