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 annotations are added to the mapView and the map is panned and you lift your finder, the annotations will drift then snap back to their coordinates.
This does not happen when you keep your finger touching the screen, only when you lift your finger and allow the momentum to decelerate the map.
mapbox-gl-native-ios had a working fix for this issue, but implementing this in mapLibre is not fixing the issue, and there is even more significant "jumping" of the map when you touch it. Fixes tested:
When annotations are added to the mapView and the map is panned and you lift your finder, the annotations will drift then snap back to their coordinates.
This does not happen when you keep your finger touching the screen, only when you lift your finger and allow the momentum to decelerate the map.
Example
https://youtu.be/KinQWnOHhHM
Fix
mapbox-gl-native-ios
had a working fix for this issue, but implementing this inmapLibre
is not fixing the issue, and there is even more significant "jumping" of the map when you touch it. Fixes tested:Testing
I have a branch with the "fixes" from
mapbox-gl-native-ios
that don't seem to work if anyone is able to test.The text was updated successfully, but these errors were encountered: