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