1
2
3
4
5
6
7
8
9
10
 
/*
Get trolleybus routes OSM data (streets and may be stops), intersects the bbox.
*/
[out:json];
(
  relation[route=trolleybus]({{bbox}})->.cr;
);
out body;
>;
out skel qt;
200 m
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet