From 685f237d0286ef13aac52cbbab93fed82a0b31b8 Mon Sep 17 00:00:00 2001 From: Anand Thakker Date: Wed, 15 Feb 2017 17:16:54 -0500 Subject: 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. --- mapbox-gl-js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mapbox-gl-js') diff --git a/mapbox-gl-js b/mapbox-gl-js index dee3911a7b..abdd41a90f 160000 --- a/mapbox-gl-js +++ b/mapbox-gl-js @@ -1 +1 @@ -Subproject commit dee3911a7b5a1e8b2333d133a162af388673d1b9 +Subproject commit abdd41a90f8d9f6985bcadf0d363d84149f6fa47 -- cgit v1.2.1