Skip to content

Commit

Permalink
Fix masking in remaining ARD styles (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Aug 14, 2024
1 parent 2ddb99e commit 1a1cc0a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"band": "land",
"invert": True,
"values": [1],
"values": [0],
}
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
"band": "land",
"invert": True,
"values": [1],
"values": [0],
}
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
"band": "land",
"invert": True,
"values": [1],
"values": [0],
}
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"band": "land",
"invert": True,
"values": [1],
"values": [0],
}
]

Expand Down

0 comments on commit 1a1cc0a

Please sign in to comment.