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 파일을 여는 프로그램

다음 프로그램과 애플리케이션으로 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
내보내기
내보내기를 클릭하면 1~5분 안에 .mbtiles 파일을 받습니다
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