This commit is contained in:
CN-JS-HuiBai
2026-04-06 19:49:32 +08:00
parent c47e483028
commit 1bfee2026f

View File

@@ -992,7 +992,7 @@
// Based on user feedback that previous signs resulted in a downward curve,
// we flip them to ensure the intended upward arc.
const isWestbound = (lowS === 'seattle' || lowS === 'us seattle');
finalCurve = isWestbound ? -0.3 : 0.3;
finalCurve = isWestbound ? -0.2 : 0.2;
} else if (count === 1) {
// Subtle consistent curve for single routes to maintain parallelism
finalCurve = 0.12;