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:
parent
363967b739
commit
c87320415f
2 changed files with 29 additions and 1 deletions
|
|
@ -6,6 +6,8 @@ var emojiByType = {
|
|||
"station": "🚉",
|
||||
"airport": "✈️",
|
||||
"ferry_terminal": "🚢",
|
||||
"coach_station": "🚌",
|
||||
"bus_stop": "🚏",
|
||||
"accommodation": "🏨",
|
||||
"conference": "🖥️",
|
||||
"event": "🍷"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue