From dd5b31dcc92dcf38d579c747e91bdc54d1ca375b Mon Sep 17 00:00:00 2001 From: gluap Date: Sun, 19 Dec 2021 13:29:02 +0100 Subject: [PATCH] remove extra space --- frontend/src/mapstyles/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/mapstyles/index.js b/frontend/src/mapstyles/index.js index a38826b..acbb9d4 100644 --- a/frontend/src/mapstyles/index.js +++ b/frontend/src/mapstyles/index.js @@ -36,7 +36,6 @@ export const reds = [ 'rgba( 255, 0, 0, 0)', 'rgba( 255, 0, 0, 255)', ] -] export function colorByCount(attribute = 'event_count', maxCount, colormap = viridis) { return colormapToScale(colormap, ['case', ['to-boolean', ['get', attribute]], ['get', attribute], 0], 0, maxCount)