Skip to content

Commit

Permalink
fix: clickable markers
Browse files Browse the repository at this point in the history
  • Loading branch information
turban committed Jan 31, 2020
1 parent c7450ab commit c873c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/Markers.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Markers extends Layer {
addTextProperties(config, label, labelStyle)
}

this.addLayer(config)
this.addLayer(config, true)
}

setOpacity(opacity) {
Expand Down

0 comments on commit c873c4f

Please sign in to comment.