Fix #43
This commit is contained in:
parent
e4585c8f7e
commit
641201a856
|
@ -236,7 +236,7 @@
|
||||||
var map = L.map('map', {center: [55.131520, 14.903000], zoom: 10});
|
var map = L.map('map', {center: [55.131520, 14.903000], zoom: 10});
|
||||||
|
|
||||||
L.tileLayer(
|
L.tileLayer(
|
||||||
'http://{s}.tile.osm.org/{z}/{x}/{y}.png',
|
'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
|
||||||
{
|
{
|
||||||
attribution: '© <a href="http://osm.org/copyright" target="_blank">OpenStreetMap</a> contributors',
|
attribution: '© <a href="http://osm.org/copyright" target="_blank">OpenStreetMap</a> contributors',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue