aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-fms.js
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2016-06-07 11:21:15 +0100
committerDave Arter <davea@mysociety.org>2016-06-07 11:21:15 +0100
commit660048ae58c9461b9816abdf06c5035626cc7e65 (patch)
treefcc812bd0f467d5b21aeb12fd52720e09c9276e7 /web/js/map-fms.js
parent8ec524f59f071633a61b1f3b69b2b3f6f003d8d6 (diff)
Update copyright year shown on OS & Bing maps
Diffstat (limited to 'web/js/map-fms.js')
-rw-r--r--web/js/map-fms.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/js/map-fms.js b/web/js/map-fms.js
index 6ef4265d0..c5bf70191 100644
--- a/web/js/map-fms.js
+++ b/web/js/map-fms.js
@@ -41,10 +41,10 @@ OpenLayers.Layer.BingUK = OpenLayers.Class(OpenLayers.Layer.Bing, {
var c = this.map.getCenter();
var in_uk = c ? this.in_uk(c) : true;
if (z >= 16 && in_uk) {
- copyrights = 'Contains Ordnance Survey data &copy; Crown copyright and database right 2014';
+ copyrights = 'Contains Ordnance Survey data &copy; Crown copyright and database right 2016';
} else {
logo = '<a href="https://www.bing.com/maps/"><img border=0 src="//dev.virtualearth.net/Branding/logo_powered_by.png"></a>';
- copyrights = '&copy; 2011 <a href="https://www.bing.com/maps/">Microsoft</a>. &copy; AND, Navteq, Ordnance Survey';
+ copyrights = '&copy; 2016 <a href="https://www.bing.com/maps/">Microsoft</a>. &copy; AND, Navteq, Ordnance Survey';
}
this._updateAttribution(copyrights, logo);
},