Interface KeplerProjectionShapeExperimental

Row identity + geometry declarations shared by the tabular projections.

interface KeplerProjectionShape {
    crs?: string;
    datasetId: string;
    label?: string;
    rowIdentityField?: string;
    temporalFields?: readonly string[];
}

Hierarchy (view full)

Properties

crs?: string

Input CRS. Only EPSG:4326 / CRS84 / OGC:CRS84 are accepted.

datasetId: string
label?: string
rowIdentityField?: string

Attribute field holding stable row identity, used by delta reconciliation.

temporalFields?: readonly string[]

Attribute fields to treat as temporal (Kepler timestamp).