pub fn bbox_to_xyz(
    left: f64,
    bottom: f64,
    right: f64,
    top: f64,
    zoom: u8
) -> (u32, u32, u32, u32)
Expand description

Convert bounding box to a tile box (min_x, min_y, max_x, max_y) for a given zoom