Type alias WMSLayerInfoExist

WMSLayerInfoExist: {
    epsg: number;
    identifier: string;
    url: string;
}

WMTS圖層存在資訊

Type declaration

  • epsg: number

    圖層EPSG。

  • identifier: string

    圖層ID。

  • url: string

    圖層網址。

Generated using TypeDoc