Web dashboard
Live map
Real-time canvas-rendered map with team, events, deaths, tags, train tunnels, and POIs.
The Live Map is the dashboard's centerpiece. It pulls map tiles from the API's normalised map endpoint and overlays:
- Self/team positions — updated every second from the relay.
- World events — Cargo, Heli, Chinook, locked crates, Convoy, Vendor, Airdrop, Oil Rig activity.
- Deaths — auto-pinned skull markers (30 min fade).
- Tags — everything dropped via the
!tagcommand. - SAM sites — everything dropped via the
!samcommand. - Train tunnel entrances — pulled from the API's POI endpoint.
- Monuments — cyan square outlines.
Interactions
- Click any marker to see metadata.
- Right-click → delete (for tags / SAMs / death markers).
- Mouse-wheel zoom; drag to pan; double-click resets to fit.
- Toggle each marker family on/off in the legend.
Performance
The canvas re-renders at 30fps when subscribed. When the tab is backgrounded, the relay reduces send rate and the canvas pauses to save battery. State is fully restored on focus.