# HG changeset patch # User Calvin Yeh # Date 1490763884 -7200 # Node ID d864c58ae667543e1cd5e259bfc1b71fe4fc6bbf # Parent c47ce1f18ac6f6064e94ed439a82725d4153f2c9 For avoiding ssl warning, changing the link, mapquest.com, from http to https diff -r c47ce1f18ac6 -r d864c58ae667 geotemco/platin.js --- 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 MapQuest OpenStreetMap contributors, CC-BY-SA'; + this.osmMapQuestLink.innerHTML = '(c) Data, imagery and map information provided by MapQuest MapQuest OpenStreetMap contributors, CC-BY-SA'; this.mapWindow.appendChild(this.osmMapQuestLink); // var tooltip = document.createElement("div");