|
|
|
@ -31,12 +31,9 @@ public class FlightSummaryController extends Controller {
|
|
|
|
|
|
|
|
|
|
|
|
private Dataset theDataSet = null;
|
|
|
|
private Dataset theDataSet = null;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private int currentPathId = 0;
|
|
|
|
private int currentPathId = 0;
|
|
|
|
private int currentPathIndex = 0;
|
|
|
|
private int currentPathIndex = 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@FXML
|
|
|
|
@FXML
|
|
|
|
private Button flightRawData;
|
|
|
|
private Button flightRawData;
|
|
|
|
private Map map;
|
|
|
|
private Map map;
|
|
|
|
|