Skip to content
pyautark (soon)

@urban-toolkit/autk-map


@urban-toolkit/autk-map / UpdateThematicParams

Interface: UpdateThematicParams

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

Parameters for updating a layer's thematic (color-mapped) values.

The supplied collection is used to recompute thematic values for an existing layer. Correct alignment depends on how the target layer matches source data, so callers should preserve stable feature ordering or identifiers when preparing update collections.

Properties

collection

collection: FeatureCollection

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

Source feature collection used to derive thematic values.

Prefer the original loaded feature collection, or one with stable matching feature.id values, so thematic values align correctly to the rendered components.


property

property: string

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

Dot-path accessor resolved from each item in the collection.

Released under the MIT License.