PilotGaea 3D O'view
    正在準備搜尋索引...

    介面 AddVectorLayerProperty

    新增向量圖層參數。

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

    層級 (查看層級一覽)

    索引

    屬性

    url: string

    位址。

    identifier: string

    圖層名稱。

    urlTemplate?: string

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

    ""