From e2a608eddc94cff809818e2fece71313cf8f4d88 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 1 Jan 2018 09:54:25 -0800 Subject: [PATCH] Commit generated code omitted in 45de446 --- flow-typed/style-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flow-typed/style-spec.js b/flow-typed/style-spec.js index 3ebaf8a0d6e..7ece7672149 100644 --- a/flow-typed/style-spec.js +++ b/flow-typed/style-spec.js @@ -303,7 +303,7 @@ declare type HeatmapLayerSpecification = {| "visibility"?: "visible" | "none" |}, "paint"?: {| - "heatmap-radius"?: PropertyValueSpecification, + "heatmap-radius"?: DataDrivenPropertyValueSpecification, "heatmap-weight"?: DataDrivenPropertyValueSpecification, "heatmap-intensity"?: PropertyValueSpecification, "heatmap-color"?: ExpressionSpecification,