summaryrefslogtreecommitdiff
path: root/platform/darwin/test/MGLExpressionTests.mm
Commit message (Collapse)AuthorAgeFilesLines
* [ios, macos] Convert NSColor/UIColor expressions to CSS color string valuesMinh Nguyễn2017-02-181-169/+78
| | | | When converting a constant NSExpression to an mbgl::Value, turn an NSColor or UIColor into an std::string containing a CSS color string. This allows developers to set an attribute of an MGLFeature to an NSColor or UIColor (rather than a CSS color string, which would be foreign), then use it in an MGLStyleFunction with identity interpolation.
* [core] Introduce dedicated filter types for $type and $id special cases (#7971)John Firebaugh2017-02-091-0/+19
| | | | | | | | * [core] Introduce dedicated filter types for $type and $id special cases * [ios, macos] Special-case $id, $type in predicates Also support $id ≟ nil.
* [ios, macos] Cleaned up expression conversionMinh Nguyễn2017-01-041-24/+30
|
* [ios, macos] Fixed null expression crashMinh Nguyễn2016-12-231-0/+9
| | | | Convert NSNull into an mbgl null value.
* [ios] fixes #6248: properly handle all NSNumber types in filters (#6290)Justin R. Miller2016-09-161-0/+200