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:
James Smith
2025-12-30 15:22:22 +00:00
parent f1e55fc44c
commit 0f6f642fd9

View File

@@ -1039,6 +1039,8 @@
drawPolarPlot(pass);
updateGroundTrack(pass);
updateTelemetry(pass);
// Immediately fetch full orbit track
updateRealTimePositions();
}
function drawPolarPlot(pass) {