File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2511,9 +2511,9 @@ function redrawPrediction(vcallsign) {
25112511 } else {
25122512 if ( offline . get ( 'opt_imperial' ) ) {
25132513 vehicle . prediction_burst . pred_type = "<b>Prediction Type:</b> Standard \n" +
2514- "<b>Ascent Rate:</b> " + vehicle . prediction_burst . ascent_rate . toFixed ( 1 ) + " ft/s \n" +
2515- "<b>Burst Altitude:</b> " + vehicle . prediction_burst . burst_altitude . toFixed ( 0 ) + " feet\n" +
2516- "<b>Descent Rate:</b> " + vehicle . prediction_burst . descent_rate . toFixed ( 1 ) + " ft/s \n" ;
2514+ "<b>Ascent Rate:</b> " + vehicle . prediction . ascent_rate . toFixed ( 1 ) + " ft/s \n" +
2515+ "<b>Burst Altitude:</b> " + vehicle . prediction . burst_altitude . toFixed ( 0 ) + " feet\n" +
2516+ "<b>Descent Rate:</b> " + vehicle . prediction . descent_rate . toFixed ( 1 ) + " ft/s \n" ;
25172517 } else {
25182518 vehicle . prediction_burst . pred_type = "<b>Prediction Type:</b> Standard \n" +
25192519 "<b>Ascent Rate:</b> " + ( vehicle . prediction . ascent_rate * 3.2808399 ) . toFixed ( 1 ) + " m/s \n" +
You can’t perform that action at this time.
0 commit comments