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

Vector tiles disappear during zoom animation #350

Closed
ahocevar opened this issue Mar 12, 2013 · 3 comments
Closed

Vector tiles disappear during zoom animation #350

ahocevar opened this issue Mar 12, 2013 · 3 comments

Comments

@ahocevar
Copy link
Member

The idea was to use old tiles while zooming, and render new tiles after zooming. ol.ViewHint.ANIMATING is used for this. Right now the hint is respected, but old tiles are still removed as soon as the threshold for the target resolution is reached, i.e. half way between the old and new resolution.

@ahocevar
Copy link
Member Author

This is fixed with #799.

@twpayne
Copy link
Contributor

twpayne commented Jun 21, 2013

#799 hasn't been merged yet (nor should it be). Reopening.

@twpayne twpayne reopened this Jun 21, 2013
@ahocevar
Copy link
Member Author

Fixed with a heavily modified #799.

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