diff options
author | Dave Arter <davea@mysociety.org> | 2018-02-12 14:45:23 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-04-03 12:44:24 +0100 |
commit | 43adfa9ceb7cb0d9086d95f21de437aaf7dd5ad1 (patch) | |
tree | fda1775062a288798f6a26d273640a4d935deea5 | |
parent | 2883a9b4d19672b749d232b79a868f3ce41db58e (diff) |
[Buckinghamshire] Include site_code and central_asset_id from map assets
-rw-r--r-- | web/cobrands/buckinghamshire/js.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/web/cobrands/buckinghamshire/js.js b/web/cobrands/buckinghamshire/js.js index 5bb401e98..5ee628206 100644 --- a/web/cobrands/buckinghamshire/js.js +++ b/web/cobrands/buckinghamshire/js.js @@ -22,7 +22,8 @@ fixmystreet.assets.add({ min_resolution: 0.5971642833948135, asset_id_field: 'central_as', attributes: { - asset_details: 'central_as' + central_asset_id: 'central_as', + site_code: 'Site_code' }, geometryName: 'msGeometry', srsName: "EPSG:3857", @@ -47,7 +48,8 @@ fixmystreet.assets.add({ min_resolution: 0.5971642833948135, asset_id_field: 'central_as', attributes: { - asset_details: 'central_as' + central_asset_id: 'central_as', + site_code: 'Site_code' }, geometryName: 'msGeometry', srsName: "EPSG:3857", |