feat(platform): add trajectory autoplay controls

This commit is contained in:
lingniu
2026-07-04 16:40:10 +08:00
parent 318beccaaf
commit bdb2ebc723
4 changed files with 106 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
## Goal
Build one vehicle data management platform around a single vehicle service. GB32960, JT808, and Yutong MQTT are source evidence for the same vehicle, not separate applications. The platform should help operations users answer six questions quickly:
Build one vehicle data management platform around a single vehicle service. GB32960, JT808, and Yutong MQTT are source evidence for the same vehicle, not separate applications. The three sources are only acquisition paths; the product outcome is one searchable, monitorable, and diagnosable vehicle service. The platform should help operations users answer six questions quickly:
1. Is this vehicle online now?
2. Where is it and what is its latest state?
@@ -125,7 +125,7 @@ Purpose: historical route verification and operations playback.
Primary modules:
- AMap route panel: polyline, start/end markers, playback marker, optional speed color ramp.
- Playback controls: play, pause, speed, step, seek.
- Playback controls: play, pause, speed, step, seek, and auto-stop at the last point.
- Evidence table: time, longitude, latitude, speed, mileage, protocol, raw frame link.
- Quality strip: missing points, time gaps, mileage jumps.