From c91baf7c838c223e96c4a2cb4d50352b69de4c39 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Sat, 17 Jan 2026 11:58:47 +0100 Subject: [PATCH] switch gravel to graphhopper --- 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 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' },