feat: change default profiles
All checks were successful
Docker Build / build (push) Successful in 1m38s

This commit is contained in:
bedroomghost 2025-04-18 19:31:24 +02:00
parent 51eb8cb4a2
commit 646a28856f
2 changed files with 5 additions and 8 deletions

View File

@ -8,12 +8,8 @@ import { getElevation } from '$lib/utils';
const { routing, routingProfile, privateRoads } = settings; const { routing, routingProfile, privateRoads } = settings;
export const brouterProfiles: { [key: string]: string } = { export const brouterProfiles: { [key: string]: string } = {
bike: 'Trekking-dry', foot: 'hiking-mountain',
racing_bike: 'fastbike', trekking: 'trekking',
gravel_bike: 'gravel',
mountain_bike: 'MTB',
foot: 'Hiking-Alpine-SAC6',
motorcycle: 'Car-FastEco',
water: 'river', water: 'river',
railway: 'rail', railway: 'rail',
}; };

View File

@ -109,7 +109,8 @@
"racing_bike": "Road bike", "racing_bike": "Road bike",
"gravel_bike": "Gravel bike", "gravel_bike": "Gravel bike",
"mountain_bike": "Mountain bike", "mountain_bike": "Mountain bike",
"foot": "Run/hike", "foot": "hike",
"trekking": "trekk",
"motorcycle": "Motorcycle", "motorcycle": "Motorcycle",
"water": "Water", "water": "Water",
"railway": "Railway" "railway": "Railway"
@ -540,4 +541,4 @@
"webgl2_required": "WebGL 2 is required to display the map.", "webgl2_required": "WebGL 2 is required to display the map.",
"enable_webgl2": "Learn how to enable WebGL 2 in your browser", "enable_webgl2": "Learn how to enable WebGL 2 in your browser",
"page_not_found": "page not found" "page_not_found": "page not found"
} }