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
When a user is using a map with custom markers, the markers shift slightly when the map is double clicked. This is most visible when the map has a fixed zoom or is at its highest zoom level.
mapbox-gl-js version: Latest
browser: Any (Tested with Chromium + Firefox)
Steps to Trigger Behavior
Zoom into the highest zoom level (or a use a map with fixed zoom)
Double click on the map
Markers sometimes shake slightly
Link to Demonstration
This can be seen by using the custom-markers demo. (see below video)
The marker does not snap to a rounded pixel (as intended by #11167). I think the solution here would be to round the coordinates here if the marker's position hasn't changed.
My workaround (which doesn't preserve the nice behavior for animated markers) is (uses react-map-gl):
When a user is using a map with custom markers, the markers shift slightly when the map is double clicked. This is most visible when the map has a fixed zoom or is at its highest zoom level.
mapbox-gl-js version: Latest
browser: Any (Tested with Chromium + Firefox)
Steps to Trigger Behavior
Link to Demonstration
This can be seen by using the custom-markers demo. (see below video)
Expected Behavior
https://github.com/user-attachments/assets/7250fed0-3b62-4e1e-b851-2a68f9f50b70
https://github.com/user-attachments/assets/1ecad5c0-9133-4cfa-946f-34623b88225e
Actual Behavior
https://github.com/user-attachments/assets/85cf749d-b01c-414d-8f1b-05580dfea41e
https://github.com/user-attachments/assets/0f9666e4-8287-4068-aaac-0b4540d0c305
The text was updated successfully, but these errors were encountered: