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 authored and TheGreatRefrigerator committed Oct 16, 2023
1 parent accc71e commit 40f3ec0
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 @@ -600,7 +600,7 @@ const filters = [
],
},
{
name: 'quiet',
name: 'heat',
type: constants.filterTypes.steps,
min: 0,
max: 1,
Expand Down Expand Up @@ -723,6 +723,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 40f3ec0

Please sign in to comment.