diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-07-10 15:14:05 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-07-10 15:14:05 +0100 |
commit | a6e909df059647d8440e2879d1c82df7b4dceaf1 (patch) | |
tree | 9fcb0eb686156fffbe5ad73f6c088bf072f8450c | |
parent | 9856739cc79f06cb5df2b804e45368921cce0794 (diff) |
[Bristol] Rename streetlight asset layer.
-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: { |