Fix data pipelines once and for all
This commit is contained in:
parent
08560476c5
commit
4012e4e047
46 changed files with 4508 additions and 855 deletions
|
|
@ -55,6 +55,7 @@ const DASHBOARD_POI_GROUPS: &[(&str, &[&str])] = &[
|
|||
&[
|
||||
"Rail station",
|
||||
"Tube station",
|
||||
"Tram & Metro stop",
|
||||
"Bus station",
|
||||
"Bus stop",
|
||||
"Airport",
|
||||
|
|
@ -79,7 +80,7 @@ const DASHBOARD_POI_GROUPS: &[(&str, &[&str])] = &[
|
|||
),
|
||||
(
|
||||
"Health",
|
||||
&["GP Surgery", "Pharmacy", "Dentist", "Hospital & Clinic"],
|
||||
&["GP Surgery", "Pharmacy", "Dentist", "Hospital", "Clinic"],
|
||||
),
|
||||
(
|
||||
"Leisure",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue