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
rewrite the HeatLayer
tags/2.2.0
Caven Chen
4 years ago
parent
32b08efd3b
commit
f7ab88b63e
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
modules/heat/HeatLayer.js
+ 1
- 1
modules/heat/HeatLayer.js
View File
@@ -52,7 +52,7 @@ class HeatLayer extends Layer {
width:${this._viewer.canvas.width}px;
height:${this._viewer.canvas.height}px;
`
document.body
.appendChild(this._canvas)
this._viewer.dcContainer
.appendChild(this._canvas)
}
/**
Write
Preview
Loading…
Cancel
Save