Initial implementation of 'next arrivals'. Needs more work.

This commit is contained in:
2026-04-27 21:00:45 +01:00
parent c83ac39bac
commit 431f21a8b8
5 changed files with 81 additions and 20 deletions
+1 -1
View File
@@ -23,4 +23,4 @@ pub fn route_ids_from_numbers(gtfs: &Gtfs, route_numbers: &HashSet<String>) -> H
}
}
return ids;
}
}