diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-12-03 19:02:36 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-12-03 19:02:36 +0800 |
| commit | 09c37f0cc2f2fd087e185b740ff2819683d4df61 (patch) | |
| tree | e16307ec4b7b8b6a246dae943f3d5e171d611dc6 /tools | |
| parent | 804fd1937851d5e023b5121661aab98e32533580 (diff) | |
update
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/misc/mvt_decode.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/misc/mvt_decode.py b/tools/misc/mvt_decode.py index 0f661dd..7c9ac89 100755 --- a/tools/misc/mvt_decode.py +++ b/tools/misc/mvt_decode.py | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | #! /bin/env python3 | ||
| 2 | |||
| 1 | import mapbox_vector_tile | 3 | import mapbox_vector_tile |
| 2 | import sys | 4 | import sys |
| 3 | 5 | ||
| 4 | #Python3 | ||
| 5 | |||
| 6 | mvt = sys.argv[1] | 6 | mvt = sys.argv[1] |
| 7 | 7 | ||
| 8 | with open(mvt, 'rb') as f: | 8 | with open(mvt, 'rb') as f: |