1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 
<!-- Railway tunnels -->
<query type="way">
  <has-kv k="tunnel" v="yes"/>
  <has-kv k="railway" /><!--only railway tunnel, not highway or water-->
  <bbox-query {{bbox}}/>
</query>
 
<union>
  <item/>
  <recurse type="down"/>
</union>
 
 
{{style:
  node, way relation {
    text: name;
  }
 
}}
 
<print/>
1 km
Leaflet © OpenStreetMap contributors
1