|
scheme of osm http://tah.openstreetmap.org/Tiles/tile/x/y/z.png so base on directory when other map site use many &x= . ( know /X/y/ could not really be in server side directory ) . g ot ofirebug and open firebug and activate inspect button and html html button and move mouse cursor over tile raster . some map service seem prevent (and succeed) open firebug !!! the scale is 1-17 the size is 256x256 the image format is png the image are place in a table refer to lefttop corner. the images download from the server is more than the images that can be view in the client. some AJAX osm webserver use different url so an direct link to a tile work for all browser (http://tah.openstreetmap.org/Tiles/tile/12/2998/1699.png) 12 is scale 2988 is x numbered tile ( 2989 is right side of 2988) 1699 is y numbered tile ( 1700 is under the 1699) seem rendering use 3x3 by defaut in osm AJAX client there is intersting url about virtuel earth but nothing about osm ( have to go in code source ) !!! http://r3.ortho.tiles.virtualearth.net/tiles/r120203.png?g=213&mkt=en-gb&shading=hill http://johanneskebeck.spaces.live.com/blog/cns!42E1F70205EC8A96!7718.entry http://msdn.microsoft.com/en-us/library/bb259690.aspx http://blogs.msdn.com/virtualearth/archive/2008/04/29/tracking-virtual-earth-tile-usage.aspx
|