summaryrefslogtreecommitdiffhomepage
path: root/scripts/match-road.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/match-road.sh')
-rwxr-xr-xscripts/match-road.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/match-road.sh b/scripts/match-road.sh
index d733f59..7c61f58 100755
--- a/scripts/match-road.sh
+++ b/scripts/match-road.sh
@@ -17,8 +17,10 @@
17#set -x 17#set -x
18set -e 18set -e
19 19
20ACCESS_TOKEN=$(cat ~/settings/tokens/mapbox) # put yout Mapbox token here 20# put yout Mapbox token here
21LIMIT=10 # number of coordinates for each Mapbox Map Matching API request, Maximum value is 100 21ACCESS_TOKEN=$(cat ~/settings/tokens/mapbox)
22 # number of coordinates for each Mapbox Map Matching API request, Maximum value is 100
23LIMIT=10
22 24
23ORIGIN_DATA=/tmp/origin 25ORIGIN_DATA=/tmp/origin
24RESPONSE=/tmp/response 26RESPONSE=/tmp/response