Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nearby pins sometimes start loading from a corner rather from the center of the screen #6049

Closed
nicolas-raoul opened this issue Dec 20, 2024 · 3 comments · Fixed by #6047
Closed

Comments

@nicolas-raoul
Copy link
Member

screen-20241220-120302.mp4

Seems like the app lost track of what is the center of the map, it is still considering where the app was earlier.

@savsch
Copy link
Contributor

savsch commented Dec 20, 2024

Is the following the intended behavior?

  • If the map has moved slightly, then continue loading pins from where the map was earlier
  • Otherwise, load pins from the map center (currently, the app seems to often not follow this one)

@nicolas-raoul
Copy link
Member Author

I would say that always loading pins from the map center is the best. I don't think it has a big performance impact, as cached pins will reappear quickly.

Especially if the previous center is not in the view anymore. The user moving the map is interested in the center, not really interested in the border areas.

Anyway feel free to modify the behavior how you see fit. :-)

@savsch
Copy link
Contributor

savsch commented Dec 20, 2024

I would say that always loading pins from the map center is the best. I don't think it has a big performance impact, as cached pins will reappear quickly.

Thanks for the feedback! Could you please check whether #6047 always loads pins from the center?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants