diff --git a/website/src/lib/components/toolbar/tools/routing/routing.ts b/website/src/lib/components/toolbar/tools/routing/routing.ts index df9a4398a..eb34a3e49 100644 --- a/website/src/lib/components/toolbar/tools/routing/routing.ts +++ b/website/src/lib/components/toolbar/tools/routing/routing.ts @@ -17,7 +17,7 @@ export const routingProfiles: { [key: string]: RoutingProfile } = { gravel_bike: { engine: 'graphhopper', profile: 'gravelbike' }, mountain_bike: { engine: 'graphhopper', profile: 'mtb' }, foot: { engine: 'graphhopper', profile: 'foot' }, - motorcycle: { engine: 'graphhopper', profile: 'motorcycle' }, + motorcycle: { engine: 'graphhopper', profile: 'motorbike' }, water: { engine: 'brouter', profile: 'river' }, railway: { engine: 'brouter', profile: 'rail' }, };