protomaps/PMTiles

Pyramids of map tiles in a single file on static storage

View on GitHub ↗Jump to charts ↓Open shareable report →

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 5 minutes ago
Added to GitGenius on September 22nd, 2026
Created on February 16th, 2021
Open Issues & Pull Requests: 8 (+0)
GitHub issues: Enabled
Number of forks: 196
Total Stargazers: 3,060 (+0)
Total Subscribers: 25 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.8 hours
Mean response time: 11.4 days
90th percentile: 11.9 days
Tracked items: 63

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 7
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 578 days
Stale 30+ days: 7
Stale 90+ days: 6

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (1)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

PMTiles is a single-file archive format for tiled map data that enables serverless map applications hosted on static storage platforms.

The problem PMTiles solves is the need to serve map tiles without maintaining a custom backend or paying for third-party tile services. It packages all tile data into a single file that can be stored on commodity cloud storage like S3, with clients fetching only the tiles they need through range requests. This approach eliminates server infrastructure while keeping costs minimal and maintenance-free.

Teams should adopt PMTiles for web mapping projects where serverless deployment fits the use case. It works well for applications that can tolerate static tile generation and suits scenarios where hosting tiles on S3 or similar storage is preferable to running a tile server. The project provides client libraries for JavaScript environments including Leaflet and MapLibre GL JS, as well as OpenLayers support. Go and Python implementations are available for server-side work. The tool compares itself to Cloud Optimized GeoTIFFs as an alternative approach to efficient geospatial data distribution.

The project maintains a formal specification document and provides reference implementations across multiple languages. Development includes active support for serverless deployment patterns, with dedicated implementations for AWS Lambda and Cloudflare Workers. The tool includes a web-based viewer for inspecting and previewing archives both locally and remotely, and the project publishes command-line utilities for converting existing tile formats and uploading archives to cloud storage.