1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“highway=emergency_bay”
*/
[out:json][timeout:50];
// gather results
(
  // query part for: “highway=emergency_bay”
  node["highway"="emergency_bay"]({{bbox}});
  way["highway"="emergency_bay"]({{bbox}});
  relation["highway"="emergency_bay"]({{bbox}});
);
// print results
out center;
 
{{style:
  node, way, relation {
  icon-image: url('http://regards-sur-la-route.fr/images/sara/signalisation/C8.png');
  icon-width: 40;
  }
}}
2 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet