PMTiles 🗺

PMTiles

Open Beta
.pmtiles · application/vnd.pmtiles

PMTiles is 'n bedienerlose vektorteël-argief vir webkaarte. 'n Enkele lêer bevat alle teëls wat via HTTP-reeksversoeke toeganklik is. Ideaal vir gasheer op S3, CloudFlare R2 en GitHub Pages sonder 'n teëlbediener.

Voer PMTiles nou uit ✨ Oop beta — gratis, geen beperkings nie

Sleutelkenmerke

Enkele lêer — alle teëls
HTTP-omvangversoeke
Geen bediener — slegs statiese hosting
Example PMTiles export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Oor die PMTiles-formaat

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.

Watter program open PMTiles-lêers

Die volgende programme en toepassings kan PMTiles (.pmtiles)-lêers wat uit OSM2CDR uitgevoer is, open, redigeer en daarmee werk:

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

Format specifications

Wie gebruik PMTiles-kaarte

🏗
Bedienerlose webkaarte
A web map with no tile server: one file on hosting, no service to maintain.
💻
Statiese teëlhuisvesting
Serving tiles from static storage — S3, Cloudflare R2 or GitHub Pages hand the file over as an ordinary resource.
📊
CDN-kaarte
A map through a CDN: it is cached as a whole, while the client fetches only the pieces it needs.
🎨
Vanlyn webkaarte
A self-contained web map that can be placed next to the application and opened without external services.
🗺
Prototipering
A quick prototype: the map is up in minutes, with no infrastructure and no contracts with tile providers.

Hoe om PMTiles uit te voer

1
Kies gebied
Teken 'n reghoek of veelhoek op die interaktiewe kaart by osm2cdr.ru
2
Kies PMTiles
Kies PMTiles uit die lys van 127 beskikbare uitvoerformate
3
Uitvoer
Klik op Uitvoer en ontvang jou .pmtiles-lêer binne 1-5 minute
4
Aflaai
Laai die gereede PMTiles-lêer af en open dit in MapLibre GL JS

Hoe om dit ná uitvoer te open

Gewilde kaarte in PMTiles

Gratis

Kry PMTiles-kaartuitvoere

Laai professionele PMTiles-kaarte van OpenStreetMap af. Onmiddellike generering, enige gebied.

Gratis / uitvoer
Voer PMTiles nou uit →

Gereelde vrae

Het ek 'n teëlbediener vir PMTiles nodig?
Watter biblioteke ondersteun 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?

Vergelyk met ander formate

PMTiles guides and tutorials

Verwante formate

Dikwels saam uitgevoer

Related Articles