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

    Event object passed to the terrain module DEM error listener. MapLibre emits error events carrying an optional sourceId and error payload; the manager filters on the terrain source id.

    interface NativeMapErrorEvent {
        sourceId?: string;
        error?: { message?: string } | null;
    }
    Index

    Properties

    Properties

    sourceId?: string
    error?: { message?: string } | null