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 Aug 8, 2023. It is now read-only.
Feedback from a user trying out expressions: It would have been nice being able to use raw expressions as used in the style-spec. This would allow for both using the current DSL approach in combination with approach taken in the style-spec.
eg.
iconImage(get("key"))
vs
iconImage("[\"get\", key]")
The text was updated successfully, but these errors were encountered:
This will significantly reduce the amount of work needed for nitaliano/react-native-mapbox-gl#1047, since the iOS map SDK already has something like this.
Note that a similar conversion would be needed for filters as well.
Feedback from a user trying out expressions: It would have been nice being able to use raw expressions as used in the style-spec. This would allow for both using the current DSL approach in combination with approach taken in the style-spec.
eg.
vs
The text was updated successfully, but these errors were encountered: