This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Add NSExpression syntax for conditionals with multiple branches #11007
Labels
GL JS parity
For feature parity with Mapbox GL JS
iOS
Mapbox Maps SDK for iOS
macOS
Mapbox Maps SDK for macOS
release blocker
Blocks the next final release
runtime styling
Milestone
The NSExpression-based property value implementation in #10726 should support a more compact syntax for conditionals with multiple branches. Currently, an NSExpression containing a nested
TERNARY
gets converted into nestedcase
expressions, and acase
expression with multiple branches gets converted into a nestedTERNARY
structure. At least a nestedTERNARY
should be converted into a flatcase
.The text was updated successfully, but these errors were encountered: