1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
x
 
[out:xml][timeout:600];
relation["route_master"="bus"]["network"="Réseau interurbain Nouvelle-Aquitaine"] -> .rm;
rel(r.rm) -> .route;
node(r.route) -> .n;
way(r.route) -> .w;
.w > ->.wn;
(
 node.n[public_transport];
 way.n[public_transport];
) -> .pt;
.pt < ->.ptparent;
relation.ptparent[public_transport=stop_area]->.sa;
(
relation.rm;
relation.route;
node.n;
way.w;
node.wn;
relation.sa;
);
out meta;
20 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet