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 지도 사용자

🏗
웹 시각화
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