This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Add NSExpression syntax for coalesce, match operators #11009
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 lacks a way to represent the style specification’s
coalesce
andmatch
operators. These operators are important as replacements for certain kinds of style functions. Both workarounds are especially problematic:valueForKeyPath:
custom function to a stop dictionary (clunky)The text was updated successfully, but these errors were encountered: