feat(map): aircraft popup enrichment and emergency/MIL styling #35
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "osint-dashboard/t_1d9c5839-osint-map-aircraft-popup-enrichment-emer"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Aircraft popups now list callsign, hex, registration, type, alt, gs, and squawk (Planespotters photo unchanged). Markers get a red emergency color/badge when
emergency != noneor squawk is 7700/7600/7500.MIL is a nested, default-off filter under Aircraft. It stays hidden until
/api/aircraftreturnsextra.role(already on this backend) and never fetchesapi.adsb.lolfrom the browser.No Wikipedia/CEO scraping. No new ADS-B poller.
Verified:
PYTHONPATH=app pytest tests/test_aircraft_popup_frontend.py(4 passed) plus Playwright stub against the HUD (emergency glyph#ff5d5d, popup fields, MIL row unhidden with count 1).