fix highway=busway not supported in the turn restriction editor (#9633)

This commit is contained in:
Kyℓe Hensel
2023-11-14 21:53:23 +13:00
committed by GitHub
parent d1ccc7349f
commit 3b24932bda
6 changed files with 11 additions and 3 deletions
+5
View File
@@ -212,6 +212,11 @@ export function uiFieldAccess(field, context) {
},
construction: {
access: 'no'
},
busway: {
access: 'no',
bus: 'designated',
emergency: 'yes',
}
},
barrier: {