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

    更新點自畫疊加圖素指令參數。

    interface UpdateByCommandParameter {
        geo?: window.GeoJSON.Point;
        layerName: string;
        entityName: string;
        epsg?: number;
        tooltip?: null | string;
        fill?: boolean;
        lineWidth?: number;
        radius?: number;
        stroke?: boolean;
        fillStyle?: string;
        strokeStyle?: string;
        visibleLevel?: number;
        show?: boolean;
        lngLatScale?: number;
    }

    層級 (查看層級一覽)

    索引

    屬性

    點幾何。

    layerName: string

    自畫custom tile圖層名稱

    entityName: string

    自畫custom tile圖素名稱

    epsg?: number

    幾何的EPSG。

    tooltip?: null | string

    提示文字。

    fill?: boolean

    是否要填充顏色。

    lineWidth?: number

    線寬。

    radius?: number

    點的半徑大小。

    stroke?: boolean

    是否要畫線。

    fillStyle?: string

    填充的樣式。

    strokeStyle?: string

    筆刷的樣式。

    visibleLevel?: number

    最小可視層級。

    show?: boolean

    是否顯示。

    lngLatScale?: number

    每像素比經緯的比例,若為負值則使用圖面大小。