Open
Description
Hello,
When I use on_hover method of GeoJSON with line object, the hover works as expected. But when I give the point data to GeoJSON then the action is not triggered, no hover action. With the point data again, if I do an on_click instead of on_hover(with the exactly same hover handler function) and I click on a marker then it works, the label is visible at bottom.
What am I doing wrong? Or, does hover exclude point(marker)?
Thank you