Skip to content

Commit

Permalink
Fix tiny problem with #329, where area interventions weren't hidden c…
Browse files Browse the repository at this point in the history
…orrectly
  • Loading branch information
dabreegster committed Aug 31, 2023
1 parent f1ede7a commit 3570a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/browse/Filters.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
let show = true;
$: {
for (let layer of [
"interventions-polygon",
"interventions-polygons",
"interventions-polygon-outlines",
"interventions-lines",
"interventions-lines-endpoints",
Expand Down

0 comments on commit 3570a45

Please sign in to comment.