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
+6-13Lines changed: 6 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -359,7 +359,7 @@ const ignoreRestrictions = {
359
359
constignoreAccess={
360
360
name: 'Ignore Access',
361
361
description:
362
-
'If set to true, Will ignore mode-specific access tags. Especially useful for matching GPS traces to the road network regardless of restrictions.',
362
+
'If set to true, will ignore mode-specific access tags. Especially useful for matching GPS traces to the road network regardless of restrictions.',
363
363
param: 'ignore_access',
364
364
}
365
365
@@ -405,14 +405,8 @@ const serviceFactor = {
405
405
constexcludeUnpaved={
406
406
name: 'Exclude Unpaved',
407
407
description:
408
-
'This value indicates the whether or not the path may include unpaved roads. If exclude_unpaved is set to 1 it is allowed to start and end with unpaved roads, but is not allowed to have them in the middle of the route path, otherwise they are allowed.',
408
+
'This value indicates whether or not the path may include unpaved roads. If set to true, a route is allowed to start and end with unpaved roads, but is not allowed to have them in the middle, otherwise they are allowed.',
0 commit comments