summaryrefslogtreecommitdiff
path: root/include/mbgl/style/expression/format_section_override.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Forward evaluation context directly to evaluated propertyupstream/alexshalamov_forward_eval_contextAlexander Shalamov2019-03-141-1/+5
| | | | | So that default value owned by the FormatSectionOverride, can be evaluated based on required context parameters.
* [core] Add possibility of overriding paint properties inside format ↵Alexander Shalamov2019-03-131-0/+82
expression #14062 * [core] Add format override expression and formatted section to evaluation context * [core] Add textColor to TaggedString's formatted section * [core] Add FormatSectionOverrides and introduce overridable properties * [core] Populate symbol layer paint properties for text sections * [core] Add benchmark for style that uses text-color override * [core] Add unit test for FormatOverrideExpression * [core] Add unit test for FormatSectionOverrides