Interface ProjectSourceToMapLibreOptions

interface ProjectSourceToMapLibreOptions {
    attribution?: string;
    beforeId?: string;
    cluster?: boolean;
    clusterRadius?: number;
    geometry?: "auto" | MapLibreGeometryKind;
    layerId?: string;
    layout?: Readonly<Record<string, unknown>>;
    paint?: Readonly<Record<string, unknown>>;
    sourceId?: string;
}

Hierarchy (view full)

Properties

attribution?: string
beforeId?: string
cluster?: boolean
clusterRadius?: number
geometry?: "auto" | MapLibreGeometryKind
layerId?: string
layout?: Readonly<Record<string, unknown>>
paint?: Readonly<Record<string, unknown>>
sourceId?: string