From 9e78ab332891aca27d4b8f73325760ede392e861 Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Wed, 7 Jun 2023 17:30:06 +0200 Subject: [PATCH] Fix location markers not being shown on the map --- src/qml/Component/Timeline/LocationDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/Component/Timeline/LocationDelegate.qml b/src/qml/Component/Timeline/LocationDelegate.qml index 2228dcef0..1970d3b6f 100644 --- a/src/qml/Component/Timeline/LocationDelegate.qml +++ b/src/qml/Component/Timeline/LocationDelegate.qml @@ -67,7 +67,7 @@ TimelineContainer { anchorPoint.x: sourceItem.width / 2 anchorPoint.y: sourceItem.height - coordinate: QtPositioning.coordinate(rot.latitude, root.longitude) + coordinate: QtPositioning.coordinate(root.latitude, root.longitude) autoFadeIn: false sourceItem: Kirigami.Icon {