Interface AddVectorLayerProperty

新增向量圖層參數。

interface AddVectorLayerProperty {
    identifier: string;
    url: string;
    urlTemplate?: string;
}

Hierarchy

Properties

identifier: string

圖層名稱。

url: string

位址。

urlTemplate?: string

網址字串模板,可給代理如PROXY_URL/{URL}。

Default Value

""

Generated using TypeDoc