We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Return pixel resolution of tiles at a given zoom level
Take a common tile with coordinates x=3, y=2, z=2,
To determine the resolution of these pixesl,
SELECT CDB_XYZ_Resolution(2) --- Returns a float, 39135.7587890625
CDB_XYZ_Extent(x)