Skip to content

Commit

Permalink
logo fade
Browse files Browse the repository at this point in the history
  • Loading branch information
rami-dv committed May 20, 2024
1 parent be659f9 commit 7aa1462
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/components/ConferenceMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ const getMapStyle = ({
id: "foss4g-logo",
type: "symbol",
source: "belemLabel",
minzoom: 11,
minzoom: 10,
maxzoom: 13.5,
layout: {
"icon-image": "foss4g-logo",
Expand All @@ -407,10 +407,12 @@ const getMapStyle = ({
"icon-optional": false,
"icon-size": [
"interpolate",
["exponential", 1.3],
["exponential", 1.5],
["zoom"],
10,
0,
0.01,
9,
0.005,
13.5,
0.75,
],
Expand All @@ -420,11 +422,11 @@ const getMapStyle = ({
"interpolate",
["exponential", 0.9],
["zoom"],
11,
9,
0,
11.5,
0.6,
12.5,
11.5,
0,
],
},
Expand Down

0 comments on commit 7aa1462

Please sign in to comment.