We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3103daf commit 35ae33aCopy full SHA for 35ae33a
assets/src/modules/Tooltip.js
@@ -59,7 +59,7 @@ export default class Tooltip {
59
const layerName = layerTooltipCfg.name;
60
const tooltipLayer = this._tooltipLayers.get(layerName);
61
this._displayGeom = layerTooltipCfg.displayGeom;
62
- this._displayLayerStyle = layerTooltipCfg.displayLayerStyle;
+ this._displayLayerStyle = true;
63
64
// Styles
65
const fill = new Fill({
0 commit comments