From 999d59dba8f8cd8c92ecdde451eb1f9996052722 Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 10 Apr 2024 14:11:30 +0200 Subject: [PATCH] include mtb_rating for all bike profiles --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 3fd00b9f..762aea94 100644 --- a/config.js +++ b/config.js @@ -41,7 +41,7 @@ const config = { // profiles: { // car:{}, small_truck:{}, truck:{}, scooter:{}, // foot:{ details: ['foot_network', 'access_conditional', 'foot_conditional', 'hike_rating'] }, hike:{ details: ['foot_network', 'access_conditional', 'foot_conditional', 'hike_rating' ] }, - // bike:{ details: ['get_off_bike', 'bike_network', 'access_conditional', 'bike_conditional' ] }, mtb:{ details: ['get_off_bike', 'bike_network', 'access_conditional', 'bike_conditional', 'mtb_rating'] }, racingbike:{ details: ['get_off_bike', 'bike_network', 'access_conditional', 'bike_conditional'] }, + // bike:{ details: ['get_off_bike', 'bike_network', 'access_conditional', 'bike_conditional', 'mtb_rating' ] }, mtb:{ details: ['get_off_bike', 'bike_network', 'access_conditional', 'bike_conditional', 'mtb_rating'] }, racingbike:{ details: ['get_off_bike', 'bike_network', 'access_conditional', 'bike_conditional', 'mtb_rating'] }, // } // // E.g. the 'bike' entry will add a "bike" profile for which we send a request with the specified 'details' parameter. You can even change the profile itself when you specify