3D Tiles 🌎

3D Tiles (Cesium)

Open Beta
.3dtiles.zip · application/zip

ייצוא מבנים אל OGC 3D Tiles להמחשה בהזרמה. יוצר tileset.json עם אריחי GLB בארכיון ZIP. עבור CesiumJS, Google Earth, ArcGIS Online.

ייצוא 3D Tiles עכשיו ✨ Open Beta — חינם, ללא הגבלות

תכונות עיקריות

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

התוכנות והיישומים הבאים יכולים לפתוח, לערוך ולעבוד עם קבצי 3D Tiles (Cesium) (.3dtiles.zip) שיוצאו מ-OSM2CDR:

💻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.
🗺
הזרמת תלת-ממד
Scenes too large for a single model: tiles and levels of detail solve the volume problem.

כיצד לייצא 3D Tiles

1
בחירת אזור
ציירו מלבן או מצולע על המפה האינטראקטיבית ב-osm2cdr.ru
2
בחירת 3D Tiles
בחרו 3D Tiles (Cesium) מתוך רשימת 127 פורמטי הייצוא הזמינים
3
ייצוא
לחצו על ייצוא וקבלו את קובץ ה-.3dtiles.zip שלכם תוך 1-5 דקות
4
הורדה
הורידו את קובץ ה-3D Tiles המוכן ופתחו אותו ב-CesiumJS

איך לפתוח לאחר הייצוא

מפות פופולריות בפורמט 3D Tiles

חינם

קבלו ייצוא מפות בפורמט 3D Tiles (Cesium)

הורידו מפות 3D Tiles מקצועיות מ-OpenStreetMap. יצירה מיידית, לכל אזור.

חינם / ייצוא
ייצוא 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