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
 
[timeout:400];
 
{{geocodeArea:Landkreis Weimarer Land}}->.searchArea;
 
way(area.searchArea)["ref"="A 4"]->.autobahn;
 
 
    way(around.autobahn:150) 
    ["barrier"~"jersey_barrier|guard_rail|wall"];
 
out meta;
>;
out meta qt;
 
 
{{style:
 
way[barrier=jersey_barrier]{
    color:blue;
    line-width: 2px;
    fill-color:          blue;
  }
way[barrier=guard_rail]{
    color:yellow;
    line-width: 2px;
    fill-color:          yellow;
  }
way[barrier=wall]{
    color:black;
    line-width: 3px;
    fill-color:          black;
  }
 
 
}}
 
3 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet