diff options
author | Anand Thakker <anandthakker@users.noreply.github.com> | 2017-02-15 17:16:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-15 17:16:54 -0500 |
commit | 685f237d0286ef13aac52cbbab93fed82a0b31b8 (patch) | |
tree | 78116f66e4212abbac7ea49359cabcc4124dad70 /mapbox-gl-js | |
parent | eb8a1ef7aa43582202c8b385b9ee0665cc6c838c (diff) | |
download | qtlocation-mapboxgl-685f237d0286ef13aac52cbbab93fed82a0b31b8.tar.gz |
Refactor: use conversion system to convert MGLStyleFunction to mbgl core 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.
Diffstat (limited to 'mapbox-gl-js')
m--------- | mapbox-gl-js | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/mapbox-gl-js b/mapbox-gl-js -Subproject dee3911a7b5a1e8b2333d133a162af388673d1b +Subproject abdd41a90f8d9f6985bcadf0d363d84149f6fa4 |