aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-10-07 09:44:43 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-10-07 09:44:43 +0100
commit96e9445b939ee81b040a94221d6cf0285515924f (patch)
tree04e6aa03e22b91fda6da71bc1a4deedc423393b6
parentd19fef1920c64d1d2871d30dbc573fafa9e430e1 (diff)
parent2efa00e52a411b06caad3b6ae1524a55d039007a (diff)
Merge branch 'bristol-map-server-upgrade'
-rw-r--r--web/cobrands/bristol/assets.js2
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',