Skip to content

Commit

Permalink
fix gl draw lines default style
Browse files Browse the repository at this point in the history
  • Loading branch information
Christina Kirk authored and Christina Kirk committed Feb 13, 2025
1 parent a2d8739 commit 877c383
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ export default [
],
'line-dasharray': [
'case',
['==', ['get', 'active'], 'true'], [0.2, 2],
[2, 0],
['==', ['get', 'active'], 'true'],
['literal', [0.2, 2]],
['literal', [2, 0]],
],
'line-width': 2,
},
Expand Down

0 comments on commit 877c383

Please sign in to comment.