# OSM MK Arrows in tunnels 

#roundabouts should be all one-way ?
junction=roundabout & tunnel=yes & highway=trunk [0x01 resolution 22]
junction=roundabout & tunnel=yes & highway=primary [0x01 resolution 22]
junction=roundabout & tunnel=yes & highway=secondary [0x02 resolution 23]
junction=roundabout & tunnel=yes & highway=tertiary [0x06 resolution 23]
junction=roundabout & tunnel=yes & highway=residential [0x06 resolution 24]
junction=roundabout & tunnel=yes & highway=unclassified [0x06 resolution 24]
junction=roundabout & tunnel=yes & highway=service [0x07 resolution 24]
junction=roundabout & tunnel=yes [0x06 resolution 24]

#motorways are allways one-way
highway=motorway & tunnel=yes [0x01 resolution 22]
highway=motorway_link & tunnel=yes & oneway=yes  [0x01 resolution 22]
highway=trunk & tunnel=yes & oneway=yes  [0x01 resolution 22]
highway=trunk_link & tunnel=yes & oneway=yes  [0x01 resolution 22]
highway=primary & tunnel=yes & oneway=yes   [0x01 resolution 23]
highway=primary_link & tunnel=yes & oneway=yes  [0x01 resolution 23]
highway=secondary & tunnel=yes & oneway=yes  [0x02 resolution 23]
highway=tertiary & tunnel=yes & oneway=yes  [0x06 resolution 23]
highway=residential & tunnel=yes & oneway=yes  [0x06 resolution 24]
highway=living_street & tunnel=yes & oneway=yes  [0x06 resolution 24]
highway=service & tunnel=yes & oneway=yes  [0x07 resolution 24]
highway=minor & tunnel=yes & oneway=yes  [0x06 resolution 24]
highway=unclassified & tunnel=yes & oneway=yes  [0x06 resolution 24]
highway=road & tunnel=yes & oneway=yes  [0x06 resolution 24]

# Mop up any unrecognised highway types with bridge + oneway attribute
highway=* & area!=yes & tunnel=yes & oneway=yes [0x06 resolution 24]

