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/extra info display #406

Merged
merged 2 commits into from
Oct 17, 2023
Merged

Fix/extra info display #406

merged 2 commits into from
Oct 17, 2023

Conversation

TheGreatRefrigerator
Copy link
Collaborator

No description provided.

as showActiveRouteData is set in a timeout function in
setActiveRouteIndex, the drawing of the normal route was delayed
and drawn on top of the highlighted segments.
This is fixed by creating the extra-info-highlight component
only when displayActiveRouteData is true.
this was only working for a single route returned
and not for alternative routes.
@TheGreatRefrigerator TheGreatRefrigerator linked an issue Oct 17, 2023 that may be closed by this pull request
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@TheGreatRefrigerator TheGreatRefrigerator merged commit 8516c87 into main Oct 17, 2023
5 checks passed
@TheGreatRefrigerator TheGreatRefrigerator deleted the fix/extra-info-display branch October 17, 2023 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.

Show extra info when switching alternative routes
2 participants