|
|
@ -139,8 +139,12 @@ FlightMap { |
|
|
|
id: centerMapDropPanel |
|
|
|
id: centerMapDropPanel |
|
|
|
|
|
|
|
|
|
|
|
CenterMapDropPanel { |
|
|
|
CenterMapDropPanel { |
|
|
|
map: _flightMap |
|
|
|
map: _flightMap |
|
|
|
fitFunctions: mapFitFunctions |
|
|
|
fitFunctions: mapFitFunctions |
|
|
|
|
|
|
|
showFollowVehicle: true |
|
|
|
|
|
|
|
followVehicle: _followVehicle |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
onFollowVehicleChanged: _followVehicle = followVehicle |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|