PMTiles 🗺

PMTiles

Open Beta
.pmtiles · application/vnd.pmtiles

A PMTiles kiszolgáló nélküli vektorcsempe-archívum webtérképekhez. Egyetlen fájl tartalmazza az összes csempét, amelyek HTTP-tartomány-lekérdezésekkel érhetők el. Ideális az S3-on, a CloudFlare R2-n vagy a GitHub Pagesen történő tárhelyezéshez csempekiszolgáló nélkül.

PMTiles exportálása most ✨ Nyílt béta — ingyenes, korlátozás nélkül

Fő jellemzők

Egy fájl – minden csempe
HTTP-tartomány-lekérdezések
Nincs kiszolgáló – csak statikus tárhely
Example PMTiles export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

A(z) PMTiles formátumról

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.

Milyen program nyitja meg a(z) PMTiles fájlokat

A következő programok és alkalmazások képesek megnyitni, szerkeszteni és kezelni az OSM2CDR-ből exportált PMTiles (.pmtiles) fájlokat:

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

Format specifications

Ki használ PMTiles térképeket

🏗
Kiszolgáló nélküli webtérképek
A web map with no tile server: one file on hosting, no service to maintain.
💻
Statikus csempetárhely
Serving tiles from static storage — S3, Cloudflare R2 or GitHub Pages hand the file over as an ordinary resource.
📊
CDN-térképek
A map through a CDN: it is cached as a whole, while the client fetches only the pieces it needs.
🎨
Offline webtérképek
A self-contained web map that can be placed next to the application and opened without external services.
🗺
Prototípuskészítés
A quick prototype: the map is up in minutes, with no infrastructure and no contracts with tile providers.

Hogyan exportáljon PMTiles formátumba

1
Terület kijelölése
Rajzoljon egy téglalapot vagy sokszöget az interaktív térképen az osm2cdr.ru oldalon
2
PMTiles kiválasztása
Válassza ki a(z) PMTiles formátumot a 127 elérhető exportformátum listájából
3
Exportálás
Kattintson az Exportálás gombra, és 1-5 percen belül megkapja a(z) .pmtiles fájlt
4
Letöltés
Töltse le a kész PMTiles fájlt, és nyissa meg a(z) MapLibre GL JS programban

Hogyan nyissa meg az exportálás után

Népszerű térképek PMTiles formátumban

Ingyenes

Szerezzen be PMTiles térképexportokat

Töltsön le professzionális PMTiles térképeket az OpenStreetMap adataiból. Azonnali generálás, bármilyen terület.

Ingyenes / export
PMTiles exportálása most →

Gyakran feltett kérdések

Szükséges csempekiszolgáló a PMTiles-hoz?
Mely könyvtárak támogatják a PMTiles-t?
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?

Összehasonlítás más formátumokkal

PMTiles guides and tutorials

Kapcsolódó formátumok

Gyakran együtt exportálva

Related Articles