3D Tiles 🌎

3D Tiles (Cesium)

Open Beta
.3dtiles.zip · application/zip

建物をストリーミング可視化向けのOGC 3D Tilesとしてエクスポートします。GLBタイルとtileset.jsonをZIPアーカイブで生成します。CesiumJS、Google Earth、ArcGIS Online向けです。

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

主な機能

OGC 3D Tiles 1.1
空間タイリング
GLBタイル
tileset.json マニフェスト
Example 3D Tiles export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

3D Tilesフォーマットについて

3D Tiles is an OGC standard for streaming large 3D scenes into a browser. The model is cut in advance into spatial tiles and levels of detail, and the client loads only what falls into the frame. That is exactly how whole cities are shown on the web without making the user wait for the entire scene to load.

You need this export when a 3D city has to live on a web page: a geoportal, a digital twin showcase, a display of the built environment in CesiumJS or deck.gl. A plain OBJ or glTF runs into browser memory on a scene like that, while a tileset is designed precisely for gradual loading.

The output is a ZIP archive with a ready tileset: tileset.json at the root and a tiles folder with .glb files next to it. The area is cut by a grid of roughly 500 meters, and each tile holds the buildings of its cell, extruded from OSM outlines. tileset.json records the geographic bounds of every tile and the detail parameters, so the scene lands in its place on the globe right away.

The archive has to be unpacked and served over HTTP: tiles are loaded by relative paths, so opening tileset.json from a local disk in a browser usually does not work.

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

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

💻CesiumJS 🌐Google Earth 🌎ArcGIS Online 💻deck.gl 💻3D Tiles Renderer 💻Cesium ion

Format specifications

3D Tiles地図を利用するユーザー

🏗
Web ビジュアライゼーション
Showing a 3D city right on a web page without plugins — data loads as the camera moves.
💻
スマートシティ
A building layer for smart city platforms: buildings with heights on top of city data.
📊
デジタルツイン
The geometric foundation of a digital twin, onto which sensors and indicators are hung.
🎨
地理ポータル
A 3D layer of a geoportal alongside orthophotos and vector layers.
🗺
3D ストリーミング
Scenes too large for a single model: tiles and levels of detail solve the volume problem.

3D Tilesのエクスポート方法

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

エクスポート後の開き方

3D Tilesの人気地図

フリー

3D Tiles (Cesium)の地図エクスポートを入手

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

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

よくある質問

3D Tiles はどうやって表示しますか?
広い領域にも対応していますか?
What is inside the archive?
Why are the tiles in GLB and not in B3DM?
Can I open the tileset straight from disk?

関連フォーマット

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

Related Articles