mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 00:32:33 +00:00
add gravel bike profile
This commit is contained in:
@@ -11,6 +11,7 @@ const { routing, routingProfile, privateRoads } = settings;
|
|||||||
export const brouterProfiles: { [key: string]: string } = {
|
export const brouterProfiles: { [key: string]: string } = {
|
||||||
bike: 'Trekking-dry',
|
bike: 'Trekking-dry',
|
||||||
racing_bike: 'fastbike',
|
racing_bike: 'fastbike',
|
||||||
|
gravel_bike: 'gravel',
|
||||||
mountain_bike: 'MTB',
|
mountain_bike: 'MTB',
|
||||||
foot: 'Hiking-Alpine-SAC6',
|
foot: 'Hiking-Alpine-SAC6',
|
||||||
motorcycle: 'Car-FastEco',
|
motorcycle: 'Car-FastEco',
|
||||||
|
@@ -100,6 +100,7 @@
|
|||||||
"activities": {
|
"activities": {
|
||||||
"bike": "Bike",
|
"bike": "Bike",
|
||||||
"racing_bike": "Road bike",
|
"racing_bike": "Road bike",
|
||||||
|
"gravel_bike": "Gravel bike",
|
||||||
"mountain_bike": "Mountain bike",
|
"mountain_bike": "Mountain bike",
|
||||||
"foot": "Run/hike",
|
"foot": "Run/hike",
|
||||||
"motorcycle": "Motorcycle",
|
"motorcycle": "Motorcycle",
|
||||||
|
Reference in New Issue
Block a user