diff --git a/plugins/channelrx/demodadsb/map/map.qml b/plugins/channelrx/demodadsb/map/map.qml index 32b01947d..7c3b2e0ab 100644 --- a/plugins/channelrx/demodadsb/map/map.qml +++ b/plugins/channelrx/demodadsb/map/map.qml @@ -52,6 +52,8 @@ Item { anchors.fill: parent center: QtPositioning.coordinate(51.5, 0.125) // London zoomLevel: 10 + gesture.enabled: true + gesture.acceptedGestures: MapGestureArea.PinchGesture | MapGestureArea.PanGesture // Needs to come first, otherwise MouseAreas in the MapItemViews don't get clicked event first // Setting z doesn't seem to work diff --git a/plugins/feature/map/map/map.qml b/plugins/feature/map/map/map.qml index d6d4da49b..b1ab8c4ec 100644 --- a/plugins/feature/map/map/map.qml +++ b/plugins/feature/map/map/map.qml @@ -64,6 +64,8 @@ Item { anchors.fill: parent center: QtPositioning.coordinate(51.5, 0.125) // London zoomLevel: 10 + gesture.enabled: true + gesture.acceptedGestures: MapGestureArea.PinchGesture | MapGestureArea.PanGesture // Tracks first, so drawn under other items MapItemView { diff --git a/plugins/feature/vorlocalizer/map/map.qml b/plugins/feature/vorlocalizer/map/map.qml index ba4448629..d791e696c 100644 --- a/plugins/feature/vorlocalizer/map/map.qml +++ b/plugins/feature/vorlocalizer/map/map.qml @@ -49,6 +49,8 @@ Item { plugin: mapPlugin center: QtPositioning.coordinate(51.5, 0.125) // London zoomLevel: 10 + gesture.enabled: true + gesture.acceptedGestures: MapGestureArea.PinchGesture | MapGestureArea.PanGesture MapItemView { model: vorModel