MVT 🧩

Mapbox Vector Tiles (MVT / .pbf)

Open Beta
.mvt.zip · application/zip

MVT (Mapbox Vector Tiles) is an open specification for binary vector tiles built on Protocol Buffers, now the de-facto standard of web cartography. Each tile holds geometries and attributes in a tile-local coordinate grid, while styling happens entirely on the client — so the same tileset renders under any style without regeneration. On osm2cdr.ru the export pulls the chosen OSM area, converts layers to tiles via GDAL (the MVT driver in ogr2ogr) and packages the result into a ZIP archive with a z/x/y.pbf hierarchy. If the MVT driver is unavailable in the environment, the archive honestly includes the source GeoJSON with conversion instructions instead.

Експортувати MVT зараз ✨ Відкрита бета — безкоштовно, без обмежень

Ключові можливості

Binary protobuf tiles with compact delta-encoded geometry
Layer separation (roads, buildings, poi) for independent styling
Default zoom range z0-14 (capped at z16 to keep the volume sane)
Output as a ZIP archive with a z/x/y.pbf tile tree
Cyrillic and non-ASCII name support via UTF-8
Example MVT export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Яка програма відкриває файли MVT

Наведені програми та застосунки можуть відкривати, редагувати та працювати з файлами Mapbox Vector Tiles (MVT / .pbf) (.mvt.zip), експортованими з OSM2CDR:

💻MapLibre GL JS 💻Mapbox GL JS 💻OpenLayers 🌎QGIS 💻GDAL / ogr2ogr

Format specifications

Хто використовує карти MVT

🏗
Basemaps in web apps on MapLibre GL JS, Mapbox GL JS and OpenLayers
💻
Offline maps in mobile applications via locally cached tiles
📊
Analytical dashboards with thematic layers over a basemap (deck.gl, Kepler.gl)
🎨
Intermediate format for later packaging into PMTiles or MBTiles

Як експортувати MVT

1
Виберіть область
Намалюйте прямокутник або полігон на інтерактивній карті на osm2cdr.ru
2
Оберіть MVT
Виберіть Mapbox Vector Tiles (MVT / .pbf) зі списку 127 доступних форматів експорту
3
Експорт
Натисніть «Експорт» і отримайте файл .mvt.zip за 1-5 хвилин
4
Завантаження
Завантажте готовий файл MVT та відкрийте його у MapLibre GL JS

Популярні карти у форматі MVT

Free

Отримайте експорт карт у Mapbox Vector Tiles (MVT / .pbf)

Завантажуйте професійні карти MVT з OpenStreetMap. Миттєва генерація, будь-яка область.

Безкоштовно / експорт
Експортувати MVT зараз →

Поширені запитання

What does the result look like?
How does MVT differ from PMTiles and MBTiles?
What happens if the MVT driver is missing?

Пов’язані формати

Часто експортують разом

Related Articles