-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 bug preventing the use of property functions in style classes #3091
Comments
This is likely a subset of #3098 |
Any progress or timeline on this? It's been 6 months and it would be really cool to have this working properly. |
@kristfal I'm not aware of any recent work on this, but note that we are planning to deprecate style classes in the near future. As an alternative to using classes, please consider using |
@anandthakker Alright thanks for the info. I'll migrate to a classless approach instead. Feel free to close this issue then. |
mapbox-gl-js version: Master and 23.0
Steps to Trigger Behavior
Map style is set with paint properties:
Call
setClasses(['night'])
orsetClasses(['contrast'])
. The DDS layer does not update it's style.Expected Behavior
Paint classes containing DDSs should update and render the selected class.
Actual Behavior
Paint classes containg DDSs are not updated.
Minimum fiddle: https://jsfiddle.net/3y6pv6q3/1/
The text was updated successfully, but these errors were encountered: