From 37758cbf9bb33674084f94dd51d50384e4de66ca Mon Sep 17 00:00:00 2001 From: Fabien Le Frapper Date: Tue, 31 May 2022 17:02:35 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'src/=5Fincludes/pa?= =?UTF-8?q?rtials/components/map.njk'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/_includes/partials/components/map.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/partials/components/map.njk b/src/_includes/partials/components/map.njk index 4dde9d0..a7ff78b 100644 --- a/src/_includes/partials/components/map.njk +++ b/src/_includes/partials/components/map.njk @@ -43,7 +43,7 @@ map.fitBounds(featureGroup.getBounds()); // 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 map.addLayer(layer);