Use SSL-tiles.
This commit is contained in:
parent
9107742c1a
commit
256edf5ad3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jQuery(document).ready(function () {
|
|||
map = L.map('map');
|
||||
|
||||
// add an OpenStreetMap tile layer
|
||||
L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
|
||||
L.tileLayer('https://{s}.tile.osm.org/{z}/{x}/{y}.png', {
|
||||
attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
|
||||
}).addTo(map);
|
||||
|
||||
|
|
Reference in a new issue