From eb1b5982def21f758710b133ceb283e197f5de49 Mon Sep 17 00:00:00 2001 From: Arseniy Movshev Date: Sat, 7 Jan 2023 15:58:55 +0000 Subject: Fix GPS positioning button --- src/MainMapView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/MainMapView.qml') diff --git a/src/MainMapView.qml b/src/MainMapView.qml index 3254611..2cefbeb 100644 --- a/src/MainMapView.qml +++ b/src/MainMapView.qml @@ -56,7 +56,7 @@ Item { Connections { target: positionProvider function onPositionChanged() { - center = positionProvider.position.coordinate + mapView.center = positionProvider.position.coordinate } } Connections { -- cgit v1.2.3-54-g00ecf