update motorcycle profile

This commit is contained in:
vcoppe
2026-04-04 20:10:53 +02:00
parent 8aafa26238
commit 30de3c6db5

View File

@@ -17,7 +17,7 @@ export const routingProfiles: { [key: string]: RoutingProfile } = {
gravel_bike: { engine: 'graphhopper', profile: 'gravelbike' }, 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: 'motorbike' },
water: { engine: 'brouter', profile: 'river' }, water: { engine: 'brouter', profile: 'river' },
railway: { engine: 'brouter', profile: 'rail' }, railway: { engine: 'brouter', profile: 'rail' },
}; };