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
+36-3Lines changed: 36 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -349,6 +349,20 @@ const ignoreClosures = {
349
349
param: 'ignore_closures',
350
350
}
351
351
352
+
constignoreRestrictions={
353
+
name: 'Ignore Restrictions',
354
+
description:
355
+
'If set to true, ignores any restrictions (e.g. turn/dimensional/conditional restrictions). Especially useful for matching GPS traces to the road network regardless of restrictions.',
356
+
param: 'ignore_restrictions',
357
+
}
358
+
359
+
constignoreAccess={
360
+
name: 'Ignore Access',
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.',
0 commit comments