GeoLeaf Core API - v3.0.0
    Preparing search index...

    A MapLibre source handle as returned by map.getSource(). The hillshade builder reads the optional tiles array to decide whether the existing terrain-dem source can be reused for the hillshade layer.

    interface NativeSourceView {
        tiles?: string[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    tiles?: string[]