Skip to content

Commit 5975b94

Browse files
committed
lines a little thicker
1 parent ecb38e9 commit 5975b94

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/marineMap.svelte

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3114,6 +3114,9 @@
31143114
// "creeping" without losing the directional read.
31153115
return 0.15 / Math.pow(2, z);
31163116
},
3117+
// 50 % thicker than the windLayer.ts default of 1.6 — reads
3118+
// more clearly against the chart at typical marine zooms.
3119+
lineWidth: 2.4,
31173120
initialForecastHour: initialFh,
31183121
})
31193122
.then((wind) => {
@@ -3163,7 +3166,7 @@
31633166
return 0.12 / Math.pow(2, z);
31643167
},
31653168
paths: 6000,
3166-
lineWidth: 5,
3169+
lineWidth: 7.5,
31673170
// Brighter strokes than wind — the calm/cyan end of the wave
31683171
// ramp washes out against the ocean basemap otherwise.
31693172
globalAlpha: 0.97,

0 commit comments

Comments
 (0)