mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
- Fix polar plot trajectory not displaying: backend returns 'el'/'az' properties but code expected 'elevation'/'azimuth'. Updated both drawPolarPlot() and drawPolarPlotPopout() to handle both formats. - Fix ground track lines crossing entire map: added antimeridian crossing detection to split orbit tracks into segments, preventing lines from drawing across the map when crossing 180° longitude. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>