Changes
This commit is contained in:
parent
3a3f899ea2
commit
128b3191e7
68 changed files with 28060 additions and 1152 deletions
|
|
@ -14,10 +14,11 @@ pub(crate) mod properties;
|
|||
mod screenshot;
|
||||
mod shorten;
|
||||
mod stats;
|
||||
mod streetview;
|
||||
mod tiles;
|
||||
pub(crate) mod travel_time;
|
||||
|
||||
pub use ai_filters::{build_feature_prompt, build_ollama_schema, post_ai_filters};
|
||||
pub use ai_filters::{build_ollama_schema, build_system_prompt, post_ai_filters};
|
||||
pub use area_summary::post_area_summary;
|
||||
pub use export::get_export;
|
||||
pub use features::{build_features_response, get_features, FeatureInfo, FeaturesResponse};
|
||||
|
|
@ -32,4 +33,5 @@ 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 streetview::get_streetview;
|
||||
pub use tiles::{get_style, get_tile, init_tile_reader};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue