We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c063f9 commit 8c41258Copy full SHA for 8c41258
src/service/3DPlot/PlotLayer3D.js
@@ -21,6 +21,7 @@ import GeomUtil from "../PlotUtilBase/Geometry/GeomUtil";
21
class PlotLayer3D extends Observable {
22
constructor(Cesium, viewer, options) {
23
super();
24
+ options = options || {};
25
let that = this;
26
//viewer对象
27
this._viewer = viewer;
0 commit comments