Skip to content
pyautark (soon)

@urban-toolkit/autk-map


@urban-toolkit/autk-map / UpdateColorMapParams

Interface: UpdateColorMapParams

Defined in: autk-map/src/api.ts:179

Parameters for patching a layer's color-map configuration.

The provided object is treated as a partial patch and merged into the layer's existing color-map state rather than replacing the full configuration.

Properties

colorMap

colorMap: Partial<ColorMapConfig>

Defined in: autk-map/src/api.ts:183

Partial color-map patch merged with the existing layer color-map state.

Released under the MIT License.