mirror of https://gitee.com/antv-l7/antv-l7
fix(heatmap): performance
This commit is contained in:
parent
252bf11f7a
commit
5e2ebd3dad
|
@ -58,7 +58,7 @@ export default class HeatMapLayer extends Layer {
|
|||
|
||||
afterRender() {
|
||||
if (this.shapeType !== 'grid' && this.shapeType !== 'hexagon') {
|
||||
// updateIntensityPass(this);
|
||||
updateIntensityPass(this);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue