how to handle z-index on mouse over with custom maker and marker cluster #211
Unanswered
select-good-way
asked this question in
Q&A
Replies: 2 comments
-
There is no easy way to do this unfortunately. We need to place custom markers on the overlayMouseTarget pane to receive DOM events but regular markers exist on the markerLayer pane which is below. |
Beta Was this translation helpful? Give feedback.
0 replies
-
instead on custom marker now I am using marker mouse over and out not working for increasing z index |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
how to handle z-index on mouse over with custom maker and marker cluster
when cursor over the maker which in below the other marker then show the marker above the other markers by increasing z-index
when mouse cursor over the the cluster then show marker above the other cluster or marker
please assist me how to achieve this, I was trying to increase z-index by apply mouse over event its working if two clusters are overlapped each other but for custom markers it's not working if cluster icon is below any custom marker then it's not coming forward to the custom marker
Beta Was this translation helpful? Give feedback.
All reactions