Overview of PMTiles
mainPMTiles is a single-file archive format for tiled data designed for low-cost, zero-maintenance, and 'serverless' map applications. It allows you to host tiled data on commodity storage platforms like Amazon S3, eliminating the need for a custom tile backend or third-party provider.
Key resources:
- PMTiles Viewer: https://pmtiles.io/ (use this to inspect and preview local or remote archives).
- Note on CORS: Archives hosted on cloud storage may require CORS configuration to allow requests from the origin
https://protomaps.github.io. - Map Compatibility: Demos typically require MapLibre GL JS v1.15 or later.