zxyToBbox(tile
): BoundingBoxTuple
Converts a Tile (z, x, y) to a Bounding Box (west, south, east, north).
Parameters
tile
ZxyTuple
A tuple containing an [z, x, y] value.
Returns
BoundingBoxTuple
pure function
Playground
console.log(zxyToBbox([71, 96, 8]));