Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
jahands authored Jun 12, 2018
1 parent d07b69e commit 0fb898e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fm/generateMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function fm.generateMap(data)
local gridPixelSizes = {8, 16, 32, 64}
local gridPixelSize = gridPixelSizes[data.gridSizeIndex]

local minZoomLevel = data.gridSizeIndex+1
local minZoomLevel = data.gridSizeIndex
local maxZoomLevel = 0 -- default

local resolutionArray = {8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536,131072,262144,524288,1048576} -- resolution for each zoom level, lvl 0 is always 8x8 (256x256 pixels)
Expand Down

0 comments on commit 0fb898e

Please sign in to comment.