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

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

    interface AddPointEntityCommandParameter {
        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

    是否要填充顏色。

    true
    
    lineWidth?: number

    線寬。

    0.5
    
    radius?: number

    點的半徑大小。

    3
    
    stroke?: boolean

    是否要畫線。

    false
    
    fillStyle?: string

    填充的樣式。

    "#FFF"
    
    strokeStyle?: string

    筆刷的樣式。

    "#000"
    
    visibleLevel?: number

    最小可視層級。

    0
    
    show?: boolean

    是否顯示。

    lngLatScale?: number

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

    -1