From d30b4e8a09c98976060db0e54e2874594609b9ed Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Wed, 22 Jul 2015 12:15:56 -0400 Subject: [PATCH] Make it clear that text-rotate is not an interpolated property --- reference/v7.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/v7.json b/reference/v7.json index 7e55d6f..7712215 100644 --- a/reference/v7.json +++ b/reference/v7.json @@ -542,7 +542,7 @@ "default": 0, "period": 360, "units": "degrees", - "function": "interpolated", + "function": "piecewise-constant", "doc": "Rotates the text clockwise.", "requires": [ "text-field"