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
برآمد
برآمد پر کلک کریں اور 1-5 منٹ میں اپنی .pmtiles فائل حاصل کریں
4
ڈاؤن لوڈ
تیار PMTiles فائل ڈاؤن لوڈ کریں اور اسے MapLibre GL JS میں کھولیں

ایکسپورٹ کے بعد کیسے کھولیں

PMTiles میں مقبول نقشے

مفت

PMTiles نقشہ برآمدات حاصل کریں

OpenStreetMap سے پیشہ ورانہ PMTiles نقشے ڈاؤن لوڈ کریں۔ فوری تخلیق، کوئی بھی علاقہ۔

Free / برآمد
ابھی 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? ▼

دیگر فارمیٹس سے موازنہ کریں

PMTiles guides and tutorials

متعلقہ فارمیٹس

اکثر ایک ساتھ برآمد کیے جاتے ہیں

Related Articles