Skip to content

Commit

Permalink
Strong hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
krasch committed Dec 18, 2024
1 parent 71b8bdc commit 214aa06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style/map/layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const mapStyles = [
"circle-radius": [
"case",
["boolean", ["feature-state", "hover"], false],
8.0,
7.0,
0,
],
"circle-opacity": 0,
Expand All @@ -90,7 +90,7 @@ const mapStyles = [
["boolean", ["feature-state", "isDestination"], false],
["boolean", ["feature-state", "hover"], false],
],
1,
2,
0,
],
"circle-stroke-color": "#aaa",
Expand Down

0 comments on commit 214aa06

Please sign in to comment.