Show inferred Bristol rail leg for Eurostar trips
This commit is contained in:
parent
ea80166229
commit
6a601f5c14
4 changed files with 299 additions and 36 deletions
|
|
@ -1365,6 +1365,9 @@ def trip_page(start: str) -> str:
|
|||
agenda.trip.add_coordinates_for_unbooked_flights(
|
||||
routes, coordinates, app.config["PERSONAL_DATA"]
|
||||
)
|
||||
agenda.trip.add_coordinates_for_eurostar_home_feeder(
|
||||
trip, coordinates, app.config["PERSONAL_DATA"]
|
||||
)
|
||||
|
||||
for route in routes:
|
||||
if "geojson_filename" in route:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue