This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
[core] Style Filters expressions should support raw constant arrays matching labels. #11879
Labels
Core
The cross-platform C++ core, aka mbgl
Platform: iOS/macOS/Android?
Mapbox SDK version: boba
Creating a filter with an expression that contains an array as an input parameter :
@[@"match", @[@"id"], @[@"literal", @[@6, @5, @4, @3]], @YES, @NO]
Returns the following exception:
/cc @anandthakker @asheemmamoowala @1ec5 @tobrun
The text was updated successfully, but these errors were encountered: