MapLayerSource Class
A source for map layers. These may be catalogued for convenient use by users or applications.
Methods
| Name | Description | |
|---|---|---|
| collectQueryParams(): [key: string]: string | Collect all query parameters | |
| toJSON(): Omit<MapLayerSourceProps, "formatId"> & { formatId: string } | ||
| toLayerSettings(subLayers?: MapSubLayerProps[]): ImageMapLayerSettings | undefined | ||
| validateSource(ignoreCache?: boolean): Promise<MapLayerSourceValidation> | ||
| fromJSON(json: MapLayerSourceProps): MapLayerSource | undefined Static |
Properties
Defined in
Last Updated: 04 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.