CZML 3D Tiles
- "tileset":
{ "uri": "<URL to tileset.json>", "show": true|false, "maximumScreenSpaceError": <number> }— references an existing 3D Tiles tileset by itstileset.jsonURI, 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"
}
}
]