From 74bc903ffedd093499faf55444a87eacedd83705 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 30 Oct 2017 13:17:53 +0200 Subject: Set layer opacity transition to 0 --- Geshem.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Geshem.vue b/Geshem.vue index e5ac093..633d7ef 100644 --- a/Geshem.vue +++ b/Geshem.vue @@ -129,7 +129,10 @@ source: `radar-${res}-${i}`, type: 'raster', paint: { - 'raster-opacity': 0 + 'raster-opacity': 0, + 'raster-opacity-transition': { + 'duration': 0 + } } }) }, -- cgit v1.3.1