PMTiles 🗺

PMTiles

Open Beta
.pmtiles · application/vnd.pmtiles

PMTiles-ն վեբ քարտեզների համար անսերվեր վեկտորային սալիկների արխիվ է։ Մեկ ֆայլը պարունակում է բոլոր սալիկները՝ հասանելի HTTP range հարցումների միջոցով։ Իդեալական է S3-ում, CloudFlare R2-ում, GitHub Pages-ում տեղակայման համար՝ առանց սալիկների սերվերի։

Արտահանել PMTiles հիմա ✨ Open Beta — անվճար, առանց սահմանափակումների

Հիմնական հատկություններ

Մեկ ֆայլ — բոլոր սալիկները
HTTP range հարցումներ
Առանց սերվերի — միայն ստատիկ հոստինգ
Example PMTiles export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

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.

Ո՞ր ծրագիրն է բացում PMTiles ֆայլերը

Հետևյալ ծրագրերն ու հավելվածները կարող են բացել, խմբագրել և աշխատել OSM2CDR-ից արտահանված PMTiles (.pmtiles) ֆայլերի հետ՝

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

Format specifications

Ո՞վ է օգտագործում PMTiles քարտեզները

🏗
Անսերվեր վեբ քարտեզներ
A web map with no tile server: one file on hosting, no service to maintain.
💻
Ստատիկ սալիկների հոստինգ
Serving tiles from static storage — S3, Cloudflare R2 or GitHub Pages hand the file over as an ordinary resource.
📊
CDN քարտեզներ
A map through a CDN: it is cached as a whole, while the client fetches only the pieces it needs.
🎨
Օֆլայն վեբ քարտեզներ
A self-contained web map that can be placed next to the application and opened without external services.
🗺
Նախատիպավորում
A quick prototype: the map is up in minutes, with no infrastructure and no contracts with tile providers.

Ինչպես արտահանել PMTiles

1
Ընտրել տարածք
Գծեք ուղղանկյուն կամ բազմանկյուն ինտերակտիվ քարտեզի վրա՝ osm2cdr.ru կայքում։
2
Ընտրել PMTiles
Ցանկից ընտրեք PMTiles՝ արտահանման 127 հասանելի ֆորմատներից։
3
Արտահանում
Սեղմեք «Արտահանել» և ստացեք ձեր .pmtiles ֆայլը 1–5 րոպեում։
4
Ներբեռնում
Ներբեռնեք պատրաստ PMTiles ֆայլը և բացեք այն MapLibre GL JS-ում

Ինչպես բացել արտահանումից հետո

Հանրաճանաչ քարտեզներ PMTiles ֆորմատով

Անվճար

Ստացեք PMTiles քարտեզի արտահանումներ

Ներբեռնեք պրոֆեսիոնալ PMTiles քարտեզներ OpenStreetMap-ից։ Ակնթարթային ստեղծում՝ ցանկացած տարածքի համար։

Անվճար / արտահանում
Արտահանել PMTiles հիմա →

Հաճախ տրվող հարցեր

Արդյո՞ք ինձ անհրաժեշտ է սալիկների սերվեր PMTiles-ի համար։
Ո՞ր գրադարաններն են աջակցում 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?

Համեմատել այլ ֆորմատների հետ

Հարակից ֆորմատներ

Հաճախ արտահանվում են միասին

Related Articles