@ngyewch/leaflet-webcomponent
    Preparing search index...

    Interface Configuration

    Leaflet Map web component configuration.

    interface Configuration {
        baseLayers?: LayersControlEntry[];
        options?: MapOptions;
        overlayLayers?: LayersControlEntry[];
        scaleOptions?: ScaleOptions;
    }
    Index

    Properties

    baseLayers?: LayersControlEntry[]

    Base layers.

    options?: MapOptions

    Map options.

    overlayLayers?: LayersControlEntry[]

    Overlay layers.

    scaleOptions?: ScaleOptions

    Scale control options.