From 429e2982d0de2f39aa4889414a1a7f08835d4b48 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Mon, 10 Jul 2017 08:31:51 +0200 Subject: [PATCH] Use https for bing and stamen attributions --- src/ol/source/bingmaps.js | 2 +- src/ol/source/stamen.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ol/source/bingmaps.js b/src/ol/source/bingmaps.js index 1829ea5ec3..8c545a585c 100644 --- a/src/ol/source/bingmaps.js +++ b/src/ol/source/bingmaps.js @@ -85,7 +85,7 @@ ol.inherits(ol.source.BingMaps, ol.source.TileImage); */ ol.source.BingMaps.TOS_ATTRIBUTION = new ol.Attribution({ html: '' + + 'href="https://www.microsoft.com/maps/product/terms.html">' + 'Terms of Use' }); diff --git a/src/ol/source/stamen.js b/src/ol/source/stamen.js index 098d441485..1beca37cd1 100644 --- a/src/ol/source/stamen.js +++ b/src/ol/source/stamen.js @@ -48,8 +48,8 @@ ol.inherits(ol.source.Stamen, ol.source.XYZ); */ ol.source.Stamen.ATTRIBUTIONS = [ new ol.Attribution({ - html: 'Map tiles by Stamen Design, ' + - 'under CC BY' + + html: 'Map tiles by Stamen Design, ' + + 'under CC BY' + ' 3.0.' }), ol.source.OSM.ATTRIBUTION