Show linked events on trip page

Closes: #124
This commit is contained in:
Edward Betts 2024-01-24 12:03:56 +00:00
parent 14c25e16ed
commit 89ff92c533
3 changed files with 32 additions and 3 deletions

View file

@ -18,6 +18,7 @@ var icons = {
"airport": emoji_icon("✈️"),
"accommodation": emoji_icon("🏨"),
"conference": emoji_icon("🎤"),
"event": emoji_icon("🍷"),
}
function build_map(map_id, coordinates, routes) {