Disney Transport Trip Planner Patch Notes
Back to trip planner
Version 0.02 - No-Transfer Trip Planning
Version 0.02.02 - 15 November 2025
- Added support for the Disney Springs and Typhoon Lagoon bus edge cases
- Fixed typo in DSCS-B max time
- Added title and logo
- Added support for routes with repeated stops
- Fixed issue where end stop for trips ending at Disney Springs was listed as the bus station's loading area
Version 0.02.01 - 14 Novemeber 2025
- Moved the code that adds map of sublayers to map of all layers from inside the loop to outside
- Added more comments to code
- Moved the function to add event listeners to tabs further down the file to encompass all tabs
- Display list of route options involing 0 transfers, displays error message if no options exist
- Fixed typo in routes.geojson where the route code for the Magic Kingdom Gold Flag Ferry was incorrect in the subroutes' data
- Added location codes for walking directions to locations.json
- Removed Routes file read test
- Changed position of Inter-Park Bus and Water Park Bus images
- Fixed routes not appearing when switching back to routes viewer mode
- Fixed typo causing max travel times to be displayed incorrectly
- Fixed typo in Polynesian Village stops list
- Fixed bug where route planning loop wouldn't iterate without separate counter
- Fixed typo in MK Gold Flag Route's codes
- Simplified trip planning logic to enable it to actually function (I way overthought it)
- New logic works for journeys that begin and end at the same location
- Does not work for bus routes involving Disney Springs
- Edited the codes list for routes with repeated stops to allow them to work (in reality, they only partially work).
- Fixed colors for Sassagoula River Cruise
Version 0.01 - Display Map Layers
Version 0.01.06 - 2 November 2025
- Checking an upper level checkbox will now add all layers of that mode to the map and vice versa
- Fixed bug where manually changing a low level checkbox when the corresponding high level check box has been checked breaks the program
- Added default map layers - Ferries, Monorail, Skyliner
- Added tabs for displaying routes and trip planner
- Saves the user's selections on route displaying tab when switching to trip planner tab
Version 0.01.05 - 31 October 2025
- Quashed a bug where Magic Kingdom/Caribbean Beach route wouldn't remove
- Low level checkboxes are now being checked when high level check boxes are checked and vice versa
Version 0.01.04 - 30 October 2025
- Fixed positioning of some images
- Replaced Monorail picture
- Added red background to high level checkboxes
- Added pointer cursor to checkboxes and checkbox labels
Version 0.01.03 - 29 October 2025
- Made the buttons look nicer
- Removed bullet points from lists
- Added images and text formatting to the collapsible panels
- Added instructions for how to use the checkboxes
- Added white outline to color boxes
Version 0.01.02 - 21 October 2025
- Swapped Times New Roman for Navigo
- Added color boxes next to each route that correspond to their colors on the map
Version 0.01.01 - 4 October 2025
- Expanded map size
- Added buttons for each mode
- Buttons reveal all routes within that mode
- Each route has a checkbox that adds the route to the map
- Unchecking the box removes the route
- Checkboxes next to buttons are non-functional for the time being
- Added link to patch notes
- The most recent route to be added to the map is displayed on top
Version 0.00 - Initial Testing
Version 0.00.01 - 29 August 2025
- Show OpenStreetMap using Leaflet