Format rust
This commit is contained in:
parent
0fde087c3d
commit
f60fbec9d4
5 changed files with 191 additions and 94 deletions
|
|
@ -9,3 +9,6 @@ pub const HISTOGRAM_BINS: usize = 100;
|
|||
/// H3 resolutions to precompute at startup (covers typical zoom levels)
|
||||
pub const H3_PRECOMPUTE_MIN: u8 = 4;
|
||||
pub const H3_PRECOMPUTE_MAX: u8 = 12;
|
||||
|
||||
/// Columns to exclude from feature discovery
|
||||
pub const EXCLUDED_COLUMNS: &[&str] = &["lat", "lon"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue