Function bbox_truncate

Source
pub fn bbox_truncate(
    west: f64,
    south: f64,
    east: f64,
    north: f64,
    truncate: Option<bool>,
) -> (f64, f64, f64, f64)
Expand description

Truncate a bounding box to the valid range of longitude and latitude.