Files
With this 3D tile provider, the tilesets are retrieved from the store. For each tileset the root tileset.json has to be configured. Version 1.0 and 1.1 of the 3D Tiles specification are supported.
Configuration
| Name | Default | Description | Type | Since |
|---|---|---|---|---|
id | Unique identifier of the entity, has to match the filename. Allowed characters are (A-Z, a-z), numbers (0-9), underscore and hyphen. | string | v2.0 | |
enabled | true | Option to disable the entity, which means it will not be available to other entities and background tasks will not be running. | boolean | v2.0 |
providerType | Always 3DTILE. | string | v2.0 | |
providerSubType | Always FILES. | string | v2.0 | |
tilesets | {} | Definition of tilesets. | object | v4.6 |
Tileset
| Name | Default | Description | Type | Since |
|---|---|---|---|---|
id | The tileset id. | string | v4.6 | |
source | null | Relative path of the root tileset.json file in the store under resources/3dtiles. | string | v4.6 |
Example
id: lod-3dtiles
providerType: 3DTILE
providerSubType: FILES
tilesets:
lod:
id: lod
source: lod/tileset.json