mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-08-15 07:00:32 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user