pub fn tile_to_bbox( tile: (u8, u32, u32), tile_size: Option<f64>, ) -> (f64, f64, f64, f64)
Convert a tile x-y-z to a bbox of the form [w, s, e, n] Return the bbox
[w, s, e, n]