MBTiles 📦

MBTiles (SQLite Tiles)

Open Beta
.mbtiles · application/x-sqlite3

MBTiles је формат за чување плочица карте у једном SQLite фајлу. Компактан, брз и погодан за офлајн карте и мобилне апликације. Подржавају га MapLibre, TileMill, Mapbox и GeoServer.

Извезите MBTiles одмах ✨ Отворена бета — бесплатно, без ограничења

Кључне могућности

Један SQLite фајл
Брз приступ плочицама
Подршка за PNG/JPEG/PBF
Метаподаци (зум, границе, атрибуција)
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 датотеке

Следећи програми и апликације могу да отворе, уреде и раде са MBTiles (SQLite Tiles) (.mbtiles) датотекама извезеним из OSM2CDR:

🌎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
Изаберите MBTiles (SQLite Tiles) са листе од 127 доступних формата извоза
3
Извоз
Кликните на Извоз и добићете своју .mbtiles датотеку за 1–5 минута
4
Преузимање
Преузмите готову MBTiles датотеку и отворите је у QGIS

Како отворити након извоза

Популарне карте у формату MBTiles

Бесплатно

Преузмите извозе карата у формату MBTiles (SQLite Tiles)

Преузмите професионалне MBTiles карте из OpenStreetMap. Тренутачно генерисање, било која област.

Бесплатно / извоз
Извезите 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