parent
14c25e16ed
commit
89ff92c533
3 changed files with 32 additions and 3 deletions
|
|
@ -106,7 +106,11 @@ def collect_trip_coordinates(trip: Trip) -> list[StrDict]:
|
|||
|
||||
coords = []
|
||||
|
||||
src = [("accommodation", trip.accommodation), ("conference", trip.conferences)]
|
||||
src = [
|
||||
("accommodation", trip.accommodation),
|
||||
("conference", trip.conferences),
|
||||
("event", trip.events),
|
||||
]
|
||||
for coord_type, item_list in src:
|
||||
coords += [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue