summaryrefslogtreecommitdiff
path: root/src/run
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2017-05-05 16:00:04 +0200
committerasanoaozora <fifitaneki@hotmail.com>2017-05-05 16:00:04 +0200
commitb2ae83e4f345fdf3cb8de3ab52d578d84b79d483 (patch)
tree381903486624c367de39568d64c3bff7ac45ca7c /src/run
parente259ebe381a7d19b5ba629d2673f3ca657297bba (diff)
downloadnavigation-b2ae83e4f345fdf3cb8de3ab52d578d84b79d483.tar.gz
refine the HMI and update the navigation version
Diffstat (limited to 'src/run')
-rwxr-xr-xsrc/run7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/run b/src/run
index ca3f997..9ab20d2 100755
--- a/src/run
+++ b/src/run
@@ -153,8 +153,8 @@ FUEL_STOP_ADVISOR_SRC_DIR=$SRC_DIR/$FUEL_STOP_ADVISOR
FUEL_STOP_ADVISOR_BIN_DIR=$BIN_DIR/$FUEL_STOP_ADVISOR
HMI_LAUNCHER=hmi-launcher
-HMI_LAUNCHER_SRC_DIR=$SRC_DIR/hmi/qml/$HMI_LAUNCHER
-HMI_LAUNCHER_BIN_DIR=$BIN_DIR/hmi/qml/$HMI_LAUNCHER
+HMI_LAUNCHER_SRC_DIR=$SRC_DIR/hmi/$HMI_LAUNCHER
+HMI_LAUNCHER_BIN_DIR=$BIN_DIR/hmi/$HMI_LAUNCHER
# options analysis
@@ -172,6 +172,9 @@ do
tokyo)
center="139.74 35.70"
;;
+ london)
+ center="-0.13 51.51"
+ ;;
[0-9-]*)
center=$OPTARG
;;