mirror of
https://github.com/smittix/intercept.git
synced 2026-07-18 22:38:10 -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);
|
drawPolarPlot(pass);
|
||||||
updateGroundTrack(pass);
|
updateGroundTrack(pass);
|
||||||
updateTelemetry(pass);
|
updateTelemetry(pass);
|
||||||
|
// Immediately fetch full orbit track
|
||||||
|
updateRealTimePositions();
|
||||||
}
|
}
|
||||||
|
|
||||||
function drawPolarPlot(pass) {
|
function drawPolarPlot(pass) {
|
||||||
|
|||||||
Reference in New Issue
Block a user