Use https logo for IGN

This commit is contained in:
Andreas Hocevar
2016-10-17 22:53:33 +02:00
parent 910c9d7c4e
commit 68488eced9
+1 -1
View File
@@ -52,7 +52,7 @@ var ign_source = new ol.source.WMTS({
style: 'normal', style: 'normal',
attributions: [new ol.Attribution({ attributions: [new ol.Attribution({
html: '<a href="http://www.geoportail.fr/" target="_blank">' + html: '<a href="http://www.geoportail.fr/" target="_blank">' +
'<img src="http://api.ign.fr/geoportail/api/js/latest/' + '<img src="https://api.ign.fr/geoportail/api/js/latest/' +
'theme/geoportal/img/logo_gp.gif"></a>' 'theme/geoportal/img/logo_gp.gif"></a>'
})] })]
}); });