diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-05-09 13:57:44 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-05-09 13:57:44 +0100 |
commit | 9c8751f9db75657579d7db765792e6f061f7d390 (patch) | |
tree | e9144dac45f01a800c6c3905d08f5bc23d8b5cc6 | |
parent | 167585657d9fea8af85256829bb03448a2a84ae5 (diff) |
[Buckinghamshire] Add road types 98 and 99.
-rw-r--r-- | web/cobrands/buckinghamshire/assets.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/cobrands/buckinghamshire/assets.js b/web/cobrands/buckinghamshire/assets.js index 62a4d505e..66590ca71 100644 --- a/web/cobrands/buckinghamshire/assets.js +++ b/web/cobrands/buckinghamshire/assets.js @@ -229,6 +229,8 @@ var bucks_types = [ "3B", // HW: SECONDARY DISTRIBUTOR "4A", // HW: LINK ROAD "4B", // HW: LOCAL ACCESS ROAD + "98", // HW: METALLED PUBLIC FOOTPATH + "99" // HW: METALLED PUBLIC BRIDLEWAY ]; // And these are roads they don't maintain. var non_bucks_types = [ |