switch gravel to graphhopper

This commit is contained in:
vcoppe
2026-01-17 11:58:47 +01:00
parent 5062de8ddf
commit c91baf7c83

View File

@@ -14,7 +14,7 @@ export type RoutingProfile = {
export const routingProfiles: { [key: string]: RoutingProfile } = { export const routingProfiles: { [key: string]: RoutingProfile } = {
bike: { engine: 'graphhopper', profile: 'bike' }, bike: { engine: 'graphhopper', profile: 'bike' },
racing_bike: { engine: 'graphhopper', profile: 'racingbike' }, racing_bike: { engine: 'graphhopper', profile: 'racingbike' },
gravel_bike: { engine: 'brouter', profile: 'gravel' }, gravel_bike: { engine: 'graphhopper', profile: 'gravelbike' },
mountain_bike: { engine: 'graphhopper', profile: 'mtb' }, mountain_bike: { engine: 'graphhopper', profile: 'mtb' },
foot: { engine: 'graphhopper', profile: 'foot' }, foot: { engine: 'graphhopper', profile: 'foot' },
motorcycle: { engine: 'graphhopper', profile: 'motorcycle' }, motorcycle: { engine: 'graphhopper', profile: 'motorcycle' },