Function tile_to_bbox

Source
pub fn tile_to_bbox(
    tile: (u8, u32, u32),
    tile_size: Option<f64>,
) -> (f64, f64, f64, f64)
Expand description

Convert a tile x-y-z to a bbox of the form [w, s, e, n] Return the bbox