Skip to content

Commit

Permalink
Tolerate missing pixels in ihm_natural layer
Browse files Browse the repository at this point in the history
  • Loading branch information
zstadler committed Oct 8, 2024
1 parent db61bee commit 076ef78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Styles/IHM.json
Original file line number Diff line number Diff line change
Expand Up @@ -5126,7 +5126,7 @@
"source-layer": "ihm_natural",
"filter": [
"<",
["get", "pixels"],
["to-number", ["get", "pixels"]],
[
"*",
30,
Expand Down

0 comments on commit 076ef78

Please sign in to comment.