aboutsummaryrefslogtreecommitdiffstats
path: root/web/js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2014-07-04 09:49:58 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2014-07-04 09:49:58 +0100
commit4eaee83ce8ed509100470ab7f347987a5c3e71e6 (patch)
treed9a6af765af748d64ad615d89ca0a4b2b2e05edf /web/js
parent7c6e96534f0b307fa47294ca21c699f1ba09d3de (diff)
parent198b2a3dc0d4eff3887e90cb176ca91c32ca0341 (diff)
Merge branch 'use-https-urls-for-uk'
Diffstat (limited to 'web/js')
-rw-r--r--web/js/map-bing-ol.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/js/map-bing-ol.js b/web/js/map-bing-ol.js
index 535edac21..059a5e67e 100644
--- a/web/js/map-bing-ol.js
+++ b/web/js/map-bing-ol.js
@@ -66,8 +66,8 @@ OpenLayers.Layer.BingUK = OpenLayers.Class(OpenLayers.Layer.XYZ, {
if (z >= 16 && in_uk) {
copyrights = 'Contains Ordnance Survey data &copy; Crown copyright and database right 2010';
} else {
- logo = '<a href="http://www.bing.com/maps/"><img border=0 src="//dev.virtualearth.net/Branding/logo_powered_by.png"></a>';
- copyrights = '&copy; 2011 <a href="http://www.bing.com/maps/">Microsoft</a>. &copy; AND, Navteq, Ordnance Survey';
+ 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';
}
this.attribution = OpenLayers.String.format(this.attributionTemplate, {
logo: logo,