Use SSL-tiles.

This commit is contained in:
Tim Schumacher 2015-03-29 22:38:51 +02:00
parent 9107742c1a
commit 256edf5ad3

View file

@ -22,7 +22,7 @@ jQuery(document).ready(function () {
map = L.map('map'); map = L.map('map');
// add an OpenStreetMap tile layer // 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: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors' attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
}).addTo(map); }).addTo(map);