go-pmtiles

September 16, 2024 ยท View on GitHub

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

Contents

  1. 1Installation
  2. 2Docs
  3. 3Development