mirror of https://gitee.com/antv-l7/antv-l7
fix: 解决聚合情况下清空图层点数据未清空BUG (#1311)
This commit is contained in:
parent
1b1fa6238e
commit
33c34764b7
|
@ -137,6 +137,7 @@ export default class MarkerLayer extends EventEmitter {
|
|||
});
|
||||
this.mapsService.off('camerachange', this.update);
|
||||
this.markers = [];
|
||||
this.points=[];
|
||||
this.clusterMarkers = [];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue