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

Animating hint in the frame state not consistently set #397

Closed
tschaub opened this issue Mar 19, 2013 · 2 comments
Closed

Animating hint in the frame state not consistently set #397

tschaub opened this issue Mar 19, 2013 · 2 comments

Comments

@tschaub
Copy link
Member

tschaub commented Mar 19, 2013

During an animated zoom, renderers get called with a frame state with a truthy viewHints[ol.ViewHint.ANIMATING] many times during animation and a falsey one once at the end. During an animated pan, renderers get called with a truthy viewHints[ol.ViewHint.ANIMATING] always.

@tschaub
Copy link
Member Author

tschaub commented Mar 19, 2013

This may actually not be an issue. Investigating...

@tschaub
Copy link
Member Author

tschaub commented Mar 19, 2013

This indeed is invalid. Renderers do get called with a falsey animating hint at the end of a kinetic pan. The canvas vector layer renderer was not properly setting its dirty flag.

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

1 participant