mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-28 00:13:40 +00:00
21 lines
346 B
JSON
21 lines
346 B
JSON
{
|
|
'1': { key: 'type', value: 'route', type: 'hidden' },
|
|
'2': { key: 'route', value: 'bicycle', type: 'hidden' },
|
|
|
|
'Route name': {
|
|
key: 'name',
|
|
type: 'text'
|
|
},
|
|
|
|
'Route number': {
|
|
key: 'ref',
|
|
type: 'text'
|
|
},
|
|
|
|
'Network': {
|
|
key: 'network',
|
|
type: 'dropdown',
|
|
value: { 'National': 'ncn', 'Regional': 'rcn', 'Local': 'lcn' }
|
|
}
|
|
}
|