From 086366ea96c05e8705c67a1b743cbf874349985e Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Wed, 11 Oct 2023 17:36:31 -0600 Subject: [PATCH] Display notprocessed regions in grey --- data/variables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/variables.json b/data/variables.json index 9feef195..d7130c4d 100644 --- a/data/variables.json +++ b/data/variables.json @@ -225,7 +225,7 @@ "nodata_value": 255, "colormap": [ [0, 0, 0, 0], - [233, 203, 0] + [208, 207, 212] ], "colormap_value_range": [0, 1], "transparent_zero": false