Skip to content

Commit a0967f1

Browse files
committed
bug fixed for now
1 parent 5d6d1b5 commit a0967f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/MapBox.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@
10151015
source: 'mega-county',
10161016
type: 'fill',
10171017
visibility: 'none',
1018-
filter: ['!=', $signalType, -100],
1018+
filter: ['!=', 'value', -100],
10191019
paint: {
10201020
'fill-outline-color': MAP_THEME.countyOutlineWhenFilled,
10211021
'fill-color': MAP_THEME.countyFill,
@@ -1031,7 +1031,7 @@
10311031
source: level,
10321032
type: 'fill',
10331033
visibility: 'none',
1034-
filter: ['!=', $signalType, -100],
1034+
filter: ['!=', 'value', -100],
10351035
paint: {
10361036
'fill-outline-color': MAP_THEME.countyOutlineWhenFilled,
10371037
'fill-color': MAP_THEME.countyFill,

0 commit comments

Comments
 (0)