mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-04-05 19:30:21 +00:00
update motorcycle profile
This commit is contained in:
@@ -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' },
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user