mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-04 22:18:06 +02:00
fix highway=busway not supported in the turn restriction editor (#9633)
This commit is contained in:
@@ -212,6 +212,11 @@ export function uiFieldAccess(field, context) {
|
||||
},
|
||||
construction: {
|
||||
access: 'no'
|
||||
},
|
||||
busway: {
|
||||
access: 'no',
|
||||
bus: 'designated',
|
||||
emergency: 'yes',
|
||||
}
|
||||
},
|
||||
barrier: {
|
||||
|
||||
Reference in New Issue
Block a user