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