File

libs/map/src/lib/base/map-options.ts

Index

Properties

Properties

label
label: string
Type : string
layer
layer: L.Layer
Type : L.Layer
visible
visible: boolean
Type : boolean
export interface LayerOptions {
    label: string;
    visible: boolean;
    layer: L.Layer;
}

export type LayerMap = Map<string, LayerOptions>;

result-matching ""

    No results matching ""