geoprimsField-grade geospatial math

Tile

Web map tiles and ground resolution.

Web map tiles divide the Web Mercator map into squares named by zoom, x, and y, or by a Bing quadkey. These tools find the tile for a point, give a tile's bounds, list its parent and children, cover a box with tiles, and give meters per pixel and map scale at any zoom. Map developers use them to debug tile URLs and size offline caches. Start with the tile-for-a-point tool, which shows XYZ, TMS, and quadkey at once. Pitfall: TMS counts rows up from the south and XYZ down from the north, so a mixed-up y lands in the wrong hemisphere.

I want to find the tile for a point, or a tile's bounds

I want to know the ground resolution and scale at a zoom

I want to find a tile's parent and children, or the tiles over a box