Skip to content

Commit

Permalink
Styles: silence type error
Browse files Browse the repository at this point in the history
  • Loading branch information
elsueno committed Jun 5, 2024
1 parent 95382cc commit 586095f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const debugLayerStyles = ({
'line-opacity': 0.6,
},
layout: {},
// @ts-ignore
filter: wrapFilterWithAll(filter),
},
{
Expand All @@ -37,6 +38,7 @@ export const debugLayerStyles = ({
'circle-color': '#701a75',
},
layout: {},
// @ts-ignore
filter: wrapFilterWithAll(filter),
},
{
Expand All @@ -50,6 +52,7 @@ export const debugLayerStyles = ({
'fill-opacity': 0.3,
},
layout: {},
// @ts-ignore
filter: wrapFilterWithAll(filter),
},
{
Expand All @@ -63,6 +66,7 @@ export const debugLayerStyles = ({
'icon-allow-overlap': true,
'icon-size': 1,
},
// @ts-ignore
filter: wrapFilterWithAll(filter),
},
] satisfies FileMapDataSubcategoryStyleLayer[]
Expand Down

0 comments on commit 586095f

Please sign in to comment.