Hello Dojo,
I'm using custom triangle-shaped markers in a Maps component within a Low-Code App.

When I hover over a marker, additional content is displayed. However, this hover effect is triggered when the mouse enters the rectangular bounding box of the marker, not just the visible triangle shape.
This causes issues when markers are close together: their bounding boxes overlap even though the visible triangles don't, making it difficult to hover over the correct marker without zooming in significantly.
Is there a way to limit the hover detection area to the actual visible shape (the triangle) so that the hover content only appears when the mouse is directly over the triangle itself?
Thanks!
Hi Alexandre,
There is no currently no way to achieve this. The hovering condition always applies on the full template. We are aware that this can be quite annoying on the maps component, where templates can easily overlap each other.
We have a task on our backlog to improve this behavior and will let you know once it has been implemented.