Skip to content
pyautark (soon)

@urban-toolkit/autk-map


@urban-toolkit/autk-map / LayerColormap

Interface: LayerColormap

Defined in: autk-map/src/types-layers.ts:34

Runtime colormap state associated with a layer.

Properties

computedDomain?

optional computedDomain?: ResolvedDomain

Defined in: autk-map/src/types-layers.ts:38

Domain resolved from the current thematic or raster data, if available.


computedLabels?

optional computedLabels?: string[]

Defined in: autk-map/src/types-layers.ts:40

Legend labels derived from the resolved domain, if available.


config

config: ColorMapConfig

Defined in: autk-map/src/types-layers.ts:36

User colormap configuration used for thematic styling.

Released under the MIT License.