Interface QueryTileProjectionDescriptor

SQL/query projection that must participate in cache identity.

interface QueryTileProjectionDescriptor {
    fields?: readonly string[];
    returnGeometry?: boolean;
    simplifyTolerance?: number;
}

Properties

fields?: readonly string[]

Fields needed by styling and interactions.

returnGeometry?: boolean

Whether tile payloads should include feature geometry. Defaults to true.

simplifyTolerance?: number

Optional server simplification tolerance hint.