Compare commits

..

1 Commits

Author SHA1 Message Date
d318654e6a Merge pull request 'feat: build and publish docker image action workflow' (#1) from develop into main
All checks were successful
Docker Build / build (push) Successful in 1m51s
Reviewed-on: #1
2025-04-18 08:41:30 +00:00
2 changed files with 8 additions and 5 deletions

View File

@ -8,8 +8,12 @@ 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 } = {
foot: 'hiking-mountain', bike: 'Trekking-dry',
trekking: 'trekking', racing_bike: 'fastbike',
gravel_bike: 'gravel',
mountain_bike: 'MTB',
foot: 'Hiking-Alpine-SAC6',
motorcycle: 'Car-FastEco',
water: 'river', water: 'river',
railway: 'rail', railway: 'rail',
}; };

View File

@ -109,8 +109,7 @@
"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": "hike", "foot": "Run/hike",
"trekking": "trekk",
"motorcycle": "Motorcycle", "motorcycle": "Motorcycle",
"water": "Water", "water": "Water",
"railway": "Railway" "railway": "Railway"
@ -541,4 +540,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"
} }