Skip to content
Geo Utilities

Tile Calculator

Convert between coordinates and XYZ/TMS/quadkey slippy-map tiles.

How to use
  1. Enter a coordinate and zoom level to get its XYZ tile, TMS y, and Bing quadkey.
  2. Or enter an area and zoom to list every tile covering it.
Point

Decimal (127.0276) or DMS (127°01'39.4"E)

X873
Y (XYZ)396
Y (TMS)627
Z10
Quadkey1321103201
BBOX[126.914063, 37.439974, 127.265625, 37.71859]

Map Preview

Loading map…

Bidirectional Map Tile Conversion

Convert WGS84 coordinates to XYZ, TMS, or Bing quadkeys, or decode tile identifiers to their center coordinates and bounding boxes.

Frequently asked questions

What's the difference between XYZ and TMS tiles?

Same x and zoom, but TMS's y-axis is flipped relative to XYZ (counted from the bottom) — a common source of upside-down tile bugs when the two are mixed.

How was the quadkey math verified?

It reproduces Microsoft's own Bing Maps tile system documentation example (x=3, y=5, z=3 → "213") exactly.

Report an issue