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
 
 
[out:json][timeout:200];
{{geocodeArea:"Île-de-France"}}->.france;
(
  way["railway:etcs"="1"](area.france);
  relation["railway:etcs"="1"](area.france);
  way["railway:etcs"="2"](area.france);
  relation["railway:etcs"="2"](area.france);
   way["construction:railway:etcs"="2"](area.france);
   relation["construction:railway:etcs"="2"](area.france);
   way["construction:railway:etcs"="2"](area.france);
   relation["construction:railway:etcs"="2"](area.france);
   way["construction:railway:etcs"="3"](area.france);
   relation["construction:railway:etcs"="3"](area.france);
);
 
{{style:
way [railway:etcs=1]{color:red}
relation [railway:etcs=1]{color:red}
way[construction:railway:etcs=1]{color:orange}
relation[construction:railway:etcs=1]{color:orange}
way [railway:etcs=2] {color:yellow; width:4;}
relation [railway:etcs=2]{color:yellow; width:4;}
way[construction:railway:etcs=2]{color:green}
relation[construction:railway:etcs=2]{color:green}
way [railway:etcs=3]{color:blue}
relation [railway:etcs=3]{color:blue}
way[construction:railway:etcs=3]{color:violet}
relation[construction:railway:etcs=3]{color:violet}
}}
 
out body;
>;
out skel qt;
100 m
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet