Skip to content

Commit

Permalink
Fix generation of cloud cover raster images
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Nov 11, 2023
1 parent 29f2b08 commit 51e1098
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ object Raster {
60 -> 0x0000007f,
80 -> 0x000000bf,
100 -> 0x000000ff
),
).withFallbackColor(0x000000ff),
GreyaPngEncoding // FIXME Make it just Gray and handle transparency on the client-side
),
Raster(
Expand Down

0 comments on commit 51e1098

Please sign in to comment.