protomaps / go-pmtiles

Single-file executable tool for working with PMTiles archives
https://docs.protomaps.com/pmtiles/cli
BSD 3-Clause "New" or "Revised" License
377 stars 51 forks source link

[v1.7.0] panic on `verify ` #50

Closed tobwen closed 1 year ago

tobwen commented 1 year ago

error output

./pmtiles verify xyz.pmtiles
panic: verify <input>

goroutine 1 [running]:
main.main()
        /Users/bdon/workspace/protomaps/go-pmtiles/main.go:166 +0xc19

version

pmtiles 1.7.0, commit dfb4fe68e5c6b25eec8703864863fcefb2effb3d, built at 2023-02-06T03:33:16Z

bdon commented 1 year ago

This command isn't implemented yet, but the panic is fixed in 1.7.1: https://github.com/protomaps/go-pmtiles/releases/tag/v1.7.1

Thanks!