// The Drones dashboard, served as a single self-contained HTML document. // MapLibre GL JS (free, no API key): satellite imagery + Terrarium DEM for real // 3D terrain relief. Detections render as species markers draped on the terrain; // a timeline scrubber replays the survey as the drone flew it. export function page(cfg) { const c = JSON.stringify(cfg); return ` Drones โ€” drone wildlife survey
Loading terrain & surveyโ€ฆ

๐Ÿš Drones SIM

โ€”
0detections
0kmยฒ surveyed
0min flight
0%avg confidence
min confidence 40%
โ€”
`; }