Czml 3d Tiles

CZML 3D Tiles tileset references for large-scale photogrammetry, city buildings, or point cloud datasets loaded from an external tileset.json. Use when the intent describes referencing, loading, or displaying a 3D Tiles tileset by URI.

CesiumGS Updated

File contents

CZML 3D Tiles

  • "tileset": { "uri": "<URL to tileset.json>", "show": true|false, "maximumScreenSpaceError": <number> } — references an existing 3D Tiles tileset by its tileset.json URI, rather than embedding tile data directly. The tileset packet has no "position" of its own — the tileset defines its own georeferenced location.
  • Do not invent a real-looking external URL unless the intent explicitly supplies one; a placeholder path (e.g. "./BatchedBuildings/tileset.json") is fine when the intent only names the tileset conceptually.

Example: referencing an existing tileset

[
  { "id": "document", "name": "3D Tiles reference", "version": "1.0" },
  {
    "id": "batched-buildings",
    "name": "BatchedBuildings",
    "tileset": {
      "uri": "./BatchedBuildings/tileset.json"
    }
  }
]

cesiumgs/cesiumjs-ai-starter-app/tree/main/packages/codegen-czml/skills/czml-3d-tiles commit b4f00283e7

Frequently asked questions

npx skillmds@latest add cesiumgs/czml-3d-tiles