Browse Source

improve the heat map layer

tags/3.0.0
Caven Chen 2 years ago
parent
commit
12df47f64e
No account linked to committer's email address
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/modules/heat-map/HeatMapLayer.js

+ 0
- 1
src/modules/heat-map/HeatMapLayer.js View File

@@ -231,7 +231,6 @@ class HeatMapLayer extends Layer {
*/
clear() {
this._heat.clear()
this._positions = []
this._points = []
this._state = State.CLEARED
return this

Loading…
Cancel
Save