fix(heatmap): performance

This commit is contained in:
thinkinggis 2019-03-18 11:57:28 +08:00
parent 252bf11f7a
commit 5e2ebd3dad
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export default class HeatMapLayer extends Layer {
afterRender() {
if (this.shapeType !== 'grid' && this.shapeType !== 'hexagon') {
// updateIntensityPass(this);
updateIntensityPass(this);
}
}