update HTTP to HTTPS
This commit is contained in:
parent
40142ca244
commit
8142d2622e
@ -48,7 +48,7 @@
|
||||
zoom: 7
|
||||
});
|
||||
|
||||
var layer = L.tileLayer('http://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png',{
|
||||
var layer = L.tileLayer('https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png',{
|
||||
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="http://cartodb.com/attributions">CartoDB</a>'
|
||||
}).addTo(map);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user