go-pmtiles icon indicating copy to clipboard operation
go-pmtiles copied to clipboard

Single-file executable tool for working with PMTiles archives

Results 12 go-pmtiles issues
Sort by recently updated
recently updated
newest added

If I'm using `pmtiles extract` to get a piece of a larger tileset, sometimes I might not want every layer available. Could `extract` also filter layers or give me a...

* add new CLI commands for writing header and metadata (stubs)

define a JSON schema like ``` { 'tile_type':0, 'metadata':{ 'my_key':'my_value' } } ``` to allow modification of pmtiles by writing a new file. `pmtiles show --header-metadata-json` would also be useful...

Current is "Upload a local archive to remote storage" while the action is downloading a remote archive to a local file Could be "Download a remote archive to a local...

Passing public-hostname with a non-empty path will use that path as the prefix for the HTTP handler. This is technically a breaking change, in that anybody who was using a...

We've been working more and more with pmtiles recently and we're coming across various use cases, such as concatenating multiple pmtiles into one. At the moment we're simply loading multiple...

**pmtiles version:** 1.11.0, 926183a1, built at 2023-10-31T00:41:14Z **OS:** MacOS 11.7 and Ubuntu 22.04 It would be great to have a quiet mode available, especially when running `pmtiles` as part of...

Hi first thanks for this project. I'm moved my project from mbtiles to a dedicated kv solution and finally to pmtiles which is way better, problem is the actual go-pmtiles...