geoview-core
    Preparing search index...

    Interface TypeWmsLegend

    interface TypeWmsLegend {
        legend: HTMLCanvasElement | null;
        styles?: TypeWmsLegendStyle[];
        type: TypeGeoviewLayerType;
    }

    Hierarchy

    Index

    Properties

    Properties

    legend: HTMLCanvasElement | null
    type: TypeGeoviewLayerType