Mise à jour de 'src/_includes/partials/components/map.njk'
This commit is contained in:
parent
02b6c98057
commit
37758cbf9b
@ -43,7 +43,7 @@
|
|||||||
map.fitBounds(featureGroup.getBounds());
|
map.fitBounds(featureGroup.getBounds());
|
||||||
|
|
||||||
// Creating a Layer object
|
// Creating a Layer object
|
||||||
var layer = new L.TileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png');
|
var layer = new L.TileLayer('//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png');
|
||||||
|
|
||||||
// Adding layer to the map
|
// Adding layer to the map
|
||||||
map.addLayer(layer);
|
map.addLayer(layer);
|
||||||
|
Loading…
Reference in New Issue
Block a user