Map tiling - What kind of projection?
- by ikky
Hi.
I've taken a large image and divided it in to square tiles (256x256). It is made for google maps also, so the whole image is divided into z_x_y.png (Depending on zoom level).
z=0 = 1x1 tile
z=1 = 2x2 tilesthe
z=2 = 4x4 tiles
My imageMap is "flat" and is not based on a sphere like the worldmap.
I'm gonna use this map on a windows mobile app…