Skip to content

Commit

Permalink
fix filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jessjaco committed Aug 26, 2024
1 parent b3e789c commit 7476459
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions styles.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"maxzoom": 22,
"source": "coastlines",
"source-layer": "shorelines_annual",
"filter": ["all", ["!=", "certainty", "good"]],
"filter": ["!=", "certainty", "good"],
"paint": {
"line-color": [
"interpolate",
Expand Down Expand Up @@ -47,7 +47,7 @@
"maxzoom": 22,
"source": "coastlines",
"source-layer": "shorelines_annual",
"filter": ["all", ["==", "certainty", "good"]],
"filter": ["==", "certainty", "good"],
"paint": {
"line-color": [
"interpolate",
Expand Down Expand Up @@ -405,4 +405,3 @@
}
]
}

0 comments on commit 7476459

Please sign in to comment.