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

Fills do not render after adding two image sources & layers #3519

Closed
lucaswoj opened this issue Nov 2, 2016 · 2 comments
Closed

Fills do not render after adding two image sources & layers #3519

lucaswoj opened this issue Nov 2, 2016 · 2 comments

Comments

@lucaswoj
Copy link
Contributor

lucaswoj commented Nov 2, 2016

mapbox-gl-js version: v0.26.0

Steps to Trigger Behavior

http://jsbin.com/niqekeduni/edit?html,output

Expected Behavior

The dark-v9 style is visible.

screen shot 2016-11-02 at 2 50 37 pm

Actual Behavior

This 👇

screen shot 2016-11-02 at 2 50 21 pm

@lucaswoj
Copy link
Contributor Author

lucaswoj commented Nov 2, 2016

What I know at this point:

  • the bug occurs more often in some environments than others
  • the bug does not occur before caa1216 / DRY up VideoSource code #3353
  • the same underlying issue is causing the image/default mapbox-gl-test-suite test to fail
    • I suspect the same underlying issue because both begin failing in caa1216
  • the bug occurs in test-suite with 1 image source but requires 2 image sources to occur in the browser
  • the bug only occurs in test-suite in the first image source test, regardless of what that test is
  • the bug goes away as soon as the map is interacted with (panned, zoomed, resized, etc)
  • there is another bug that seems to have a different root cause which causes the animation loop to stop before a raster layer has completely faded in

@lucaswoj
Copy link
Contributor Author

lucaswoj commented Nov 3, 2016

Fixed in #3522!

@lucaswoj lucaswoj closed this as completed Nov 3, 2016
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

2 participants