Appearance
Documentation / @geoverse/core-ol / PolylineOptions
Interface: PolylineOptions
Defined in: packages/core-ol/src/features/polyline.ts:6
Properties
cancelBubble?
ts
optional cancelBubble?: boolean;Defined in: packages/core-ol/src/features/polyline.ts:12
path?
ts
optional path?: number[][];Defined in: packages/core-ol/src/features/polyline.ts:8
路径(WGS-84 经纬度数组)
projection?
ts
optional projection?: string;Defined in: packages/core-ol/src/features/polyline.ts:14
几何坐标投影,默认 EPSG:3857
strokeColor?
ts
optional strokeColor?: string;Defined in: packages/core-ol/src/features/polyline.ts:9
strokeDashed?
ts
optional strokeDashed?: boolean;Defined in: packages/core-ol/src/features/polyline.ts:11
strokeWeight?
ts
optional strokeWeight?: number;Defined in: packages/core-ol/src/features/polyline.ts:10
