diff options
| -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) |