|
@@ -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: '© <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: '© 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: '© <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
|
|
|
});
|