From e52cf3c61515de391f0e441afbe433133bf96916 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Wed, 5 Oct 2016 12:06:49 -0400 Subject: [PATCH] interpolation -> colorSpace --- js/style/style_declaration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/style/style_declaration.js b/js/style/style_declaration.js index e34df58768f..78f98372c41 100644 --- a/js/style/style_declaration.js +++ b/js/style/style_declaration.js @@ -41,7 +41,7 @@ function StyleDeclaration(reference, value) { this.calculateInterpolationT = MapboxGLFunction.interpolated({ stops: interpolationAmountStops, base: value.base, - interpolation: value.interpolation + colorSpace: value.colorSpace }); } }