forked from opentripplanner/OpenTripPlanner
-
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 2024-02-05 #202
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It now simply adds the geometry of the location to the geometry collection of the GroupStop. It was unclear what the large (100x100 degree) envelopes around regular stops were doing. It looked like a bug, and the geometry of GroupStops appears unused so it should be safe to change.
It now simply adds the geometry of the location to the geometry collection of the GroupStop. It was unclear what the large (100x100 degree) envelopes around regular stops were doing. It looked like a bug, and the geometry of GroupStops appears unused so it should be safe to change.
…nner into group-stop-builder-fix
Add agencies and feed publisher to geocoding result
Rename hopCost/Time -> mountDismountCost/Time in router-config.json
Fix a few typos and improve documentation in the TransitService interface
…/micrometer.version Update micrometer.version to v1.12.2
…/com.google.cloud-libraries-bom-26.x Update dependency com.google.cloud:libraries-bom to v26.31.0
…-heuristics Remove `VehicleToStopHeuristics`
…/graphqlcodegenerator-monorepo Update graphqlcodegenerator monorepo to v5.0.2
…ssing-area-cleanup Change the GroupStop's getEncompassingAreaGeometry method to return an empty optional if the group stop is not defined as an area
…top-codes Improve business logic for consolidated stops
I added some commits and this now also contains two new changes:
|
cea95af
to
4a78301
Compare
18aa705
to
c2afe26
Compare
miles-grant-ibigroup
approved these changes
Feb 8, 2024
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.
I'm so happy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds the latest geocoder changes: opentripplanner#5634