Skip to content

Commit

Permalink
Merge 816b724 into 49d53ea
Browse files Browse the repository at this point in the history
  • Loading branch information
1chandu committed Oct 28, 2019
2 parents 49d53ea + 816b724 commit 7e8c9eb
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 7e8c9eb

Please sign in to comment.