Skip to content

Commit

Permalink
HeatmapLayer: fix sublayer id (#3813)
Browse files Browse the repository at this point in the history
  • Loading branch information
1chandu committed Oct 29, 2019
1 parent 9e66275 commit 66a7264
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -158,11 +158,10 @@ export default class HeatmapLayer extends CompositeLayer {

return new TriangleLayer(
this.getSubLayerProps({
id: `${this.id}-triangle-layer`,
id: 'triangle-layer',
updateTriggers
}),
{
id: 'heatmap-triangle-layer',
data: {
attributes: {
positions: triPositionBuffer,
Expand Down

0 comments on commit 66a7264

Please sign in to comment.