diff options
author | Struan Donald <struan@exo.org.uk> | 2019-11-26 17:09:50 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-02-06 14:41:05 +0000 |
commit | b94c565e111debbe933b4ab760b7fab5bcea1639 (patch) | |
tree | 82e9d6c2a25903ea947dfa46a3c57b1dad2e7417 | |
parent | 8feaa44c55f11eced01ce916e51515d763fd194e (diff) |
[Northamptonshire] update Vegetation asset layers
Allow all categories to make a report on roads or tree assets.
-rw-r--r-- | web/cobrands/northamptonshire/assets.js | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/web/cobrands/northamptonshire/assets.js b/web/cobrands/northamptonshire/assets.js index 166ee7453..5549da41e 100644 --- a/web/cobrands/northamptonshire/assets.js +++ b/web/cobrands/northamptonshire/assets.js @@ -333,11 +333,13 @@ var layers = [ }, { "categories": [ - "Fallen Tree" + "Fallen Tree", + "Restricted Visibility / Overgrown / Overhanging", + "Restricted Visibility" ], "layer_name": "Tree", - "layer": is_live ? 307 : 228, - "version": is_live ? "307.6-" : "228.24-" + "layer": 307, + "version": "307.7-" }, { "categories": [ "Safety Bollard - Damaged/Missing" ], @@ -532,6 +534,7 @@ fixmystreet.assets.add(northants_road_defaults, { "Icy Footpath", "Icy Road", "Missed published Gritted Route", + "Fallen Tree", "Restricted Visibility / Overgrown / Overhanging", "Restricted Visibility" ] |