You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.
No, a ref layer necessarily inherits the filter of its referent; its purpose is less for ease of authoring, than rendering optimization. If you'd like to have a different marker for each day, you will need a new layer per day with its own filter, and own marker-fill color.
However, in the future, data driven styles may allow you to combine all those into one layer.
Essentially I'd like to set up base style and alter the paint based on a property.
I figured I could set up a layer and use ref to create styles that inherit a base, kinda like Carto, where I can say
So I tried this:
However, I get
"filter" is prohibited for ref layers
.Is there a way of accomplish this without setting up a full layer for each filter? Would filtering in a ref layer be possible?
Right now I'm going with just writing a loop to do it for me:
Thanks
The text was updated successfully, but these errors were encountered: