diff options
author | Struan Donald <struan@exo.org.uk> | 2019-04-05 11:27:11 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-08-23 09:09:55 +0100 |
commit | cbca7451ed61209d016f2398607a557ae345f4a0 (patch) | |
tree | 2936ab7bd216956378474ebfb5693e3fc45a142c | |
parent | cf9e0477acd8614085654bf437162796b3a051e5 (diff) |
[Bristol] add flooding assets
-rw-r--r-- | web/cobrands/bristol/assets.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/cobrands/bristol/assets.js b/web/cobrands/bristol/assets.js index af9d0f7d0..d770b45d6 100644 --- a/web/cobrands/bristol/assets.js +++ b/web/cobrands/bristol/assets.js @@ -48,6 +48,13 @@ fixmystreet.assets.add(options, { }); fixmystreet.assets.add(options, { + asset_category: "Flooding", + asset_item: 'flood risk structure', + filter_key: 'COD_ASSET_TYPE', + filter_value: 'FRST' +}); + +fixmystreet.assets.add(options, { asset_category: "Street Light", asset_item: 'street light', filter_value: [ 'S070', 'S080', 'S100', 'S110', 'S120', 'S170', 'S220', 'S230' ] |