| this._billboards.removeAll() | this._billboards.removeAll() | ||||
| this._labels.removeAll() | this._labels.removeAll() | ||||
| let rectangle = this._viewer.camera.computeViewRectangle() | let rectangle = this._viewer.camera.computeViewRectangle() | ||||
| if (!rectangle) { | |||||
| rectangle = this._viewer.viewBounds | |||||
| } | |||||
| if (this._allCount) { | if (this._allCount) { | ||||
| let result = this._cluster.getClusters( | let result = this._cluster.getClusters( | ||||
| [ | [ |