-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fix parsing of wheelchair accessible parking, add wheelchair debug layer #6229
Conversation
Codecov ReportAttention: Patch coverage is
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. |
cde6aeb
to
fc286cd
Compare
fc286cd
to
79221b6
Compare
@@ -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> |
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.
@testower This is here so that booleans correctly show up in the frontend.
Summary
This fixes the parsing of wheelchair accessible parking spaces (#6228) and adds a wheelchair-accessiblity debug layer, which looks like this
Issue
Closes #6228
Unit tests
Added.
Bumping the serialization version id
No.