From 9efb7f02237fe17e45803550b470239fe8004ba4 Mon Sep 17 00:00:00 2001 From: Philipp Wambach Date: Tue, 15 Jun 2021 08:59:59 +0200 Subject: [PATCH] fix(dataset): use correct fire legend values (#917) --- data/layers-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/layers-config.json b/data/layers-config.json index 345024c5a..0101de983 100644 --- a/data/layers-config.json +++ b/data/layers-config.json @@ -6,7 +6,7 @@ "year": "numeric", "month": "long" }, - "legendValues": ["400 km²", "300", "200", "100", "0"] + "legendValues": ["300 km²", "200", "100", "0"] }, "sst.analysed_sst": { "colorMap": "jet",