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
Adding a text-field that uses an identity function (eg "text-field": { "property": "name", "type": "identity" }) doesn't work after the introduction of the format expression (#6994) because the identity function pathway skips the automatic string->Formatted coercion that the expressions/tokens pathway follows. I think we just need to add an explicit case for Formatted here:
Adding a
text-field
that uses an identity function (eg"text-field": { "property": "name", "type": "identity" }
) doesn't work after the introduction of theformat
expression (#6994) because the identity function pathway skips the automatic string->Formatted coercion that the expressions/tokens pathway follows. I think we just need to add an explicit case forFormatted
here:mapbox-gl-js/src/style-spec/function/index.js
Lines 194 to 201 in a1233cb
/cc @ryanhamley @jplante
The text was updated successfully, but these errors were encountered: