Function convert_bbox

Source
pub fn convert_bbox(
    bbox: &(f64, f64, f64, f64),
    source: Source,
) -> (f64, f64, f64, f64)
Expand description

Convert a bbox of the form [w, s, e, n] to a bbox of the form [w, s, e, n] The result can be in lon-lat (WGS84) or WebMercator (900913)