GeistHaus
log in · sign up

PMTiles/spec/v3/spec.md at main · protomaps/PMTiles

github.com

Pyramids of map tiles in a single file on static storage - protomaps/PMTiles

2 pages link to this URL
Serverless Maps for fun and profit - tobilg.com

Introduction In today's data driven world, interactive and visually appealing web based maps have become an integral part of countless applications and services. Whether it's fo...

0 inbound links article en cdnmapsserverless
What is a clustered PMTiles archive?

One detail in the PMTiles version 3 specification is a boolean flag called clustered. Popular tools like the pmtiles CLI, tippecanoe and Planetiler always create clustered archives. PMTiles is an open specification in the public domain, so this post is to aid developers in implementing this optional feature. Clustered The term clustered comes from relational databases: the PostgreSQL manual defines that “When a table is clustered, it is physically reordered based on the index information.

0 inbound links article en posts