BaseMapLayerProps Interface
JSON representation of a BaseMapLayerSettings.
Extends
Properties
Name | Type | Description | |
---|---|---|---|
provider | BackgroundMapProviderProps | undefined |
Inherited properties
Name | Type | Inherited from | Description |
---|---|---|---|
formatId | string | ImageMapLayerProps | Identifies the map layers source. |
name | string | ImageMapLayerProps | A user-friendly name for the layer. |
queryParams | [key: string]: string | undefined | ImageMapLayerProps | List of query parameters that will get appended to the source. |
subLayers | MapSubLayerProps[] | undefined | ImageMapLayerProps | Source layers. |
transparency | number | undefined | ImageMapLayerProps | A transparency value from 0.0 (fully opaque) to 1.0 (fully transparent) to apply to map graphics when drawing, |
transparentBackground | boolean | undefined | ImageMapLayerProps | True to indicate background is transparent. |
url | string | ImageMapLayerProps | URL |
visible | boolean | undefined | ImageMapLayerProps | Controls visibility of layer. |
Defined in
- core/common/src/MapLayerSettings.ts Line 542
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.