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
A method to convert a legacy filter into an equivalent expression. This doesn't exist internally right now, because we use a specialized code path to handle legacy filters. Note that filters converted to expressions might be slightly less performant than their legacy counterparts because of the overhead necessary to represent the exact legacy type semantics in expressions.
A function that takes in a style and traverses & converts all of its layer properties and filters.
We have a module for converting stop functions to expressions (src/style-spec/function/convert.js), so what we need is:
cc @nickidlugash @mapbox/studio
The text was updated successfully, but these errors were encountered: