Skip to content

Commit

Permalink
wheelchair profile: remove elevation cost
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohoch committed Feb 14, 2024
1 parent d4b5baf commit 277c5f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions profiles/wheelchair.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@
],
"accessibility": [
0,
3,
0,
0
],
"allowed": "allowed",
Expand All @@ -485,7 +485,7 @@
],
"accessibility": [
0,
1,
0,
0
],
"allowed": "allowed",
Expand Down
4 changes: 2 additions & 2 deletions ui/web/js/profiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -929,12 +929,12 @@ var wheelchairProfile = Object.assign({}, accessibility1Profile, {
divisions_accessibility: 5,
elevation_up_cost: {
duration: [],
accessibility: [0, 3],
accessibility: [0, 0],
allowed: "allowed",
},
elevation_down_cost: {
duration: [],
accessibility: [0, 1],
accessibility: [0, 0],
allowed: "allowed",
},
});
Expand Down

0 comments on commit 277c5f6

Please sign in to comment.