diff --git a/html/planeObject.js b/html/planeObject.js
index fcc0b01..007ce22 100644
--- a/html/planeObject.js
+++ b/html/planeObject.js
@@ -1534,7 +1534,9 @@ PlaneObject.prototype.updateData = function(now, last, data, init) {
}
this.request_rotation_from_track = false;
- if (this.altitude == "ground") {
+ if (replay) {
+ this.request_rotation_from_track = true;
+ } else if (this.altitude == "ground") {
if (this.true_heading != null)
this.rotation = this.true_heading;
else if (this.mag_heading != null)