You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Controls/settings-options.js
+15-25Lines changed: 15 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,8 @@ const axleLoad = {
58
58
},
59
59
}
60
60
61
-
constcountryCrossingPenality={
62
-
name: 'Border penalty',
61
+
constcountryCrossingPenalty={
62
+
name: 'Border Penalty',
63
63
param: 'country_crossing_penalty',
64
64
description:
65
65
'A penalty applied for a country crossing. This penalty can be used to create paths that avoid spanning country boundaries. The default penalty is 0.',
'A cost applied when encountering an international border. This cost is added to the estimated and elapsed times. The default cost is 600 seconds.',
@@ -84,8 +84,8 @@ const countryCrossingCost = {
84
84
},
85
85
}
86
86
87
-
constturnPenalityCost={
88
-
name: 'Turn penalty',
87
+
constturnPenaltyCost={
88
+
name: 'Turn Penalty',
89
89
param: 'maneuver_penalty',
90
90
description:
91
91
'A penalty applied when transitioning between roads that do not have consistent naming–in other words, no road names in common. This penalty can be used to create simpler routes that tend to have fewer maneuvers or narrative guidance instructions. The default maneuver penalty is five seconds.',
0 commit comments