diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-10-07 09:44:43 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-10-07 09:44:43 +0100 |
commit | 96e9445b939ee81b040a94221d6cf0285515924f (patch) | |
tree | 04e6aa03e22b91fda6da71bc1a4deedc423393b6 | |
parent | d19fef1920c64d1d2871d30dbc573fafa9e430e1 (diff) | |
parent | 2efa00e52a411b06caad3b6ae1524a55d039007a (diff) |
Merge branch 'bristol-map-server-upgrade'
-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 01abb028c..0e22e8f19 100644 --- a/web/cobrands/bristol/assets.js +++ b/web/cobrands/bristol/assets.js @@ -19,7 +19,7 @@ var options = { wfs_url: "https://maps.bristol.gov.uk/arcgis/services/ext/FixMyStreetSupportData/MapServer/WFSServer", wfs_feature: "COD_ASSETS_POINT", asset_id_field: 'COD_ASSET_ID', - propertyNames: [ 'COD_ASSET_ID', 'COD_USRN', 'COD_ASSET_TYPE' ], + propertyNames: [ 'COD_ASSET_ID', 'COD_USRN', 'COD_ASSET_TYPE', 'SHAPE' ], filter_key: 'COD_ASSET_TYPE', attributes: { asset_id: 'COD_ASSET_ID', |