Show bus stops and coach stations on trip map.

Add case "bus" to get_locations() and bus route handling to
get_trip_routes() in trip.py. Coach stations now populate a dedicated
"coach_station" dict instead of the train station list. Add
"coach_station" (🚌) and "bus_stop" (🚏) emoji types to map.js.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Edward Betts 2026-02-18 12:13:42 +00:00
parent 363967b739
commit c87320415f
2 changed files with 29 additions and 1 deletions

View file

@ -6,6 +6,8 @@ var emojiByType = {
"station": "🚉",
"airport": "✈️",
"ferry_terminal": "🚢",
"coach_station": "🚌",
"bus_stop": "🚏",
"accommodation": "🏨",
"conference": "🖥️",
"event": "🍷"