From 80bdbebdfebe0f3291a73ccefc5c5956640533e3 Mon Sep 17 00:00:00 2001 From: Molly Lloyd Date: Tue, 18 Sep 2018 17:31:44 -0700 Subject: [core] prevent crash when expression for pattern evaluates to "" (#12896) when a source-expression like `["get", "property"]` evaluates to null and the default pattern value (empty string) is used, make sure attribute buffers get populated to avoid crashing the app --- 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 f66cead4b8..d38ade8f15 160000 --- a/mapbox-gl-js +++ b/mapbox-gl-js @@ -1 +1 @@ -Subproject commit f66cead4b8f95c696d7d2636f36cafaf4a4c6bc3 +Subproject commit d38ade8f156d923da58b68923e56266d07f2d1a6 -- cgit v1.2.1