/* * @Author: cbwu 504-wuchengbo@htsdfp.com * @Date: 2024-04-13 10:36:06 * @LastEditors: cbwu * @LastEditTime: 2024-04-13 10:56:26 * @Description: */ import { Color, Cartesian2 } from 'cesium' export interface EntityOptions { id?: string name?: string show?: boolean pixelSize?: number outlineColor?: Color color?: Color fillColor?: Color fill?: boolean width?: number outlineWidth?: number text?: string font?: string pixelOffset?: Cartesian2 image?: string imageWidth?: number imageHeight?: number }