mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-01-22 17:48:41 +00:00
switch gravel to graphhopper
This commit is contained in:
@@ -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' },
|
||||||
|
|||||||
Reference in New Issue
Block a user