-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Fix unexpected results for zoom-and-property function #2827
Labels
Comments
This was referenced Jul 6, 2016
lucaswoj
changed the title
Unexpected results for zoom-and-property function
Fix unexpected results for zoom-and-property function
Jul 29, 2016
I can imagine improving our handling of zoom-and-property functions by moving more interpolation logic to the shader via #pragmas |
6 tasks
Fixed by #2971 |
https://github.com/mapbox/mapbox-gl-test-suite/tree/master/render-tests/fill-opacity/zoom-and-property-function is still failing on gl-js |
lbud
pushed a commit
that referenced
this issue
Sep 6, 2016
This was referenced Sep 6, 2016
lbud
pushed a commit
that referenced
this issue
Sep 7, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At z=0.1, I'd expect these fills to be rendered with opacity 0.9. Instead they are rendered with 0 opacity (fully transparent).
The text was updated successfully, but these errors were encountered: