summaryrefslogtreecommitdiff
path: root/src/navigation/run
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2017-09-21 16:48:50 +0200
committerasanoaozora <fifitaneki@hotmail.com>2017-09-21 16:48:50 +0200
commitf14e57e3656a5500563bdd32537ac1295d4a3f52 (patch)
treed8ddff79df198e4f9fea0bbec8d43829c567c843 /src/navigation/run
parent8cd0718826f1c9b3c58cbe4446c38a01897a4af3 (diff)
downloadpoi-service-f14e57e3656a5500563bdd32537ac1295d4a3f52.tar.gz
update service config files for GDP
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"