|
@@ -1234,8 +1234,8 @@ function load_map(){
|
|
|
map = L.map('mapid').setView([panorama_lat, panorama_lng], 13);
|
|
|
|
|
|
// create the tile layer with correct attribution
|
|
|
- var osmUrl='http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
|
|
|
- var osmAttrib='Map data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors';
|
|
|
+ var osmUrl='https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
|
|
|
+ var osmAttrib='Map data © <a href="https://openstreetmap.org">OpenStreetMap</a> contributors';
|
|
|
var osm = new L.TileLayer(osmUrl, {attribution: osmAttrib});
|
|
|
map.addLayer(osm);
|
|
|
map.addLayer( markerClusters );
|