More
This commit is contained in:
parent
1f68ca0512
commit
3599803589
43 changed files with 3578 additions and 262 deletions
|
|
@ -10,8 +10,10 @@ mod postcode_stats;
|
|||
mod postcodes;
|
||||
pub(crate) mod properties;
|
||||
mod screenshot;
|
||||
mod shorten;
|
||||
mod stats;
|
||||
mod tiles;
|
||||
pub(crate) mod travel_time;
|
||||
|
||||
pub use area_summary::post_area_summary;
|
||||
pub use export::get_export;
|
||||
|
|
@ -25,4 +27,5 @@ pub use postcode_stats::get_postcode_stats;
|
|||
pub use postcodes::{get_postcode_lookup, get_postcodes};
|
||||
pub use properties::get_hexagon_properties;
|
||||
pub use screenshot::get_screenshot;
|
||||
pub use shorten::{get_short_url, post_shorten};
|
||||
pub use tiles::{get_style, get_tile, init_tile_reader};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue