3D Tiles 🌎

3D Tiles (Cesium)

Open Beta
.3dtiles.zip · application/zip

Export buildings to OGC 3D Tiles for streaming visualization. Creates tileset.json with GLB tiles in a ZIP archive. For CesiumJS, Google Earth, ArcGIS Online.

Export 3D Tiles now ✨ Open Beta — free, no limits

Key Features

OGC 3D Tiles 1.1
Spatial tiling
GLB tiles
tileset.json manifest
Example 3D Tiles export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

About 3D Tiles Format

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.

What Program Opens 3D Tiles Files

The following programs and applications can open, edit, and work with 3D Tiles (Cesium) (.3dtiles.zip) files exported from OSM2CDR:

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

Format specifications

Who Uses 3D Tiles Maps

🏗
Web visualization
Showing a 3D city right on a web page without plugins — data loads as the camera moves.
💻
Smart cities
A building layer for smart city platforms: buildings with heights on top of city data.
📊
Digital twins
The geometric foundation of a digital twin, onto which sensors and indicators are hung.
🎨
Geoportals
A 3D layer of a geoportal alongside orthophotos and vector layers.
🗺
Streaming 3D
Scenes too large for a single model: tiles and levels of detail solve the volume problem.

How to Export 3D Tiles

1
Select area
Draw a rectangle or polygon on the interactive map at osm2cdr
2
Choose 3D Tiles
Select 3D Tiles (Cesium) from the list of 127 available export formats
3
Export
Click Export and receive your .3dtiles.zip file in 1-5 minutes
4
Download
Download the ready 3D Tiles file and open it in CesiumJS

How to Open After Export

Popular maps in 3D Tiles

Free

Get 3D Tiles (Cesium) map exports

Download professional 3D Tiles maps from OpenStreetMap. Instant generation, any area.

Free / export
Export 3D Tiles now →

Frequently Asked Questions

How to view 3D Tiles?
Does it support large areas?
What is inside the archive?
Why are the tiles in GLB and not in B3DM?
Can I open the tileset straight from disk?

Related Formats

Frequently Exported Together

Related Articles