diff --git a/frontend/components/media/MediaMap.vue b/frontend/components/media/MediaMap.vue index 0c680dd18..0ef79c08d 100644 --- a/frontend/components/media/MediaMap.vue +++ b/frontend/components/media/MediaMap.vue @@ -138,9 +138,11 @@ onMounted(() => { ); const directions = new MapLibreGlDirections(map, { - api: "https://router.project-osrm.org/route/v1", + api: "https://routing.openstreetmap.de/routed-foot/route/v1/", profile: "foot", + // api: "https://routing.openstreetmap.de/routed-bike/route/v1/", // profile: "bike", + // api: "https://routing.openstreetmap.de/routed-car/route/v1/", // profile: "driving", requestOptions: { alternatives: "true",