Skip to content

Commit

Permalink
Merge pull request #5279 from HSLdevcom/DT-6723
Browse files Browse the repository at this point in the history
Use slightly faster default walk speed for HSL
  • Loading branch information
vesameskanen authored Feb 20, 2025
2 parents 0426355 + d1c52c8 commit 6511638
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/configurations/config.hsl.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,19 @@ export default {
bucketSize: 100,
},

defaultSettings: {
walkSpeed: 1.28,
},

/**
* These are used for dropdown selection of values to override the default
* settings. This means that values ought to be relative to the current default.
* If not, the selection may not make any sense.
*/
defaultOptions: {
walkSpeed: [0.69, 0.97, 1.28, 1.67, 2.22],
},

omitNonPickups: true,

parkAndRide: {
Expand Down

0 comments on commit 6511638

Please sign in to comment.