Show venue pins on the map

Closes: #108
This commit is contained in:
Edward Betts 2024-01-14 21:43:10 +00:00
parent f8658a7850
commit e6cffdd3d5
2 changed files with 25 additions and 29 deletions

View file

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