We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb38e9 commit 5975b94Copy full SHA for 5975b94
1 file changed
src/marineMap.svelte
@@ -3114,6 +3114,9 @@
3114
// "creeping" without losing the directional read.
3115
return 0.15 / Math.pow(2, z);
3116
},
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,
3120
initialForecastHour: initialFh,
3121
})
3122
.then((wind) => {
@@ -3163,7 +3166,7 @@
3163
3166
return 0.12 / Math.pow(2, z);
3164
3167
3165
3168
paths: 6000,
- lineWidth: 5,
3169
+ lineWidth: 7.5,
3170
// Brighter strokes than wind — the calm/cyan end of the wave
3171
// ramp washes out against the ocean basemap otherwise.
3172
globalAlpha: 0.97,
0 commit comments