add gravel bike profile

This commit is contained in:
vcoppe
2024-07-23 19:26:11 +02:00
parent f392a2be55
commit d62ba77ecb
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ const { routing, routingProfile, privateRoads } = settings;
export const brouterProfiles: { [key: string]: string } = {
bike: 'Trekking-dry',
racing_bike: 'fastbike',
gravel_bike: 'gravel',
mountain_bike: 'MTB',
foot: 'Hiking-Alpine-SAC6',
motorcycle: 'Car-FastEco',

View File

@@ -100,6 +100,7 @@
"activities": {
"bike": "Bike",
"racing_bike": "Road bike",
"gravel_bike": "Gravel bike",
"mountain_bike": "Mountain bike",
"foot": "Run/hike",
"motorcycle": "Motorcycle",