mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
support highway=ladder
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user