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
387 stars 51 forks source link
caddy pmtiles

go-pmtiles

The single-file utility for creating and working with PMTiles archives.

Installation

See Releases for your OS and architecture.

Docs

See docs.protomaps.com/pmtiles/cli for usage.

See Go package docs for API usage.

Development

Run the program in development:

go run main.go

Run the test suite:

go test ./pmtiles