PMTiles 🗺

PMTiles

Open Beta
.pmtiles · application/vnd.pmtiles

PMTiles je bezserverový archív vektorových dlaždíc pre webové mapy. Jediný súbor obsahuje všetky dlaždice prístupné cez HTTP range requesty. Ideálny na hosting na S3, CloudFlare R2 a GitHub Pages bez dlaždicového servera.

Exportovať PMTiles teraz ✨ Otvorená beta — zdarma, bez obmedzení

Kľúčové vlastnosti

Jeden súbor – všetky dlaždice
HTTP range requesty
Žiadny server – iba statický hosting
Example PMTiles export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

O formáte PMTiles

PMTiles is an archive format in which a whole set of tiles sits in one file with an internal index. The browser does not download it as a whole: it requests the pieces it needs with HTTP range requests, which any static hosting can serve — S3, Cloudflare R2, GitHub Pages, plain Nginx.

Hence the main benefit: the map works without a tile server. There is no service to set up, watch over and pay for — the file simply sits next to the site. For a prototype, an internal dashboard or a project that has to outlive the shutdown of a third-party map service, that makes life noticeably easier.

Inside the archive are MVT vector tiles, that is geometry with attributes, and the appearance is set by a style on the client side. The export builds the pyramid up to zoom 12: beyond that encoding the tiles becomes too expensive, and if you asked for more, we honestly report the limitation and suggest MBTiles. For the same reason the exporter rejects very dense areas straight away rather than after a long wait: a short, clear refusal is better than a stuck job.

Aký program otvára súbory PMTiles

Nasledujúce programy a aplikácie dokážu otvoriť, upraviť a pracovať so súbormi PMTiles (.pmtiles) exportovanými z OSM2CDR:

💻MapLibre GL JS 💻Leaflet 💻PMTiles Viewer 🌎QGIS 💻Felt

Format specifications

Kto používa mapy PMTiles

🏗
Bezserverové webové mapy
A web map with no tile server: one file on hosting, no service to maintain.
💻
Statický hosting dlaždíc
Serving tiles from static storage — S3, Cloudflare R2 or GitHub Pages hand the file over as an ordinary resource.
📊
Mapy na CDN
A map through a CDN: it is cached as a whole, while the client fetches only the pieces it needs.
🎨
Offline webové mapy
A self-contained web map that can be placed next to the application and opened without external services.
🗺
Prototypovanie
A quick prototype: the map is up in minutes, with no infrastructure and no contracts with tile providers.

Ako exportovať PMTiles

1
Vyberte oblasť
Nakreslite obdĺžnik alebo polygón na interaktívnej mape na osm2cdr.ru
2
Zvoľte PMTiles
Vyberte PMTiles zo zoznamu 127 dostupných exportných formátov
3
Export
Kliknite na Exportovať a získajte súbor .pmtiles za 1 – 5 minút
4
Stiahnuť
Stiahnite si hotový súbor PMTiles a otvorte ho v MapLibre GL JS

Ako súbor otvoriť po exporte

Obľúbené mapy vo formáte PMTiles

Zadarmo

Získajte mapové exporty vo formáte PMTiles

Stiahnite si profesionálne mapy PMTiles z OpenStreetMap. Okamžité generovanie, ľubovoľná oblasť.

Zdarma / export
Exportovať PMTiles teraz →

Často kladené otázky

Potrebujem pre PMTiles dlaždicový server?
Ktoré knižnice podporujú PMTiles?
Up to which zoom is the pyramid built?
Why was the export refused for a large dense area?
Why is the map empty after I connect it?

Porovnanie s inými formátmi

Súvisiace formáty

Často exportované spolu

Related Articles