diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-10-25 15:48:28 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-11-04 11:14:20 +0000 |
commit | edd921cace5b3a974b70900d35950ecb2b52790f (patch) | |
tree | 598244f15a80bbc05f8995f404fcfc61e9bfb666 | |
parent | dafb09c5030015207a013a140a9147f09ac2628f (diff) |
[Buckinghamshire] Allow reporting on "9" roads.
-rw-r--r-- | web/cobrands/buckinghamshire/assets.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/buckinghamshire/assets.js b/web/cobrands/buckinghamshire/assets.js index 74253448e..53198a0a9 100644 --- a/web/cobrands/buckinghamshire/assets.js +++ b/web/cobrands/buckinghamshire/assets.js @@ -192,6 +192,7 @@ var bucks_types = [ "3B", // HW: SECONDARY DISTRIBUTOR "4A", // HW: LINK ROAD "4B", // HW: LOCAL ACCESS ROAD + "9", // HW: NO CARRIAGEWAY "98", // HW: METALLED PUBLIC FOOTPATH "99" // HW: METALLED PUBLIC BRIDLEWAY ]; |