perf: live-data deltas, payload caps, and map render polish

Cut fast-tier payload cost with zoom-aware sampling, row deltas, CCTV bbox columns, and MapLibre/motion polish; force viewport snapshot refetches so regional pans refill aircraft immediately.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
BigBodyCobain
2026-07-30 19:40:11 -06:00
co-authored by Cursor
parent d38c886af9
commit 5ae1e5b272
56 changed files with 2104 additions and 492 deletions
+4
View File
@@ -825,6 +825,10 @@ export interface DashboardData {
satellite_source?: string;
financial_source?: string;
cctv_total?: number;
/** World/continental sampling metadata from /api/live-data/fast (P5). */
payload_scale?: 'world' | 'continental' | 'regional';
payload_sampled?: boolean;
layer_totals?: Record<string, number>;
satnogs_total?: number;
tinygs_total?: number;
bootstrap_ready?: boolean;