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