This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dc-sdk
mirror of
https://github.com/dvt3d/dc-sdk
Watch
4
Star
0
Fork
0
Code
Issues
0
Releases
92
Wiki
Activity
Browse Source
improve the heat map layer
tags/3.0.0
Caven Chen
2 years ago
parent
ea8377f6ec
commit
12df47f64e
No account linked to committer's email address
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
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
Write
Preview
Loading…
Cancel
Save