This commit is contained in:
Víðir Valberg Guðmundsson 2016-06-03 21:36:45 +02:00
parent e4585c8f7e
commit 641201a856

View file

@ -236,7 +236,7 @@
var map = L.map('map', {center: [55.131520, 14.903000], zoom: 10});
L.tileLayer(
'http://{s}.tile.osm.org/{z}/{x}/{y}.png',
'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
{
attribution: '&copy; <a href="http://osm.org/copyright" target="_blank">OpenStreetMap</a> contributors',
}