Skip to content

Commit

Permalink
yeeeah 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhorner committed Sep 16, 2024
1 parent 19e76d4 commit bc1ea74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/frontend/src/lib/components/TrackMap.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,13 @@
layout={{ "line-cap": "round", "line-join": "round" }}
paint={{
"line-width": 5,
"line-color": [
"line-color": "#FF0000",
"line-opacity": [
"case",
["boolean", ["feature-state", "hover"], false],
"#0000FF",
"#FF0000",
1,
0,
],
"line-opacity": 1,
}}
/>
</GeoJSON>
Expand Down

0 comments on commit bc1ea74

Please sign in to comment.