summaryrefslogtreecommitdiff
path: root/include/mbgl/style/expression/case.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Implement Expression::serialize()Chris Loer2018-02-161-0/+1
| | | | | | | | Issue #10714 - Each expression stores its operator as a string, and default serialization is [operator, serialize(child1), ...] - Custom implementations of `serialize` for Expression types that don't follow the pattern - expression::Value -> mbgl::Value converter - node_expression bindings to expose `serialize`
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-101-0/+2
|
* Implement Expressions (#9439)Anand Thakker2017-11-081-0/+36
Ports https://github.com/mapbox/mapbox-gl-js/pull/4777 (and its several follow-ups)