changeset 23:d864c58ae667

For avoiding ssl warning, changing the link, mapquest.com, from http to https
author Calvin Yeh <cyeh@mpipw-berlin.mpg.com>
date Wed, 29 Mar 2017 07:04:44 +0200
parents c47ce1f18ac6
children f669d3db6d1d
files geotemco/platin.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/geotemco/platin.js	Thu Mar 23 11:18:41 2017 +0100
+++ b/geotemco/platin.js	Wed Mar 29 07:04:44 2017 +0200
@@ -34591,7 +34591,7 @@
 	this.mapWindow.appendChild(this.osmLink);
 	this.osmMapQuestLink = document.createElement("div");
 	this.osmMapQuestLink.setAttribute('class', 'osmLink');
-	this.osmMapQuestLink.innerHTML = '(c) Data, imagery and map information provided by MapQuest <a href="http://www.mapquest.com/" target="_blank">MapQuest</a> <img src="http://developer.mapquest.com/content/osm/mq_logo.png"> <a href=' + linkForOsm + '>OpenStreetMap contributors</a>, <a href=' + linkForLicense + '>CC-BY-SA</a>';
+	this.osmMapQuestLink.innerHTML = '(c) Data, imagery and map information provided by MapQuest <a href="https://www.mapquest.com/" target="_blank">MapQuest</a> <img src="https://developer.mapquest.com/content/osm/mq_logo.png"> <a href=' + linkForOsm + '>OpenStreetMap contributors</a>, <a href=' + linkForLicense + '>CC-BY-SA</a>';
 	this.mapWindow.appendChild(this.osmMapQuestLink);
 
 	//		var tooltip = document.createElement("div");