From 36ec0f354d8ea9241ef3ad88da28c2aaa831f94d Mon Sep 17 00:00:00 2001 From: f4exb Date: Sun, 25 Sep 2022 11:43:52 +0200 Subject: [PATCH] Revert "VOR Localizer feature: use mapboxgl as osm is broken in Qt 5.15.3" This reverts commit b38f3d46cb8b0b3e3ac3c4e3db6633e63aad882c. --- plugins/feature/vorlocalizer/map/map.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/feature/vorlocalizer/map/map.qml b/plugins/feature/vorlocalizer/map/map.qml index d8141a02a..0d6eb0508 100644 --- a/plugins/feature/vorlocalizer/map/map.qml +++ b/plugins/feature/vorlocalizer/map/map.qml @@ -9,7 +9,7 @@ Item { Plugin { id: mapPlugin - name: "mapboxgl" + name: "osm" } Map {