fix for fallback tile sizes - auto-detection broke

will get things working for now...
This commit is contained in:
Jon Atkins 2015-06-25 20:05:53 +01:00
parent 3396cc7a27
commit 42d5eb4e2f

View File

@ -12,7 +12,7 @@
window.setupDataTileParams = function() { window.setupDataTileParams = function() {
// default values - used to fall back to if we can't detect those used in stock intel // default values - used to fall back to if we can't detect those used in stock intel
var DEFAULT_ZOOM_TO_TILES_PER_EDGE = [256,256,256,256,512,512,512,2048,2048,4096,4096,6500,6500,6500,18000,18000,36000]; var DEFAULT_ZOOM_TO_TILES_PER_EDGE = [60, 60, 60, 60, 60, 120, 500, 500, 2000, 4000, 4000, 8000, 32000, 64000];
var DEFAULT_ZOOM_TO_LEVEL = [8,8,8,8,7,7,7,6,6,5,4,4,3,2,2,1,1]; var DEFAULT_ZOOM_TO_LEVEL = [8,8,8,8,7,7,7,6,6,5,4,4,3,2,2,1,1];