Commit 7bbe152
fix: use match expression for GAP_Sts filter instead of legacy in
The legacy ["in", "property", v1, v2] filter is silently ignored in
newer MapLibre versions. Replace with the unambiguous match expression:
["match", ["get", "GAP_Sts"], ["1", "2"], true, false]
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 0873158 commit 7bbe152
File tree
2 files changed
+2
-2
lines changed- example-ghpages
- example-k8s
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments