|
@@ -268,6 +268,9 @@ int Inbound::matchToPredictedPath(const EuroScopePlugIn::CFlightPlanPositionPred
|
|
lastPosition = coordinate;
|
|
lastPosition = coordinate;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /* add the last step to the correct position */
|
|
|
|
+ trackmiles += lastPosition.distanceTo(position);
|
|
|
|
+
|
|
return static_cast<int>(idx);
|
|
return static_cast<int>(idx);
|
|
}
|
|
}
|
|
|
|
|