Skip to content

Commit

Permalink
Fix map canvas follow position mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jan 12, 2025
1 parent 790dcb9 commit df2d9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/qgismobileapp.qml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ ApplicationWindow {
antennaHeight: positioningSettings.antennaHeightActivated ? positioningSettings.antennaHeight : 0
logging: positioningSettings.logging

onProjectedPositionChanged: {
onPositionInformationChanged: {
if (active) {
bearingTrueNorth = PositioningUtils.bearingTrueNorth(positionSource.projectedPosition, mapCanvas.mapSettings.destinationCrs);
if (gnssButton.followActive) {
Expand Down

0 comments on commit df2d9d9

Please sign in to comment.