Refactor and improve

This commit is contained in:
Andras Schmelczer 2026-02-03 20:26:57 +00:00
parent 1f148b2185
commit 242acff987
22 changed files with 754 additions and 1053 deletions

5
server-rs/src/data.rs Normal file
View file

@ -0,0 +1,5 @@
mod poi;
mod property;
pub use poi::{POICategoryGroup, POIData};
pub use property::{precompute_h3, Histogram, PropertyData};