Map Tiles 📈

Map Tiles (XYZ / Slippy Map)

Open Beta
.zip · application/zip

地図を、Webアプリケーション向けのタイルピラミッド(PNG/JPEG)としてエクスポートします。Z/X/Y構造はLeaflet、OpenLayers、Mapbox GL、その他あらゆるタイルサーバーと互換性があります。

今すぐMap Tilesをエクスポート ✨ オープンベータ — 無料、制限なし

主な機能

Z/X/Yタイルピラミッド
PNGまたはJPEGタイル
ズームレベルを設定可能
Leaflet / OpenLayersと互換
Example Map Tiles export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Map Tilesフォーマットについて

XYZ tiles (slippy map) are how almost all web maps are built: the image is cut into 256 × 256 pixel squares, and the address of a square is set by three numbers — zoom, column and row. The client loads only what falls into the window, so the map pans smoothly no matter how much data there is.

This export is taken when the map has to live on your own server: an offline application, a kiosk or a display board with no internet, an internal portal that external tile services are not allowed into. Unpack the archive into a web server directory and you have your own source, the one Leaflet, OpenLayers and MapLibre connect to.

The archive holds a z/x/y.png pyramid in the Web Mercator projection (EPSG:3857) and a metadata.json file with the set name, format, bounds and center. By default zooms 10 through 16 are rendered — from the whole city down to individual buildings; the tile format switches to JPEG if transparency is not needed and size matters more.

Map Tilesファイルを開けるプログラム

次のプログラムおよびアプリケーションは、OSM2CDRからエクスポートしたMap Tiles (XYZ / Slippy Map)(.zip)ファイルを開き、編集し、利用できます:

💻Leaflet 💻OpenLayers 💻Mapbox GL JS 💻MapLibre GL JS 🌐Google Maps API

Format specifications

Map Tiles地図を利用するユーザー

🏗
Web マップ
Your own base layer for a website: the map works without any requests to external tile services.
💻
モバイルアプリ
The tiles go into the resources of a mobile app and open with no network.
📊
オフライン地図
An offline map for an expedition, a site without connectivity or a closed network.
🎨
独自のタイルサーバー
A ready pyramid for your own tile server — serving static files is enough.
🗺
デジタルサイネージ
Information boards and kiosks where the map has to open instantly and always look the same.

Map Tilesのエクスポート方法

1
範囲を選択
osm2cdr.ruのインタラクティブ地図上で長方形またはポリゴンを描画します
2
Map Tilesを選択
利用可能な127種類のエクスポートフォーマットの一覧からMap Tiles (XYZ / Slippy Map)を選択します
3
エクスポート
「エクスポート」をクリックすると、1〜5分で.zipファイルを受け取れます
4
ダウンロード
完成したMap Tilesファイルをダウンロードし、Leafletで開きます

エクスポート後の開き方

Map Tilesの人気地図

フリー

Map Tiles (XYZ / Slippy Map)の地図エクスポートを入手

OpenStreetMapからプロフェッショナルなMap Tiles地図をダウンロード。即時生成、任意の範囲に対応。

無料 /エクスポート
今すぐMap Tilesをエクスポート →

よくある質問

タイルの形式は何ですか?
ズームレベルはどのくらいですか?
MBTiles と何が違うのですか?
How many files will there be?
Which projection are the tiles in?
What is inside metadata.json?

他のフォーマットと比較

関連フォーマット

よく一緒にエクスポートされるフォーマット

Related Articles