PMTiles 🗺

PMTiles

Open Beta
.pmtiles · application/vnd.pmtiles

PMTiles, वेब मानचित्रों के लिए एक सर्वरलेस वेक्टर टाइल संग्रह है। एक ही फ़ाइल में HTTP रेंज अनुरोधों के माध्यम से सुलभ सभी टाइलें होती हैं। बिना किसी टाइल सर्वर के S3, CloudFlare R2, GitHub Pages पर होस्टिंग के लिए आदर्श।

अभी PMTiles निर्यात करें ✨ Open Beta — निःशुल्क, कोई सीमा नहीं

मुख्य विशेषताएँ

एक फ़ाइल — सभी टाइलें
HTTP रेंज अनुरोध
कोई सर्वर नहीं — केवल स्थैतिक होस्टिंग
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 चुनें
127 उपलब्ध निर्यात प्रारूपों की सूची से PMTiles चुनें
3
निर्यात करें
Export पर क्लिक करें और 1-5 मिनट में अपनी .pmtiles फ़ाइल प्राप्त करें
4
डाउनलोड करें
तैयार PMTiles फ़ाइल डाउनलोड करें और उसे MapLibre GL JS में खोलें

निर्यात के बाद कैसे खोलें

PMTiles में लोकप्रिय मानचित्र

मुफ़्त

PMTiles मानचित्र निर्यात प्राप्त करें

OpenStreetMap से पेशेवर PMTiles मानचित्र डाउनलोड करें. तत्काल जनरेशन, कोई भी क्षेत्र.

निःशुल्क / निर्यात
अभी 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