You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Popup doesn't change when moving to another overlapping feature. This is caused by the mouseenter event not triggered again because we didn't leave the layer while moving to the other feature.
The text was updated successfully, but these errors were encountered:
You are welcome to open a PR to improve the example.
Keep in mind that we do want to keep the examples short and precise, as they are not intended to be bug free, but more of an example of how something can be achieved.
maplibre-gl-js version: 5.0.0
browser: Chromium 131.0.6778.265
Steps to Trigger Behavior
Link to Demonstration
Popup on hover example
Expected Behavior
Popup changes to the topmost shown feature.
Actual Behavior
popup.on.hover.bug.mp4
Popup doesn't change when moving to another overlapping feature. This is caused by the mouseenter event not triggered again because we didn't leave the layer while moving to the other feature.
The text was updated successfully, but these errors were encountered: