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

*/ */
clear() { clear() {
this._heat.clear() this._heat.clear()
this._positions = []
this._points = [] this._points = []
this._state = State.CLEARED this._state = State.CLEARED
return this return this

Loading…
Cancel
Save