Interface WMSOverlaySetting

WMS疊加圖層設定。

interface WMSOverlaySetting {
    styles?: string;
    time?: string;
}

Hierarchy

Properties

Properties

styles?: string

圖層樣式。

time?: string

圖層時間。

Generated using TypeDoc