OptionalactiveOnStartup?: booleanif true the layer will be activated on initialization
OptionalallowPicking?: booleanwhether to allow picking on this layer
Optionalcopyright?: CopyrightOptionsOptionaldatasourceId?: stringOptional Id to synchronize with the vcPublisher Datasources. This can also be used to track a connection to other sources of data.
OptionalexclusiveGroups?: (string | symbol)[]Optionalextent?: ExtentOptionsmetadata on the data extent of the layer.
OptionalfeatureProvider?: An optional feature or attribute provider to provide or augment features on click events.
Optionalheaders?: Record<string, string>Optional Request Headers which will be sent with each request.
OptionalhiddenObjectIds?: string[]an array of building ids which should be hidden if this layer is active
OptionalignoreMapLayerTypes?: booleanif true, the layer types of the map will be ignored when checking if the layer is supported
OptionalmapNames?: string[]the map names on which this layer is shown, all if empty or undefined
Optionalurl?: string | Record<string, string>OptionalzIndex?: numberzIndex of this layer
OptionalimageryLayerOptions?: ConstructorOptionscan be used to forward options to the cesium ImageryLayer
OptionalmaxLevel?: numbermaxlevel the datasource can provide the data.
OptionalmaxRenderingLevel?: numberconfigures the visible level in the rendered map. Maps to Openlayers maxZoom and Cesium maximumTerrainLevel
OptionalminLevel?: numberminLevel of the datasource (if not specified, calculated from extent)
OptionalminRenderingLevel?: numberconfigures the visible level in the rendered map. Maps to Openlayers minZoom and Cesium minimiumTerrainLevel
Optionalopacity?: numberopacity between 0 and 1
OptionalsplitDirection?: stringeither 'left' or 'right', none if omitted
OptionaltilingSchema?: TilingScheme
Gets the tiling scheme associated with this layerConfig