diff options
author | typebrook <typebrook@gmail.com> | 2019-08-16 11:18:59 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-08-16 11:18:59 +0800 |
commit | 146608a93032045d2fa219108b6ab4a5b9d6840b (patch) | |
tree | f32a41f79f37289b0e6973d6af068dd06314af1d /scripts/mvt_decode.py | |
parent | 8daf16baa75f048574216a21234f90363b56cdf5 (diff) |
update
Diffstat (limited to 'scripts/mvt_decode.py')
-rw-r--r-- | scripts/mvt_decode.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/mvt_decode.py b/scripts/mvt_decode.py index 6e42006..dfc36bb 100644 --- a/scripts/mvt_decode.py +++ b/scripts/mvt_decode.py | |||
@@ -5,8 +5,6 @@ import sys | |||
5 | 5 | ||
6 | mvt = sys.argv[1] | 6 | mvt = sys.argv[1] |
7 | 7 | ||
8 | print(mvt) | ||
9 | |||
10 | with open(mvt, 'rb') as f: | 8 | with open(mvt, 'rb') as f: |
11 | data = f.read() | 9 | data = f.read() |
12 | decoded_data = mapbox_vector_tile.decode(data) | 10 | decoded_data = mapbox_vector_tile.decode(data) |