mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
add 4 tags which imply oneway=yes (#9492)
This commit is contained in:
@@ -152,6 +152,8 @@ export var osmOneWayTags = {
|
||||
'yes': true
|
||||
},
|
||||
'seamark:type': {
|
||||
'two-way_route': true,
|
||||
'recommended_traffic_lane': true,
|
||||
'separation_lane': true,
|
||||
'separation_roundabout': true
|
||||
},
|
||||
@@ -160,7 +162,9 @@ export var osmOneWayTags = {
|
||||
'ditch': true,
|
||||
'drain': true,
|
||||
'fish_pass': true,
|
||||
'pressurised': true,
|
||||
'river': true,
|
||||
'spillway': true,
|
||||
'stream': true,
|
||||
'tidal_channel': true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user