diff --git a/src/components/Event/EventMap.vue b/src/components/Event/EventMap.vue index 77f9cdb56..c7802c281 100644 --- a/src/components/Event/EventMap.vue +++ b/src/components/Event/EventMap.vue @@ -87,7 +87,7 @@ const { t } = useI18n({ useScope: "global" }); const RoutingParamType = { [RoutingType.OPENSTREETMAP]: { [RoutingTransportationType.FOOT]: "engine=fossgis_osrm_foot", - [RoutingTransportationType.BIKE]: "engine=fossgis_osrm_bike", + [RoutingTransportationType.BIKE]: "engine=fossgis_osrm_bicycle", [RoutingTransportationType.TRANSIT]: null, [RoutingTransportationType.CAR]: "engine=fossgis_osrm_car", },