MBTiles Vector 📦

MBTiles Vector (MVT tiles in SQLite)

Open Beta
.mbtiles · application/x-sqlite3

MBTiles Vector is the same single SQLite file, but it holds vector tiles instead of images: feature geometry plus attributes. Every layer of your order stays a separate named layer -- roads, buildings, water -- so you set the styling on your side and change it as often as you like without ordering a new export. This is today's norm for web and offline maps: MapLibre, Maputnik, TileServer-GL and QGIS all read the file. I build the pyramid over the chosen area, record the layer list and their fields in the metadata, and store the tiles compressed, so the file stays small.

지금 MBTiles Vector 내보내기 ✨ 오픈 베타 — 무료, 제한 없음

주요 기능

Single SQLite file -- vector tiles and metadata together
Every ordered layer is its own named layer inside the tile
Feature attributes are preserved for styling and click handling
The layer list and their fields are written to the metadata for readers
Tiles are compressed; pyramid depth is matched to area and data density

MBTiles Vector 형식 소개

MBTiles Vector is the same single SQLite file as a regular MBTiles, but the tile table holds vector tiles instead of images: feature geometry together with attributes, compressed and split across zoom levels. Besides the name, bounds and zoom range, the metadata table records the layer list and their fields — that is how a reader learns what exactly can be styled in the file.

There is exactly one difference from the raster container, and it is decisive: the map inside is not drawn. Colours, line widths, which labels to show and from which zoom — all of that is set on your side and changed as often as you like, without ordering a new export. Every ordered layer stays a separate named layer, so features stay clickable and carry their properties.

I build the pyramid over the chosen area and record the range that was actually built. If you did not pick the depth yourself, I match it to the area and data density and say so in the response; a depth you picked is never touched — if it is beyond reach for that area I refuse honestly instead of handing over a truncated file. Vector tiles are built from the features themselves, so very large and very dense areas are closed for them: regular MBTiles, PNG or GeoJSON serve those.

MBTiles Vector 파일을 여는 프로그램

다음 프로그램과 애플리케이션으로 OSM2CDR에서 내보낸 MBTiles Vector (MVT tiles in SQLite)(.mbtiles) 파일을 열고 편집하고 작업할 수 있습니다:

💻MapLibre GL 💻Maputnik 💻TileServer-GL 🌎QGIS 💻Mapbox GL JS 💻OpenLayers

Format specifications

MBTiles Vector 지도 사용자

🏗
Your own map styling -- colours and labels set on your side, not at order time
Styling is set on your side: the same export can look like a light scheme and a dark one — no need to reorder it.
💻
Offline map in a mobile app with switchable themes
In a mobile app themes switch on the fly, because redrawing happens on the device instead of arriving as a finished image.
📊
A self-hosted tile server without preparing the data by hand
The data is already sliced by zoom and labelled with its layer list — the tile server only has to be started over the file.
🎨
A web-map basemap where features must be clickable and carry properties
Features stay features: clicks, tooltips and highlighting work because the properties travel inside the tile.

MBTiles Vector 내보내기 방법

1
영역 선택
osm2cdr.ru의 인터랙티브 지도에서 사각형 또는 폴리곤을 그리세요
2
MBTiles Vector 선택
사용 가능한 127가지 내보내기 형식 목록에서 MBTiles Vector (MVT tiles in SQLite)을(를) 선택하세요
3
내보내기
내보내기를 클릭하면 1~5분 안에 .mbtiles 파일을 받습니다
4
다운로드
완성된 MBTiles Vector 파일을 다운로드하여 MapLibre GL에서 여세요

내보낸 뒤 여는 방법

MBTiles Vector 형식의 인기 지도

무료

MBTiles Vector (MVT tiles in SQLite) 지도 내보내기 받기

OpenStreetMap에서 전문가용 MBTiles Vector 지도를 다운로드하세요. 즉시 생성, 모든 영역 지원.

무료 / 내보내기
지금 MBTiles Vector 내보내기 →

자주 묻는 질문

How does it differ from regular MBTiles?
How does it differ from PMTiles?
How deep is the pyramid?
Why is the area limited?

관련 형식

함께 자주 내보내는 형식