mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
13 lines
201 B
JSON
13 lines
201 B
JSON
{
|
|
'Bikes allowed?': {
|
|
key: 'bicycle',
|
|
type: 'dropdown',
|
|
value: { 'Yes': 'yes', 'No': 'no', 'Permissive': 'permissive' }
|
|
},
|
|
|
|
'Cycle routes': {
|
|
type: 'relation',
|
|
editor: 'cycle_route'
|
|
}
|
|
}
|