Skip to content

Commit a087f9c

Browse files
danditomasoCopilot
andauthored
Update packages/web/src/components/PageComponents/Map/Layers/HeatmapLayer.tsx
Co-authored-by: Copilot <[email protected]>
1 parent d6bbb25 commit a087f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/components/PageComponents/Map/Layers/HeatmapLayer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const HeatmapLayer = ({
5454
: ["interpolate", ["linear"], ["get", "snr"], -20, 0, 10, 1],
5555
"heatmap-intensity": ["interpolate", ["linear"], ["zoom"], 0, 1, 15, 3],
5656
// Color ramp for heatmap. Domain is 0 (low) to 1 (high).
57-
// Begin color ramp at 0-stop with a 0-transparancy color
57+
// Begin color ramp at 0-stop with a 0-transparency color
5858
// to create a blur-like effect.
5959
"heatmap-color": [
6060
"interpolate",

0 commit comments

Comments
 (0)