Skip to content

Commit

Permalink
fix: avoid ferries for routing in heal #388
Browse files Browse the repository at this point in the history
  • Loading branch information
rizwan committed Aug 10, 2023
1 parent 07f2bcc commit 18cc7a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config-examples/ors-map-filters-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ const filters = [
],
},
{
name: 'quiet',
name: 'heat',
type: constants.filterTypes.steps,
min: 0,
max: 1,
Expand Down Expand Up @@ -756,6 +756,7 @@ const filters = [
required: false,
type: constants.filterTypes.array,
default: false,
value: ['ferries'],
apiDefault: false,
isEnum: true,
valueAsArray: true,
Expand Down

0 comments on commit 18cc7a7

Please sign in to comment.