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
 
[out:json];
rel["route"="bus"]({{bbox}});
//( node(r.a:"platform"); way(r.a) );
(._ ; node(r:"platform") ;);
 
out body geom;
 
{{style:
 
 
line
{ color:eval('tag("colour")'); 
 
}
 
 
node[public_transport=platform] {
  icon-image: url('icons/mapnik/bus_station.n.16.png');
  icon-width: 18;
}
 
 
 
 
 
}}
500 m
Leaflet © OpenStreetMap contributors
1