We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mapbox-gl-js version: 1.4.0
browser: all
"fill-opacity": [ "interpolate", ["linear"], ["zoom"], 0.5, 0, 1, ["match", ["get", "fakeprop"], "nope", 1, 1] ]
I'm opening a PR with a patch and regression test soon. This issue is just to document the problem.
Opacity is applied as intended.
Opacity is interpolated to a value greater than 1 resulting in the incorrect color for the split second before new tiles are loaded.
The text was updated successfully, but these errors were encountered:
fix opacity interpolation for composition expressions
6261f9a
fix #8817 The interpolation factor could be outside of the range 0..1 which could result in rendering errors.
fix opacity interpolation for composition expressions (#8818)
66132dc
ansis
Successfully merging a pull request may close this issue.
mapbox-gl-js version: 1.4.0
browser: all
Steps to Trigger Behavior
Link to Demonstration
I'm opening a PR with a patch and regression test soon. This issue is just to document the problem.
Expected Behavior
Opacity is applied as intended.
Actual Behavior
Opacity is interpolated to a value greater than 1 resulting in the incorrect color for the split second before new tiles are loaded.
The text was updated successfully, but these errors were encountered: