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

Avoid multiple live calls #1

Open
brunosan opened this issue Nov 2, 2014 · 0 comments
Open

Avoid multiple live calls #1

brunosan opened this issue Nov 2, 2014 · 0 comments

Comments

@brunosan
Copy link
Owner

brunosan commented Nov 2, 2014

With the support for overzooming we are requesting the max zoom live tile and clipping to the desired region. This means the different tiles that correspond to the same max zoom tile calle the same tile several times (making the code slow and duplicating calls --increasing cost--)

Either cache the tiles or group the requests per max zoom tiles.

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

No branches or pull requests

1 participant