From 30de3c6db5065fc2a3aba12922c642f59840dae0 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Sat, 4 Apr 2026 20:10:53 +0200 Subject: [PATCH] update motorcycle profile --- website/src/lib/components/toolbar/tools/routing/routing.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }, };