esri/layers/HeatmapManager (v3.11 Beta)

2328
1
Jump to solution
10-19-2015 11:37 AM
LorenMueller
Occasional Contributor

I am supporting the update of some code that was developed against the 3.11 version of the API.

Heatmap rendering was introduced at 3.11 (in beta), and taken out of beta at 3.12. The changes were enough to break the code written for 3.11 though. In troubleshooting the issue I am curious about the esri/layers/HeatmapManager module. It is referenced in the code, and loads fine, but is not in the 3.14 API documentation or any of the examples of how to use the Heatmap Renderer.

Example of how it was used in this code...

layer._heatmapManager = new HeatmapManager(layer);
  layer._heatmapManager.initialize(layer._map);

I guess what I am wondering is if the HeatmapManager is still a valid tool to be using of if I should remove it?

Thanks.

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Loren,

   The HeatmapRenderer does not require the use of HeatmapManager anymore and should be removed from your code.

View solution in original post

0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus

Loren,

   The HeatmapRenderer does not require the use of HeatmapManager anymore and should be removed from your code.

0 Kudos