summaryrefslogtreecommitdiff
path: root/include/mbgl/style/conversion/function.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] GCC 4.9 does not fully support custom variable templatesBruno de Oliveira Abinader2017-07-121-1/+1
|
* [tidy] modernize-raw-string-literalBruno de Oliveira Abinader2017-05-121-1/+1
|
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-231-77/+98
|
* Refactor: use conversion system to convert MGLStyleFunction to mbgl core ↵Anand Thakker2017-02-151-1/+1
| | | | | types (#8026) This leverages the work already happening in `mbgl::style::conversion` to convert style functions from style-spec definitions into `mbgl::style::{Camera,Source,Composite}Function`s. In particular, this allows the conversions system to handle the differing typing requirements based on whether the output type of the style function is interpolatable or non-interpolatable.
* [core, ios, macos] Refactor composite stop types and conversionsJohn Firebaugh2017-02-091-55/+72
|
* [core] default value support in categorical function conversionIvo van Dongen2017-02-021-4/+29
|
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-34/+304
|
* [core] Functions must have at least one stopJohn Firebaugh2016-12-011-0/+4
| | | | This is already enforced by the style validator in mapbox-gl-style-spec. Enforce it here too.
* [core] Split up and clean up conversion.hppJohn Firebaugh2016-06-241-0/+69