16 lines
277 B
Markdown
16 lines
277 B
Markdown
# Cesium Web Test
|
|
|
|
This frontend is the local Cesium test client.
|
|
|
|
- Direct dependency: `cesium`
|
|
- Dev server: `vite`
|
|
- Local simulation service integration
|
|
- Trajectory rendering and playback
|
|
- ArcRotate camera around the aircraft
|
|
|
|
Run:
|
|
|
|
```powershell
|
|
npm.cmd run web:dev
|
|
```
|