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

flyTo may require too many tiles #22

Open
jperedadnr opened this issue May 9, 2018 · 1 comment
Open

flyTo may require too many tiles #22

jperedadnr opened this issue May 9, 2018 · 1 comment

Comments

@jperedadnr
Copy link
Contributor

The current implementation requires too many tiles if current zoom level is too high (15+) and the travel distance is too long, as it travels all the way at that zoom level, forcing the download of many tiles along the way.

On desktop, without previous cache, this means maybe more than 1000+ tiles. And it causes a long blank screen until all the tiles are processed and downloaded.

It seems that this high number of tiles is from the origin.

A new method that sets a minimum zoom level for the travel can be set.

@abauske
Copy link

abauske commented Jun 22, 2018

I noticed this same effect even when scrolling in and out or dragging the map around. It loads many unnecessary tiles and thus delays loading of "important" tiles

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

No branches or pull requests

2 participants