Slippy Map Tilenames For Non-North [Isometric] Web Maps
I made this image to help my understand a slippy map tile naming system for maps that don’t always point North (it turns out nothing changes in terms of the tile numbering, you just have to apply additional view space transformations). This is how Nearmap does it, and when I get around to putting up http://osm.kyblsoft.cz/3dmapa/ like tiles of Sydney I will endeavor to use the same system (in other words you put your code to view the other views in your map viewer application, rather than just change the tile numbering so that you can use existing code for all the views). It doesn’t really change anything here if we have square or non-square tiles, the tile numbers and true coordinates don’t change because of this. Keep in mind that all the points of tile z/y/x for any of these views will be the geographic location, the views just have a different view space translation.

Diagram CC BY-SA. Map tiles CC BY-SA based on CC BY-SA data from http://www.openstreetmap.org.
see also: http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames
-
November 28, 2010 at 8:43 pmMaps » Blog Archive » Slippy Map Tilenames For Non-North [Isometric] Web Maps « Andrew …