geoview-core - v2.2.0
    Preparing search index...

    Interface TypeWmsLegendStyle

    interface TypeWmsLegendStyle {
        legend: HTMLCanvasElement | null;
        name: string;
    }
    Index

    Properties

    Properties

    legend: HTMLCanvasElement | null

    The canvas element rendering the legend, or null if unavailable.

    name: string

    The name of the WMS legend style.