From 3b1deb9c437db2d0f30f65cd51e2653b8d33fa9f Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Sat, 21 Mar 2015 19:17:26 +0100 Subject: [PATCH] Revert "maxNativeZoom" This reverts commit 6ace01e48ed6e8633cf0bf536657b09f52ac9e3c. --- history.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/history.js b/history.js index eab51cc..b1120d2 100644 --- a/history.js +++ b/history.js @@ -185,8 +185,7 @@ 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: 19, - maxNativeZoom: 18 + maxZoom: 18 }).addTo(map) var markersDict = addLinksToMap(map, graph, showLinkinfo)