diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/match-road.sh | 6 |
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 |
| 18 | set -e | 18 | set -e |
| 19 | 19 | ||
| 20 | ACCESS_TOKEN=$(cat ~/settings/tokens/mapbox) # put yout Mapbox token here | 20 | # put yout Mapbox token here |
| 21 | LIMIT=10 # number of coordinates for each Mapbox Map Matching API request, Maximum value is 100 | 21 | ACCESS_TOKEN=$(cat ~/settings/tokens/mapbox) |
| 22 | # number of coordinates for each Mapbox Map Matching API request, Maximum value is 100 | ||
| 23 | LIMIT=10 | ||
| 22 | 24 | ||
| 23 | ORIGIN_DATA=/tmp/origin | 25 | ORIGIN_DATA=/tmp/origin |
| 24 | RESPONSE=/tmp/response | 26 | RESPONSE=/tmp/response |