Skip to content
pyautark (soon)

@urban-toolkit/autk-map


@urban-toolkit/autk-map / LayerRenderInfo

Interface: LayerRenderInfo

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

Mutable render state associated with a layer.

Properties

color?

optional color?: ColorRGB

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

Optional fixed layer color used when thematic color mapping is disabled.


colormap

colormap: LayerColormap

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

Current colormap configuration and derived runtime domain or label state.


isColorMap?

optional isColorMap?: boolean

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

Enables thematic color interpolation when true.


isPick?

optional isPick?: boolean

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

Enables picking for this layer when true.


isSkip?

optional isSkip?: boolean

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

Skips rendering work for this layer when true.


opacity

opacity: number

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

Layer opacity in the range [0, 1].


pickedComps?

optional pickedComps?: number[]

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

Pending canvas-relative pick coordinates [x, y] in CSS pixels, if any.


strokeColor?

optional strokeColor?: ColorRGB

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

Optional fixed border/outline color used by layers with a border pass.

Released under the MIT License.