diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-11-01 02:28:23 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-11-01 02:30:18 -0700 |
commit | c01cd8bc05b4ac3e8bb198db35a8819453940671 (patch) | |
tree | 5ac9acc257daee888e3a299b6b35b7e339c9f473 /README.md | |
parent | 7595b00d081e44ddff94cd4c51cc8c20f49f2f2d (diff) |
ondemandnavi: fix typo of longitude
Fixed typo of longitude (was longitute) in code and configuration.
Bug-AGL: SPEC-2933
Change-Id: I2b49d8c7d8ff581c0c7caeff43e50c40d603c127
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ in /etc/naviconfig.ini mapAccessToken sets Access token provided by Mapbox. speed sets vehicle speed in km / h. interval sets the screen update interval in milliseconds. -latitude, longitute sets the current position at application start. +latitude, longitude sets the current position at application start. mapStyleUrls sets Mapbox style URLs. example @@ -37,7 +37,7 @@ example "speed":60, "interval":100, "latitude":36.1363, - "longitute":-115.151, + "longitude":-115.151, "mapStyleUrls":"mapbox://styles/mapbox/dark-v9", "enableOSM:false } |