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

skip symbol fading for tiles immediately after reload #5741

Merged
merged 1 commit into from
Nov 29, 2017

Commits on Nov 22, 2017

  1. skip symbol fading for tiles immediately after reload

    The new symbol fading was causing flickering for symbols animated with
    `setData`. When the new location of the symbol was far enough away from
    the old it would not identify them as being the same icon, resulting in
    fading. Solving this properly would include figuring out a good way to
    fix this matching problem.
    
    Instead, this commit works around the problem by skipping fading for any
    tiles that have just been reloaded.
    ansis committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    8016d21 View commit details
    Browse the repository at this point in the history