-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upstream merge 2023-10-20 #189
Upstream merge 2023-10-20 #189
Conversation
The McRequest failed to copy all parameters in the constructor, which caused the factory methods to not work as expected.
…ortKey for sorting purposes. This simplifies reading and writing start and end times from serialized page cursors. The timezone is not needed for sorting.
…timization/services/TestTransferBuilder.java Co-authored-by: Leonard Ehrenfried <[email protected]>
Co-authored-by: Leonard Ehrenfried <[email protected]>
…l_start_time_parameter Fix handling of null start time in Transmodel API
…ough-optimize-transfers-service Pass through optimize transfers service
Add ItinerarySortKey interface
…ness Improve geocoding fuzziness, remove street corners
…/major-geotools.version fix(deps): update geotools.version to v30 (major)
…stops Allow multiple zones in an unscheduled flex trip
There is a critical bug in upstream so let's wait until I've clarified how bad it is. |
The bug only appears in a pretty rare edge case (two stops times using the same minute but different number of seconds) and its consequences are benign: the transfer optimization selects the wrong one of these stops. It's only because another change (not yet merged) surfaced that it even existed. |
Draft/BLocked until this <1 minute bug is fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Things are working well let's merge
This release brings in the geocoder improvements from opentripplanner#5401. It also removes the indexing of street corners in the geocoder so start up time is improved.
Another nice new feature is the support for realtime vehicle occupancy from GTFS-RT feeds.
Edit
The PR that fixes the CCSWW feed was also merge a few minutes ago: opentripplanner#5376