From c6e10abc9a2f063eb7e45064f6fc437a6cb8200d Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Sun, 22 Mar 2015 20:50:13 +0100 Subject: [PATCH] map attribution: switch to https --- history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/history.js b/history.js index 1f71f8d..701cd44 100644 --- a/history.js +++ b/history.js @@ -215,7 +215,7 @@ function mkmap(map, newnodes, lostnodes, onlinenodes, graph, gotoAnything) { L.tileLayer("http://otile{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", + attribution: "Map data Tiles © MapQuest , Map data © OpenStreetMap contributors, CC-BY-SA", maxZoom: 18 }).addTo(map)