protomaps / PMTiles

Cloud-optimized + compressed single-file tile archives for vector and raster maps
https://protomaps.com/docs/pmtiles/
BSD 3-Clause "New" or "Revised" License
2.02k stars 118 forks source link

Archive is spec version 51 but this library supports up to spec version 3 #105

Closed haax closed 1 year ago

haax commented 1 year ago

Hi

I'm trying to convert a directory of tiles generated with gdal2tiles but when I try to load it I get: Archive is spec version 51 but this library supports up to spec version 3

So I tried to run the example in PMTiles/python/examples/ and I get exactly the same error when loading it.

I'm trying to load them in your PMtiles viewer at: https://protomaps.github.io/PMTiles/#map=0.94/0/0

bdon commented 1 year ago

I assume you are using the python pmtiles-convert? I hadn't yet updated the package on pypi with the fix for this, just did. can you update to python package version 3.0.1?

haax commented 1 year ago

Did the update and it works great. Thank's