3D Tiles
There are currently two types of 3D Tiles providers:
- Features: The tiles are derived from a feature provider.
- Files: The tiles are retrieved from the store.
Configuration
These are common configuration options for all provider types.
| 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 | FEATURES or FILES. | string | v2.0 | |
tilesetDefaults | Defaults for all tilesets. | object | v4.6 | |
tilesets | {} | Definition of tilesets. | object | v4.6 |