tile_to_bbox

Function tile_to_bbox 

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

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