comparison geotemco/platin.js @ 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
comparison
equal deleted inserted replaced
22:c47ce1f18ac6 23:d864c58ae667
34589 this.osmLink.setAttribute('class', 'osmLink'); 34589 this.osmLink.setAttribute('class', 'osmLink');
34590 this.osmLink.innerHTML = '(c) <a href=' + linkForOsm + '>OpenStreetMap contributors</a>, <a href=' + linkForLicense + '>CC-BY-SA</a>'; 34590 this.osmLink.innerHTML = '(c) <a href=' + linkForOsm + '>OpenStreetMap contributors</a>, <a href=' + linkForLicense + '>CC-BY-SA</a>';
34591 this.mapWindow.appendChild(this.osmLink); 34591 this.mapWindow.appendChild(this.osmLink);
34592 this.osmMapQuestLink = document.createElement("div"); 34592 this.osmMapQuestLink = document.createElement("div");
34593 this.osmMapQuestLink.setAttribute('class', 'osmLink'); 34593 this.osmMapQuestLink.setAttribute('class', 'osmLink');
34594 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>'; 34594 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>';
34595 this.mapWindow.appendChild(this.osmMapQuestLink); 34595 this.mapWindow.appendChild(this.osmMapQuestLink);
34596 34596
34597 // var tooltip = document.createElement("div"); 34597 // var tooltip = document.createElement("div");
34598 // tooltip.setAttribute('class','ddbTooltip'); 34598 // tooltip.setAttribute('class','ddbTooltip');
34599 // toolbarTable.appendChild(tooltip); 34599 // toolbarTable.appendChild(tooltip);