diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-11-12 01:27:20 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-11-21 16:09:34 -0800 |
commit | e09f658fa39ba1454b8c4670e0655f7019f44b7e (patch) | |
tree | ecbdc99b63ea51c19186de9e26de656cb7a74e49 /app | |
parent | 88e15ced63c6beb2758c3880457398a6db225e07 (diff) |
navigation: fix typo in getStartLongitude() qml call
Bug-AGL: SPEC-2880
Change-Id: Idcc72d943c633965a74a907c1a08cb7389905d1c
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app')
-rwxr-xr-x | app/navigation.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/navigation.qml b/app/navigation.qml index 2b30581..494fbdf 100755 --- a/app/navigation.qml +++ b/app/navigation.qml @@ -30,7 +30,7 @@ ApplicationWindow { title: qsTr("navigation") property real car_position_lat: fileOperation.getStartLatitude() - property real car_position_lon: fileOperation.getStartLongitute() + property real car_position_lon: fileOperation.getStartLongitude() property real car_direction: 0 //North property real car_driving_speed: fileOperation.getCarSpeed() // set Km/h property bool st_heading_up: false |