maxNativeZoom

This commit is contained in:
Nils Schneider 2015-03-21 17:02:53 +01:00
parent 66c7c04c17
commit 6ace01e48e
1 changed files with 2 additions and 1 deletions

View File

@ -188,7 +188,8 @@ 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: 18
maxZoom: 19,
maxNativeZoom: 18
}).addTo(map)
var markersDict = addLinksToMap(map, graph, showLinkinfo)