diff --git a/web/cobrands/fixmystreet-uk-councils/assets.js b/web/cobrands/fixmystreet-uk-councils/assets.js index 448512b882..faceb576be 100644 --- a/web/cobrands/fixmystreet-uk-councils/assets.js +++ b/web/cobrands/fixmystreet-uk-councils/assets.js @@ -818,6 +818,13 @@ fixmystreet.assets.gloucestershire.street_stylemap = new OpenLayers.StyleMap({ }) }); +fixmystreet.assets.gloucestershire.traffic_asset_details = function() { + var a = this.attributes; + return "Install No: " + a.install_no + "\n" + + "Equipment type: " + a.equip_type + "\n" + + "LED/Halogen: " + a.led_halogen; +}; + /* Hounslow */ fixmystreet.assets.hounslow = {};