# OSM MK Arrows over bridges

#roundabouts should be all one-way ?
junction=roundabout & bridge=yes & highway=trunk {add oneway = yes} [0x0c road_class=3 road_speed=5 resolution 22]
junction=roundabout & bridge=yes & highway=primary {add oneway = yes} [0x0c road_class=3 road_speed=4 resolution 22]
junction=roundabout & bridge=yes & highway=secondary {add oneway = yes} [0x0c road_class=2 road_speed=3 resolution 23]
junction=roundabout & bridge=yes & highway=tertiary {add oneway = yes} [0x0c road_class=1 road_speed=3 resolution 23]
junction=roundabout & bridge=yes & highway=unclassified {add oneway = yes} [0x0c road_class=1 road_speed=2 resolution 24]
junction=roundabout & bridge=yes {add oneway = yes} [0x0c road_class=0 road_speed=1 resolution 24]

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

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

