diff options
author | Struan Donald <struan@exo.org.uk> | 2018-04-04 12:28:21 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-04-10 10:42:34 +0100 |
commit | 68a5ed303f0c74b4ed784bf98930499857e52017 (patch) | |
tree | f4fb4db434cfde39b38561c2dca2f345e05ba8cf /web | |
parent | 67079c6120cc255228d6234dadb442892a16b34b (diff) |
[BANES] add attribution details to road layer
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/bathnes/js.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/cobrands/bathnes/js.js b/web/cobrands/bathnes/js.js index 89316de4e..84c9c56f5 100644 --- a/web/cobrands/bathnes/js.js +++ b/web/cobrands/bathnes/js.js @@ -186,7 +186,8 @@ fixmystreet.assets.add($.extend(true, {}, fixmystreet.maps.banes_defaults, { attribute: 'usrn', field: 'site_code' }, - name: "Adopted Highways" + name: "Adopted Highways", + attribution: " © Crown Copyright. All rights reserved. 1000233344" })); |