From 90fb81af2b01e206d17d55e170736d2fb58d065e Mon Sep 17 00:00:00 2001 From: Paul Chavard Date: Tue, 25 Sep 2018 17:29:21 +0200 Subject: [PATCH] Load OSM tiles over https --- app/assets/javascripts/old_design/carte/carte.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/old_design/carte/carte.js b/app/assets/javascripts/old_design/carte/carte.js index f05fba794..1ae2bb8ee 100644 --- a/app/assets/javascripts/old_design/carte/carte.js +++ b/app/assets/javascripts/old_design/carte/carte.js @@ -2,7 +2,7 @@ var LON = '2.428462'; var LAT = '46.538192'; function initCarto() { - OSM = L.tileLayer("http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", { + OSM = L.tileLayer("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", { attribution: '© OpenStreetMap' });