diff --git a/src/PlanView/FWLandingPatternMapVisual.qml b/src/PlanView/FWLandingPatternMapVisual.qml index c16b3e09df222bf22590a43c647d1e8446644ce8..8a7ca65af16b739e7ade34c530e2b8868c64d3a4 100644 --- a/src/PlanView/FWLandingPatternMapVisual.qml +++ b/src/PlanView/FWLandingPatternMapVisual.qml @@ -159,7 +159,8 @@ Item { id: mouseAreaComponent MouseArea { - anchors.fill: map + anchors.fill: map + z: QGroundControl.zOrderMapItems + 1 // Over item indicators onClicked: { var coordinate = map.toCoordinate(Qt.point(mouse.x, mouse.y), false /* clipToViewPort */)