Use the className param in ol.layer.Heatmap
This commit is contained in:
@@ -182,6 +182,7 @@ class Heatmap extends VectorLayer {
|
||||
*/
|
||||
createRenderer() {
|
||||
return new WebGLPointsLayerRenderer(this, {
|
||||
className: this.getClassName(),
|
||||
attributes: [
|
||||
{
|
||||
name: 'weight',
|
||||
|
||||
Reference in New Issue
Block a user