From 6ace01e48ed6e8633cf0bf536657b09f52ac9e3c Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Sat, 21 Mar 2015 17:02:53 +0100 Subject: [PATCH] maxNativeZoom --- history.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/history.js b/history.js index 0d68c52..33a790e 100644 --- a/history.js +++ b/history.js @@ -188,7 +188,8 @@ function mkmap(map, newnodes, lostnodes, onlinenodes, graph, showNodeinfo, showL subdomains: "1234", type: "osm", attribution: "Map data Tiles © MapQuest , Map data © OpenStreetMap contributors, CC-BY-SA", - maxZoom: 18 + maxZoom: 19, + maxNativeZoom: 18 }).addTo(map) var markersDict = addLinksToMap(map, graph, showLinkinfo)