traccar-web icon indicating copy to clipboard operation
traccar-web copied to clipboard

Timeline view in trip report

Open glmnet opened this issue 2 years ago • 4 comments

Is your feature request related to a problem? Please describe. The trip view shows nicely the trajectory, start and stop points, but doesn't show how the vehicle moved thru the trajectory.

Describe the solution you'd like I'm inspired by the UI shown in e.g. FlightRadar when you analyze a flight path, you can view speed and altitud of the plane in a 2d chart and drag the slider to know where the plane was at the moment image

Describe alternatives you've considered No

Additional context I could give this feature a try if it will be potentially integrated, I would like some advice on usage of third party components/libraries if there are any available to be able to do this, or if this would need to done from scratch (i.e. drawing the timeline a believe in a bare canvas)

glmnet avatar Mar 14 '23 16:03 glmnet

It seems like you're talking about a replay feature, which is already available.

tananaev avatar Mar 14 '23 16:03 tananaev

Well if I could go from trip view to replay view with a link (which will filter by trip start end time) and we could add a 2d graph of the speed on the position slider that could work

glmnet avatar Mar 14 '23 16:03 glmnet

You're requesting something very specific when it's basically already available. Maybe not on a single page, but still available as separate features. If you want to implement it yourself, we can potentially accept it, but only if there's no significant code duplication.

By the way, I like the idea of linking to replay from the trips report. Maybe that's the way to do it.

tananaev avatar Mar 14 '23 16:03 tananaev

Ahhh now I see the graphic report where I can see speed vs time. Sorry, I'm just getting started here

I'll see if I can put that together in the replay view without making a mess

glmnet avatar Mar 14 '23 17:03 glmnet