diff --git a/website/src/lib/components/toolbar/tools/routing/routing.ts b/website/src/lib/components/toolbar/tools/routing/routing.ts index 438ddab95..9462e3f13 100644 --- a/website/src/lib/components/toolbar/tools/routing/routing.ts +++ b/website/src/lib/components/toolbar/tools/routing/routing.ts @@ -14,7 +14,7 @@ export type RoutingProfile = { export const routingProfiles: { [key: string]: RoutingProfile } = { bike: { engine: 'graphhopper', profile: 'bike' }, racing_bike: { engine: 'graphhopper', profile: 'racingbike' }, - gravel_bike: { engine: 'brouter', profile: 'gravel' }, + gravel_bike: { engine: 'graphhopper', profile: 'gravelbike' }, mountain_bike: { engine: 'graphhopper', profile: 'mtb' }, foot: { engine: 'graphhopper', profile: 'foot' }, motorcycle: { engine: 'graphhopper', profile: 'motorcycle' },