Fix the url
This commit is contained in:
parent
256edf5ad3
commit
10c72c26a5
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('https://{s}.tile.osm.org/{z}/{x}/{y}.png', {
|
||||
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
||||
attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
|
||||
}).addTo(map);
|
||||
|
||||
|
|
Reference in a new issue