Browse Source

Change tile URIs to https

Julien Rabier 9 years ago
parent
commit
dbcc1d8bcd
2 changed files with 6 additions and 6 deletions
  1. 3 3
      ffdnispdb/templates/site.js
  2. 3 3
      ffdnispdb/templates/site_embed.js

+ 3 - 3
ffdnispdb/templates/site.js

@@ -244,12 +244,12 @@ L.Control.Pinpoint = L.Control.extend({
 })
 
 function init_map() {
-    var mapquest=L.tileLayer('http://otile{s}.mqcdn.com/tiles/1.0.0/map/{z}/{x}/{y}.jpg', {
+    var mapquest=L.tileLayer('https://otile{s}-s.mqcdn.com/tiles/1.0.0/map/{z}/{x}/{y}.jpg', {
         attribution: '&copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, '+
                      'Tiles courtesy of <a href="http://www.mapquest.com/" target="_blank">MapQuest</a>',
         subdomains: '1234'
     });
-    var mapquestsat=L.tileLayer('http://otile{s}.mqcdn.com/tiles/1.0.0/sat/{z}/{x}/{y}.jpg', {
+    var mapquestsat=L.tileLayer('https://otile{s}-s.mqcdn.com/tiles/1.0.0/sat/{z}/{x}/{y}.jpg', {
         attribution: '&copy; Tiles courtesy of <a href="http://www.mapquest.com/" target="_blank">MapQuest</a>, '+
                      'Portions Courtesy NASA/JPL-Caltech and U.S. Depart. of Agriculture, Farm Service Agency',
         subdomains: '1234',
@@ -259,7 +259,7 @@ function init_map() {
         attribution: '&copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors',
         subdomains: 'ab'
     });
-    var hyb=L.tileLayer('http://otile{s}.mqcdn.com/tiles/1.0.0/hyb/{z}/{x}/{y}.jpg', {
+    var hyb=L.tileLayer('https://otile{s}-s.mqcdn.com/tiles/1.0.0/hyb/{z}/{x}/{y}.jpg', {
         subdomains: '1234',
         maxZoom: 11
     });

+ 3 - 3
ffdnispdb/templates/site_embed.js

@@ -243,12 +243,12 @@ L.Control.Pinpoint = L.Control.extend({
 })
 
 function init_map() {
-    var mapquest=L.tileLayer('http://otile{s}.mqcdn.com/tiles/1.0.0/map/{z}/{x}/{y}.jpg', {
+    var mapquest=L.tileLayer('https://otile{s}-s.mqcdn.com/tiles/1.0.0/map/{z}/{x}/{y}.jpg', {
         attribution: '&copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, '+
                      'Tiles courtesy of <a href="http://www.mapquest.com/" target="_blank">MapQuest</a>',
         subdomains: '1234'
     });
-    var mapquestsat=L.tileLayer('http://otile{s}.mqcdn.com/tiles/1.0.0/sat/{z}/{x}/{y}.jpg', {
+    var mapquestsat=L.tileLayer('https://otile{s}-s.mqcdn.com/tiles/1.0.0/sat/{z}/{x}/{y}.jpg', {
         attribution: '&copy; Tiles courtesy of <a href="http://www.mapquest.com/" target="_blank">MapQuest</a>, '+
                      'Portions Courtesy NASA/JPL-Caltech and U.S. Depart. of Agriculture, Farm Service Agency',
         subdomains: '1234',
@@ -258,7 +258,7 @@ function init_map() {
         attribution: '&copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors',
         subdomains: 'ab'
     });
-    var hyb=L.tileLayer('http://otile{s}.mqcdn.com/tiles/1.0.0/hyb/{z}/{x}/{y}.jpg', {
+    var hyb=L.tileLayer('https://otile{s}-s.mqcdn.com/tiles/1.0.0/hyb/{z}/{x}/{y}.jpg', {
         subdomains: '1234',
         maxZoom: 11
     });