Interface KeplerResultProjectionRequestExperimental

interface KeplerResultProjectionRequest {
    crs?: string;
    datasetId: string;
    forceGeoJsonColumn?: boolean;
    label?: string;
    provenance: KeplerSourceProvenance;
    result: KeplerResultInput;
    rowIdentityField?: string;
    temporalFields?: readonly string[];
}

Hierarchy (view full)

Properties

crs?: string

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

datasetId: string
forceGeoJsonColumn?: boolean

Force the geojson-column fallback even for point geometry. Useful when a Kepler layer config is already bound to _geojson.

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).