From b2fabe5eefc81cc38866a4856d6db37f4471d6ae Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 17 May 2018 09:55:15 -0700 Subject: [core] Align match behavior with case/== Makes `["match", ["get", k], label, match, otherwise]` equivalent to `["case", ["==", ["get", k], label], match, otherwise]`. This changes the behavior of match expressions where the runtime type of the input does not match the type of the labels: previously such expressions produced a runtime type error and then fell back to the property default value; now they produce the fallback value from the match expression. --- 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 5b3af8e151..a5a8dfe5b9 160000 --- a/mapbox-gl-js +++ b/mapbox-gl-js @@ -1 +1 @@ -Subproject commit 5b3af8e1515ee311967661b5aabdab65f1376e36 +Subproject commit a5a8dfe5b90737dbb295eaca7f41c667ae4060a8 -- cgit v1.2.1