data researchfrontendgood first issue
Metriche repository
- Star
- (95 stelle)
- Metriche merge PR
- (Merge medio 6g 5h) (42 PR mergiate in 30 g)
Descrizione
Issue - singleLineMap falsely caught 2 vehicle for one ride.
How to reproduce:
Expected behavior:
- If only one vehicle do a ride (and likely only one vehicle is planned to do the ride) - then the page should caught only the real ride.
- The page supposed to order GPS pings by the actual time they were taken in.
Actual behavior:
- The startTime picker show "2 vehicles" for that hour - but only one actually perform the ride.
- The map show pings locations from 2 vehicles - one of them is clearly completely motionless.
- The drawn "actual route" doesn't make sense anyway. The time spans of the real ride and the fake "ride" overlap - so I would expect the drawn route to be a mess but in fact it does group each vehicle separately - it just connect them afterwards for some reason.