From 134f208cf738b10477a522afdd5663f0074cc077 Mon Sep 17 00:00:00 2001 From: hirsch-adeline Date: Mon, 17 Mar 2025 14:12:25 +0100 Subject: [PATCH 1/3] Add park mode --- docs/getting_started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting_started.md b/docs/getting_started.md index c9fe50215..a40bcbba0 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -213,6 +213,7 @@ The following are the possible configuration parameters: | `last_section_modes` | :material-close: | List of last section modes | `String[]` | `["ridesharing", "bss"]` | `Journey` | | `direct_path_modes` | :material-close: | List of direct path modes | `String[]` | `["taxi", "car_no_park"]` | `Journey` | | `add_poi_infos` | :material-close: | List of requested extra POI data | `String[]` | `["bss_stands", "car_park"]` | `Journey` | +| `park_mode` | :material-close: | Shows the user where to park his bike | `String` | `"on_street"` | `Journey` | #### Transport mode From 830d6ad65413d1ea8b427b7d9d4a4adaa9fec695 Mon Sep 17 00:00:00 2001 From: Adeline Hirsch Date: Mon, 24 Mar 2025 17:02:50 +0100 Subject: [PATCH 2/3] Update docs/getting_started.md Co-authored-by: Even Modiguy --- docs/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index a40bcbba0..94365bf62 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -213,7 +213,7 @@ The following are the possible configuration parameters: | `last_section_modes` | :material-close: | List of last section modes | `String[]` | `["ridesharing", "bss"]` | `Journey` | | `direct_path_modes` | :material-close: | List of direct path modes | `String[]` | `["taxi", "car_no_park"]` | `Journey` | | `add_poi_infos` | :material-close: | List of requested extra POI data | `String[]` | `["bss_stands", "car_park"]` | `Journey` | -| `park_mode` | :material-close: | Shows the user where to park his bike | `String` | `"on_street"` | `Journey` | +| `park_mode` | :material-close: | Show to the user where to park his bike | `String` | `"on_street"` | `Journey` | #### Transport mode From ac7cfa56c9818daa2a3d7c0c6d00baaffef4fc1c Mon Sep 17 00:00:00 2001 From: hirsch-adeline Date: Mon, 24 Mar 2025 17:05:52 +0100 Subject: [PATCH 3/3] Add park_mode in config json file --- docs/assets/file/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/assets/file/config.json b/docs/assets/file/config.json index 9068a74a5..70cedfbae 100644 --- a/docs/assets/file/config.json +++ b/docs/assets/file/config.json @@ -563,7 +563,8 @@ "add_poi_infos": [ "bss_stands", "car_park" - ] + ], + "park_mode": "" } ], "poi_categories": [