Skip to content
pyautark (soon)

@urban-toolkit/autk-plot


@urban-toolkit/autk-plot / AutkDatum

Type Alias: AutkDatum

AutkDatum = GeoJsonProperties & object

Defined in: types-plot.ts:9

Datum contract bound to interactive marks.

autkIds must always reference source feature indices from the original input collection (never DOM position indices).

Type Declaration

autkIds?

optional autkIds?: number[]

Source feature indices from the original GeoJSON input collection.

Released under the MIT License.