Skip to content
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

Fix parsing of wheelchair accessible parking, add wheelchair debug layer #6229

Merged
merged 8 commits into from
Nov 12, 2024

Conversation

leonardehrenfried
Copy link
Member

Summary

This fixes the parsing of wheelchair accessible parking spaces (#6228) and adds a wheelchair-accessiblity debug layer, which looks like this

Screenshot From 2024-11-05 13-38-43

Issue

Closes #6228

Unit tests

Added.

Bumping the serialization version id

No.

@leonardehrenfried leonardehrenfried requested a review from a team as a code owner November 5, 2024 13:50
Copy link

codecov bot commented Nov 5, 2024

Codecov Report

Attention: Patch coverage is 95.23810% with 2 lines in your changes missing coverage. Please review.

Project coverage is 69.73%. Comparing base (115b4d4) to head (9812c5b).
Report is 19 commits behind head on dev-2.x.

Files with missing lines Patch % Lines
...nner/inspector/vector/edge/EdgePropertyMapper.java 0.00% 2 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             dev-2.x    #6229      +/-   ##
=============================================
+ Coverage      69.70%   69.73%   +0.03%     
- Complexity     17663    17680      +17     
=============================================
  Files           2007     2007              
  Lines          75732    75771      +39     
  Branches        7750     7754       +4     
=============================================
+ Hits           52787    52842      +55     
+ Misses         20229    20217      -12     
+ Partials        2716     2712       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

optionsome
optionsome previously approved these changes Nov 8, 2024
@@ -23,7 +23,7 @@ export function GeometryPropertyPopup({
{Object.entries(properties).map(([key, value]) => (
<tr key={key}>
<th scope="row">{key}</th>
<td>{value}</td>
<td>{String(value)}</td>
Copy link
Member Author

@leonardehrenfried leonardehrenfried Nov 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@testower This is here so that booleans correctly show up in the frontend.

@leonardehrenfried leonardehrenfried merged commit 7b4d240 into opentripplanner:dev-2.x Nov 12, 2024
6 checks passed
t2gran pushed a commit that referenced this pull request Nov 12, 2024
@leonardehrenfried leonardehrenfried deleted the wheelchair-debug branch November 12, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Park and ride with capacity:disabled=yes cannot be used with wheelchair
3 participants