mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
Fix satellite dashboard to fetch full orbit immediately on pass select
Added updateRealTimePositions() call to selectPass() so the full orbit track is fetched immediately when a pass is selected, not just on the 5-second interval. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1039,6 +1039,8 @@
|
||||
drawPolarPlot(pass);
|
||||
updateGroundTrack(pass);
|
||||
updateTelemetry(pass);
|
||||
// Immediately fetch full orbit track
|
||||
updateRealTimePositions();
|
||||
}
|
||||
|
||||
function drawPolarPlot(pass) {
|
||||
|
||||
Reference in New Issue
Block a user