diff options
| author | typebrook <typebrook@gmail.com> | 2019-12-05 09:49:10 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-12-05 09:49:10 +0800 |
| commit | 78a1b3284888109c6c6a0d52a807630ea0408fdd (patch) | |
| tree | 7a9dc1958fe07a4f015ae5f2d13ff6f4a6084b7e | |
| parent | 7f8da15ad68d2a46b19b27c39d28685de6201fb3 (diff) | |
update
| -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 |