Small bug i have.
basicly what I try to do is to create a "map viewer" for WoW but when i Zoom out to see an entire continent, this is what i get
my basic formula for calculating the possition of a tile.
posX = (Tile_X * 256) * Zoom
PosY = (Tile_Y * 256) * Zoom