diff --git a/templates/satellite_dashboard.html b/templates/satellite_dashboard.html index 6a4beca..55007a8 100644 --- a/templates/satellite_dashboard.html +++ b/templates/satellite_dashboard.html @@ -1039,6 +1039,8 @@ drawPolarPlot(pass); updateGroundTrack(pass); updateTelemetry(pass); + // Immediately fetch full orbit track + updateRealTimePositions(); } function drawPolarPlot(pass) {