diff options
-rw-r--r-- | web/cobrands/bristol/assets.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/bristol/assets.js b/web/cobrands/bristol/assets.js index 8a3b963a1..ac1f0c861 100644 --- a/web/cobrands/bristol/assets.js +++ b/web/cobrands/bristol/assets.js @@ -54,7 +54,7 @@ fixmystreet.assets.add(options, { var lighting_options = $.extend({}, common_options, { wfs_url: "https://maps.bristol.gov.uk/arcgis/services/ext/datagov/MapServer/WFSServer", - wfs_feature: "Streetlights", + wfs_feature: "Streetlights_and_Street_Furniture", asset_id_field: 'Unit_ID', propertyNames: [ 'USRN', 'Unit_ID', 'Unit_type_description' ], attributes: { |