|
|
|
@ -494,25 +494,18 @@ FlightMap {
@@ -494,25 +494,18 @@ FlightMap {
|
|
|
|
|
z: QGroundControl.zOrderMapItems |
|
|
|
|
anchorPoint.x: sourceItem.anchorPointX |
|
|
|
|
anchorPoint.y: sourceItem.anchorPointY |
|
|
|
|
|
|
|
|
|
sourceItem: MissionItemIndexLabel { |
|
|
|
|
checked: true |
|
|
|
|
index: -1 |
|
|
|
|
label: qsTr("ROI here", "Make this a Region Of Interest") |
|
|
|
|
onClicked: _activeVehicle.stopGuidedModeROI() |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//-- Visibilty controlled by actual state |
|
|
|
|
function show(coord) { |
|
|
|
|
roiLocationItem.coordinate = coord |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
function hide() { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
function actionConfirmed() { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
function actionCancelled() { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Orbit telemetry visuals |
|
|
|
|