@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?
optionalcolor?: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?
optionalisColorMap?:boolean
Defined in: autk-map/src/types-layers.ts:52
Enables thematic color interpolation when true.
isPick?
optionalisPick?:boolean
Defined in: autk-map/src/types-layers.ts:56
Enables picking for this layer when true.
isSkip?
optionalisSkip?: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?
optionalpickedComps?:number[]
Defined in: autk-map/src/types-layers.ts:60
Pending canvas-relative pick coordinates [x, y] in CSS pixels, if any.
strokeColor?
optionalstrokeColor?:ColorRGB
Defined in: autk-map/src/types-layers.ts:48
Optional fixed border/outline color used by layers with a border pass.