mirror of
https://github.com/ethan-zf/cesium-plot-js.git
synced 2025-06-23 19:17:29 +00:00
fix: createGeometryFromData
This commit is contained in:
parent
4139d7d74a
commit
4ec2260835
@ -870,6 +870,6 @@ export default class Base {
|
||||
|
||||
createGraphic(points: CesiumTypeOnly.Cartesian3[]): CesiumTypeOnly.Cartesian3[] {
|
||||
//Abstract method that must be implemented by subclasses.
|
||||
return [new this.cesium.Cartesian3()];
|
||||
return points;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user