Remove bound extending

This commit is contained in:
Andras Schmelczer 2026-02-04 21:34:29 +00:00
parent 1dc12f813d
commit 5198f32f2e
2 changed files with 2 additions and 18 deletions

View file

@ -6,8 +6,6 @@ pub const H3_REQUEST_MAX: u8 = 12;
pub const SERVER_ADDRESS: &str = "0.0.0.0:8001";
pub const BOUNDS_QUANTIZATION: f64 = 0.01;
pub const BOUNDS_BUFFER_PERCENT: f64 = 0.1;
pub const GRID_CELL_SIZE: f32 = 0.01;
pub const MAX_POIS_PER_REQUEST: usize = 2500;
pub const DEFAULT_PROPERTIES_LIMIT: usize = 100;