Clean up
This commit is contained in:
parent
b94cf17d75
commit
0c6d207967
41 changed files with 1809 additions and 1204 deletions
|
|
@ -243,8 +243,7 @@ async fn main() -> anyhow::Result<()> {
|
|||
"Postcode boundaries loaded"
|
||||
);
|
||||
|
||||
let outcode_data =
|
||||
data::OutcodeData::from_postcode_and_place_data(&postcode_data, &place_data);
|
||||
let outcode_data = data::OutcodeData::from_postcode_and_place_data(&postcode_data, &place_data);
|
||||
|
||||
// Initialize tile reader
|
||||
let tiles_path = &cli.tiles;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue