Commit 457e2a0a authored by Don Gagne's avatar Don Gagne

Tablet position not getting to FlightView

parent e4861860
...@@ -91,8 +91,8 @@ Item { ...@@ -91,8 +91,8 @@ Item {
onPositionChanged: { onPositionChanged: {
tabletPosition = positionSource.position.coordinate tabletPosition = positionSource.position.coordinate
_root.latitude = tabletPosition.latitude flightView.latitude = tabletPosition.latitude
_root.longitude = tabletPosition.longitude flightView.longitude = tabletPosition.longitude
positionSource.active = false positionSource.active = false
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment