Fix the url

This commit is contained in:
Tim Schumacher 2015-03-29 22:45:22 +02:00
parent 256edf5ad3
commit 10c72c26a5

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('https://{s}.tile.osm.org/{z}/{x}/{y}.png', { L.tileLayer('https://{s}.tile.openstreetmap.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);