diff options
author | Struan Donald <struan@exo.org.uk> | 2019-06-10 11:04:40 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-06-10 14:18:40 +0100 |
commit | 70c6df7a5ea8133594df4cfc6aa4c10dc27b2d1b (patch) | |
tree | b8e19d25b56da163a86bd1975268f5e105e96311 | |
parent | 9af4e168bdd09e6e818794f448443284681cc7fd (diff) |
[Northamptonshire] add midblock asset layer to traffic signals
fixes mysociety/fixmystreet-freshdesk#60
-rw-r--r-- | web/cobrands/northamptonshire/assets.js | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/web/cobrands/northamptonshire/assets.js b/web/cobrands/northamptonshire/assets.js index cae4c26a5..fe726a1a8 100644 --- a/web/cobrands/northamptonshire/assets.js +++ b/web/cobrands/northamptonshire/assets.js @@ -291,7 +291,24 @@ var layers = [ "Signal Head Failure", "Request Timing Review", "Damaged Control box", - "Signal Failure/Damaged - Toucan/Pelican", + "Signal Failure/Damaged - Toucan/Pelican" + ], + "item_name": "signal or crossing", + "layer_name": "Midblock", + "layer": 223, + "version": "223.2-" +}, +{ + "categories": [ + "Damaged/Exposed Wiring / Vandalised", + "Lamp/Bulb Failure", + "Signal Failure", + "Signal Failure all out", + "Signal Stuck", + "Signal Head Failure", + "Request Timing Review", + "Damaged Control box", + "Signal Failure/Damaged - Toucan/Pelican" ], "item_name": "signal or crossing", "layer_name": "TL Junction", @@ -300,7 +317,7 @@ var layers = [ }, { "categories": [ - "Fallen Tree", + "Fallen Tree" ], "layer_name": "Tree", "layer": is_live ? 307 : 228, @@ -431,7 +448,7 @@ fixmystreet.assets.add(northants_road_defaults, { asset_item: 'speed hump', asset_type: "area", asset_category: [ - "Damaged Speed Humps", + "Damaged Speed Humps" ] }); @@ -454,7 +471,7 @@ fixmystreet.assets.add(northants_road_defaults, { asset_item: 'pedestrian barrier', asset_type: 'area', asset_category: [ - "Pedestrian Barriers - Damaged / Missing", + "Pedestrian Barriers - Damaged / Missing" ] }); @@ -501,7 +518,7 @@ fixmystreet.assets.add(northants_road_defaults, { "Icy Road", "Missed published Gritted Route", "Restricted Visibility / Overgrown / Overhanging", - "Restricted Visibility", + "Restricted Visibility" ] }); |