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