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
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“tourism=information and information=board”
*/
[out:json][timeout:25];
// gather results
(
  // query part for: “tourism=information and information=board”
  node["tourism"="information"]["information"="board"]({{bbox}});
  way["tourism"="information"]["information"="board"]({{bbox}});
);
// print results
out body;
>;
out skel qt;
 
{{style:
 
node {
  color: grey;
}
 
node[board_type=geology] {
  color: brown;
}
 
node[board_type=plants] {: green;
}
 
node[board_type=nature] {
  color: darkgreen;
}
 
node[board_type=history] {
  color: orange;
}
 
node[board_type=notice] {
  color: magenta;
}
 
node[dennert_fir_tree=yes] {
  //dashes: 4,4;
  //color: darkgreen;
  icon-image: url("http://i.imgur.com/0Qll2ZC.jpg");
}
 
}}
1 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet