pyautark (soon)
@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?
optionalcomputedDomain?:ResolvedDomain
Defined in: autk-map/src/types-layers.ts:38
Domain resolved from the current thematic or raster data, if available.
computedLabels?
optionalcomputedLabels?: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.