MapLayerSourceProps Interface
JSON representation of a map layer source.
Properties
| Name | Type | Description | |
|---|---|---|---|
| baseMap | boolean | undefined | Indicate if this source definition should be used as a base map. | |
| formatId | string | undefined | Identifies the map layers source. | |
| name | string | Name | |
| queryParams | [key: string]: string | undefined | List of query parameters that will get appended to the source. | |
| transparentBackground | boolean | undefined | True to indicate background is transparent. | |
| url | string | URL of the source's endpoint. |
Defined in
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.