abp-blueprint
Version:
RoadieJS blueprint to support Ordnance Survey's AddressBase Premium
31 lines (28 loc) • 474 B
JSON
{
"id": "streetClassificationCodes",
"element": "list",
"config": {
"list" : [
{
"value": 4,
"label": "Pedestrian way or footpath"
},
{
"value": 6,
"label": "Cycle track or cycleway"
},
{
"value": 8,
"label": "All vehicles"
},
{
"value": 9,
"label": "Restricted byway"
},
{
"value": 10,
"label": "Bridleway"
}
]
}
}