MBTiles 📦

MBTiles (SQLite Tiles)

Open Beta
.mbtiles · application/x-sqlite3

MBTiles అనేది ఒకే SQLite ఫైల్‌లో మ్యాప్ టైళ్లను నిల్వ చేయడానికి ఒక ఫార్మాట్. సంక్షిప్తం, వేగవంతం మరియు ఆఫ్‌లైన్ మ్యాప్‌లు మరియు మొబైల్ అప్లికేషన్‌లకు సౌకర్యవంతం. MapLibre, TileMill, Mapbox మరియు GeoServer మద్దతు ఇస్తాయి.

ఇప్పుడే MBTiles ఎగుమతి చేయండి ✨ ఓపెన్ బీటా — ఉచితం, పరిమితులు లేవు

ముఖ్య లక్షణాలు

ఒకే SQLite ఫైల్
వేగవంతమైన టైల్ ప్రాప్యత
PNG/JPEG/PBF మద్దతు
మెటాడేటా (zoom, bounds, attribution)
Example MBTiles export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

MBTiles ఫార్మాట్ గురించి

MBTiles is a Mapbox specification describing how to pack map tiles into a single SQLite file: a tiles table with zoom level, coordinates and the image, plus a metadata table with the name, bounds and zoom range. Instead of thousands of small files on disk you get one portable container understood by QGIS, TileServer GL, MapLibre and mobile apps.

The format is chosen when the map has to work without internet or be served from your own server: an offline layer in a mobile app, a backdrop on a field tablet, a local tile service for an internal portal. Copying and handing over one file is easier than a folder with tens of thousands of images.

The OSM2CDR export delivers raster MBTiles: the selected area is rendered on the server in your style and cut into 256x256 PNG tiles. By default zooms 10 through 16 are built, and the range is set at export time; rows are numbered in TMS order, as the specification requires, and the name, area bounds and zoom bounds are written into metadata. Inside are images, not vector tiles — the style is chosen at export and cannot be changed on the client.

MBTiles ఫైళ్లను ఏ ప్రోగ్రామ్ తెరుస్తుంది

OSM2CDR నుండి ఎగుమతి చేసిన MBTiles (SQLite Tiles) (.mbtiles) ఫైళ్లను కింది ప్రోగ్రామ్‌లు మరియు అప్లికేషన్‌లు తెరవగలవు, సవరించగలవు మరియు వాటితో పని చేయగలవు:

🌎QGIS 🗺OsmAnd 💻Locus Map 💻TileServer-GL 💻GeoServer 💻MapLibre

Format specifications

MBTiles మ్యాప్‌లను ఎవరు ఉపయోగిస్తారు

🏗
ఆఫ్‌లైన్ మ్యాప్‌లు
One file with the map of the area on the device — the map opens where there is no signal.
💻
మొబైల్ అప్లికేషన్‌లు
A ready offline layer for an Android or iOS app: the container goes into the resources and is read locally.
📊
టైల్ సర్వింగ్
A source for a local tile server (TileServer GL, GeoServer) on an internal network with no internet access.
🎨
ఎంబెడెడ్ మ్యాప్‌లు
A backdrop for an embedded map on a website or in a kiosk, when external tile providers are unavailable.
🗺
ప్రెజెంటేషన్‌లు
Showing a map quickly at a talk or in the field: the file on a laptop opens in QGIS without internet.

MBTiles ను ఎలా ఎగుమతి చేయాలి

1
ప్రాంతాన్ని ఎంచుకోండి
osm2cdr.ru లోని ఇంటరాక్టివ్ మ్యాప్‌పై ఒక దీర్ఘచతురస్రం లేదా బహుభుజిని గీయండి
2
MBTiles ను ఎంచుకోండి
అందుబాటులో ఉన్న 127 ఎగుమతి ఫార్మాట్‌ల జాబితా నుండి MBTiles (SQLite Tiles) ను ఎంచుకోండి
3
ఎగుమతి
'ఎగుమతి' క్లిక్ చేసి మీ .mbtiles ఫైల్‌ను 1-5 నిమిషాల్లో అందుకోండి
4
డౌన్‌లోడ్
సిద్ధంగా ఉన్న MBTiles ఫైల్‌ను డౌన్‌లోడ్ చేసి దానిని QGIS లో తెరవండి

ఎగుమతి తర్వాత ఎలా తెరవాలి

MBTiles లో జనాదరణ పొందిన మ్యాప్‌లు

ఉచితం

MBTiles (SQLite Tiles) మ్యాప్ ఎగుమతులను పొందండి

OpenStreetMap నుండి ప్రొఫెషనల్ MBTiles మ్యాప్‌లను డౌన్‌లోడ్ చేయండి. తక్షణ ఉత్పత్తి, ఏ ప్రాంతమైనా.

ఉచితం / ఎగుమతి
ఇప్పుడే MBTiles ఎగుమతి చేయండి →

తరచుగా అడిగే ప్రశ్నలు

విడివిడి టైళ్ల కంటే MBTiles ఎందుకు?
QGISలో తెరవవచ్చా?
ఇది PMTiles నుండి ఎలా భిన్నంగా ఉంటుంది?
How is this different from PMTiles?
Which tiles are inside — raster or vector?
Which zoom levels go into the file?
How do I show such a map on a website?

ఇతర ఫార్మాట్‌లతో పోల్చండి

సంబంధిత ఫార్మాట్‌లు

తరచుగా కలిసి ఎగుమతి చేయబడేవి

Related Articles