Format and lint
This commit is contained in:
parent
42ee2d4c51
commit
04a78e7bfe
75 changed files with 1290 additions and 719 deletions
|
|
@ -3,6 +3,7 @@ use axum::http::StatusCode;
|
|||
/// Check if two bounding boxes intersect.
|
||||
/// Both boxes are (south, west, north, east) / (min_lat, min_lon, max_lat, max_lon).
|
||||
#[inline]
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn bounds_intersect(
|
||||
a_south: f64,
|
||||
a_west: f64,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue