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

    Interface TileLayerWMSConfiguration

    WMS tile layer configuration.

    interface TileLayerWMSConfiguration {
        baseUrl: string;
        kind: "TileLayer.WMS";
        options: WMSOptions;
    }
    Index

    Properties

    Properties

    baseUrl: string

    Base URL.

    kind: "TileLayer.WMS"

    Kind.

    options: WMSOptions

    Options.