PMTiles/MBTilesインスペクター

PMTilesおよびMBTilesファイルを検査:範囲、ズームレベル、レイヤー名

インポート&エクスポート

Drop PMTiles file here

Inspect file structure and metadata

About PMTiles

PMTiles is a single-file archive format for tiled data (vector or raster). It enables hosting tiles on static storage like S3 or CDNs.

  • Single file contains all tiles + metadata
  • Supports HTTP Range Requests for efficient access
  • Works with MapLibre, Leaflet, and OpenLayers

PMTilesおよびMBTilesタイルアーカイブファイルからメタデータを読み取り。PMTilesはクラウド最適化されたシングルファイル形式、MBTilesはSQLiteベース。両方とも事前レンダリングされたマップタイルの配布に一般的です。

表示内容:範囲(地理的エクステント)、中心点、minzoom/maxzoom、タイル形式(ラスター用png/jpg/webp、ベクター用pbf)、帰属、説明。ベクトルタイルの場合:レイヤー名、レイヤーごとの属性フィールド、ジオメトリタイプ。

PMTiles読み取りはクラウドホストされたファイル用にHTTPレンジリクエストを使用。MBTilesは完全なファイルが必要。このツールはメタデータのみを読み取り - 実際のタイルを表示するには、タイルURLでマップビューアを使用。形式構造を検証し破損問題を報告。

100%クライアント側処理 - データは常にプライベートでデバイスから外に出ません