@vcmap/core
    Preparing search index...

    Type Alias MapboxStyleOptions

    MapboxStyleOptions: LayerOptions & {
        excludeLayerFromPicking?: string[];
        maxRenderingLevel?: number;
        minRenderingLevel?: number;
        sources?: string[];
        splitDirection?: string;
    }

    Type Declaration

    • OptionalexcludeLayerFromPicking?: string[]

      The Mapbox layers to exclude from picking.

    • OptionalmaxRenderingLevel?: number

      configures the visible level in the rendered map. Maps to Openlayers maxZoom and Cesium maximumTerrainLevel

    • OptionalminRenderingLevel?: number

      configures the visible level in the rendered map. Maps to Openlayers minZoom and Cesium minimiumTerrainLevel

    • Optionalsources?: string[]

      The sources from the Mapbox Style to use. If not provided, all sources from the style will be used.

    • OptionalsplitDirection?: string

      either 'left' or 'right', none if omitted