From 4e3ac8584eccb3b03b526fdc659d70bb93fc3621 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Sun, 22 Mar 2015 20:51:45 +0100 Subject: [PATCH] fetch tiles using TLS --- history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/history.js b/history.js index 701cd44..65f8b40 100644 --- a/history.js +++ b/history.js @@ -212,7 +212,7 @@ function linkId(d) { function mkmap(map, newnodes, lostnodes, onlinenodes, graph, gotoAnything) { L.control.zoom({ position: "topright" }).addTo(map) - L.tileLayer("http://otile{s}.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.jpg", { + L.tileLayer("https://otile{s}-s.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.jpg", { subdomains: "1234", type: "osm", attribution: "Map data Tiles © MapQuest , Map data © OpenStreetMap contributors, CC-BY-SA",