diff options
author | Dave Arter <davea@mysociety.org> | 2018-02-07 13:16:02 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-04-03 12:44:24 +0100 |
commit | 6b89c7433d1018ac7f11ed27332a8fd9ec1a67d5 (patch) | |
tree | 7051eedf17e567edf6d89340f3ccc2e1d663cf8c /web/cobrands/buckinghamshire/js.js | |
parent | 28421b06d4cb2a5c6a3fccb4e8b4aea7f1fd1e84 (diff) |
[Buckinghamshire] Send asset details/title/description as individual attributes
Diffstat (limited to 'web/cobrands/buckinghamshire/js.js')
-rw-r--r-- | web/cobrands/buckinghamshire/js.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/cobrands/buckinghamshire/js.js b/web/cobrands/buckinghamshire/js.js index 135538d1e..95d3c18f4 100644 --- a/web/cobrands/buckinghamshire/js.js +++ b/web/cobrands/buckinghamshire/js.js @@ -23,7 +23,7 @@ fixmystreet.assets.add({ min_resolution: 0.5971642833948135, asset_id_field: 'central_as', attributes: { - column_id: 'n' + asset_details: 'central_as' }, geometryName: 'msGeometry', srsName: "EPSG:3857" @@ -48,7 +48,7 @@ fixmystreet.assets.add({ min_resolution: 0.5971642833948135, asset_id_field: 'central_as', attributes: { - column_id: 'n' + asset_details: 'central_as' }, geometryName: 'msGeometry', srsName: "EPSG:3857" |