更新WFS疊加圖層參數。

See

update

interface UpdateParameter {
    lineStyle?: Partial<WFSLineStyle>;
    pointStyle?: Partial<WFSPointStyle>;
    polygonStyle?: Partial<WFSPolygonStyle>;
}

Properties

lineStyle?: Partial<WFSLineStyle>

線樣式設定。

pointStyle?: Partial<WFSPointStyle>

點樣式設定。

polygonStyle?: Partial<WFSPolygonStyle>

多邊形樣式設定。

Generated using TypeDoc