support highway=ladder

This commit is contained in:
Kyle Hensel
2024-05-25 16:25:59 +10:00
parent 010a812eac
commit c7731f5499
6 changed files with 51 additions and 16 deletions
+6
View File
@@ -120,6 +120,12 @@ export function uiFieldAccess(field, context) {
bicycle: 'no',
horse: 'no'
},
ladder: {
foot: 'yes',
motor_vehicle: 'no',
bicycle: 'no',
horse: 'no'
},
pedestrian: {
foot: 'yes',
motor_vehicle: 'no'