summaryrefslogtreecommitdiff
path: root/src/navigation/run
diff options
context:
space:
mode:
Diffstat (limited to 'src/navigation/run')
-rwxr-xr-xsrc/navigation/run5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/navigation/run b/src/navigation/run
index 7495691..24efa16 100755
--- a/src/navigation/run
+++ b/src/navigation/run
@@ -115,6 +115,9 @@ do
tokyo)
center="139.74 35.70"
;;
+ seoul)
+ center="126.99 37.54"
+ ;;
[0-9-]*)
center=$OPTARG
;;
@@ -148,7 +151,7 @@ do
h)
echo "Usage:"
echo "$0 [-c center][-gnoprvx]"
- echo "-c: Set center (supported values: paris,tokyo,longitude,latitude). Default is geneve"
+ echo "-c: Set center (supported values: paris,tokyo,seoul,longitude,latitude). Default is geneve"
echo "-g: Run subprocesses within gdb (only with -x)"
echo "-h: This help"
echo "-n: Don't start enhanced-position-service"