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: Simulate vehicle travel #146

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

jmccollum-woolpert
Copy link
Contributor

@jmccollum-woolpert jmccollum-woolpert commented May 15, 2024

Adds a vehicle trip simulator to the application. After a solution has been generated, you can activate the simulator on the map view and see where the vehicles will be at any point in the day, either by animating through the day using the provided controls, or dragging the simulator handle along the timeline to manually set the time being viewed.

image

@jmccollum-woolpert jmccollum-woolpert marked this pull request as ready for review June 4, 2024 16:45
@jmccollum-woolpert jmccollum-woolpert changed the title Simulate vehicle travel feat: Simulate vehicle travel Jun 4, 2024
@jmccollum-woolpert jmccollum-woolpert self-assigned this Jun 4, 2024
@@ -80,6 +81,11 @@ class MockPostSolveMapLegendComponent {
@Input() mapLayers: { [id in MapLayerId]?: MapLayer } = {};
@Output() setLayerVisibility = new EventEmitter<{ layerId: MapLayerId; visible: boolean }>();
}
@Component({

Choose a reason for hiding this comment

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

Would put a new line to separate these.

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.

None yet

2 participants