| this._editWorker = undefined | this._editWorker = undefined | ||||
| this._overlayLayer = new Cesium.CustomDataSource('plot-overlay-layer') | this._overlayLayer = new Cesium.CustomDataSource('plot-overlay-layer') | ||||
| this._viewer.dataSources.add(this._overlayLayer) | this._viewer.dataSources.add(this._overlayLayer) | ||||
| this._anchorLayer = new Cesium.CustomDataSource('plot-overlay-layer') | |||||
| this._anchorLayer = new Cesium.CustomDataSource('plot-anchor-layer') | |||||
| this._viewer.dataSources.add(this._anchorLayer) | this._viewer.dataSources.add(this._anchorLayer) | ||||
| this._state = undefined | this._state = undefined | ||||
| } | } |