center recentering when moving across map #1725
Unanswered
trishaBallakur
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, we are using a mapbox-gl Camera component. We are setting its center coordinate to be a property that we get from a reference to the MapView component. It is correctly those center values as the user zooms in or scrolls across the map. However, we do have issues where it will still jump back to a previous position.
We think it might have something to do with the time it takes to render (that is an assumption). How would we fix this?
Beta Was this translation helpful? Give feedback.
All reactions