I have created a GeoJson file with the tooltip
tooltip = new Tooltip() { content = "<div><h5>${name}</h5></div>", opacity = 0.5, permanent = false, }
despite of the permanent flag = false all tooltips are shown permanently.
How can I configure the tooltip to be only visible for the shape the mouse is touching?
I have created a GeoJson file with the tooltip
tooltip = new Tooltip() { content = "<div><h5>${name}</h5></div>", opacity = 0.5, permanent = false, }despite of the permanent flag = false all tooltips are shown permanently.
How can I configure the tooltip to be only visible for the shape the mouse is touching?