소스 검색

upgrade the ClusterLayer.js

tags/4.0.0
Caven Chen 1 년 전
부모
커밋
c583a92b38
No account linked to committer's email address
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      src/modules/layer/type/ClusterLayer.js

+ 3
- 0
src/modules/layer/type/ClusterLayer.js 파일 보기

@@ -183,6 +183,9 @@ class ClusterLayer extends Layer {
this._billboards.removeAll()
this._labels.removeAll()
let rectangle = this._viewer.camera.computeViewRectangle()
if (!rectangle) {
rectangle = this._viewer.viewBounds
}
if (this._allCount) {
let result = this._cluster.getClusters(
[

Loading…
취소
저장