Revert "maxNativeZoom"

This reverts commit 6ace01e48e.
This commit is contained in:
Nils Schneider 2015-03-21 19:17:26 +01:00
parent 679a19e076
commit 3b1deb9c43
1 changed files with 1 additions and 2 deletions

View File

@ -185,8 +185,7 @@ function mkmap(map, newnodes, lostnodes, onlinenodes, graph, showNodeinfo, showL
subdomains: "1234",
type: "osm",
attribution: "Map data Tiles &copy; <a href=\"http://www.mapquest.com/\" target=\"_blank\">MapQuest</a> <img src=\"http://developer.mapquest.com/content/osm/mq_logo.png\" />, Map data © OpenStreetMap contributors, CC-BY-SA",
maxZoom: 19,
maxNativeZoom: 18
maxZoom: 18
}).addTo(map)
var markersDict = addLinksToMap(map, graph, showLinkinfo)