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

feat(visualizer): add icons for bicycles and busses in WebVisualizer #419

Merged
merged 12 commits into from
Sep 30, 2024

Conversation

hoelger
Copy link
Contributor

@hoelger hoelger commented Sep 26, 2024

Description

In the webVisualizer all vehicles were shown as cars, also if they are bicycles or buses. This PR fixes this, plus minor cleanup.

Issue(s) related to this PR

  • Resolves internal issue 893

Affected parts of the online documentation

Only changes in the README, which are here in this PR.

Definition of Done

Prerequisites

  • You have read CONTRIBUTING.md carefully.
  • You have signed the Contributor License Agreement.
  • Your GitHub user id is linked with your Eclipse Account.

Required

  • The title of this merge request follows the scheme type(scope): description (in the style of Conventional Commits)
  • You have assigned a suitable label to this pull request (e.g., enhancement, or bugfix)
  • origin/main has been merged into your Fork.
  • Coding guidelines have been followed (see CONTRIBUTING.md).
  • All checks on GitHub pass.
  • All tests on Jenkins pass.

Requested (can be enforced by maintainers)

  • New functionality is covered by unit tests or integration tests. Code coverage must not decrease.
  • If a bug has been fixed, a new unit test has been written (beforehand) to prove misbehavior
  • There are no new SpotBugs warnings.

Special notes to reviewer

@kschrab kschrab changed the title fix: bicycle and bus icons missing in webVisualizer feat(visualizer): add icons for bicycles and busses in WebVisualizer Sep 27, 2024
@kschrab kschrab added the enhancement New feature or request label Sep 27, 2024
Copy link
Contributor

@kschrab kschrab Sep 27, 2024

Choose a reason for hiding this comment

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

This file is soo big suddenly.. what happened here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

solved it now! and changed the readme accordingly

@kschrab kschrab merged commit 8d16c36 into eclipse:main Sep 30, 2024
4 of 5 checks passed
@hoelger hoelger deleted the 893-bicycle-and-bus-icons-missing branch September 30, 2024 15:24
@kschrab kschrab self-assigned this Oct 9, 2024
schwepmo pushed a commit that referenced this pull request Dec 2, 2024
…419)

* chore: `npm run-script debug` output is now spanning multiple lines
* fix: remove double bookkeeping (equippedVehicles) and directly add vehicles to the map, although there's no position yet
* fix: take into account the vehicleClass, show 'unknown' if not a car
* swap icons
* feat: add bicycle and bus icons
* refactor: remove line that has no effect
* refactor: change tab size from 2 to 4
* fix: only display equipped traffic lights
* fix: replace non-existing link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants