From 10e2af2e31b4e5b879cccd77d1a18d9b866e13c6 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Fri, 5 Dec 2025 19:15:30 +0100 Subject: [PATCH] [core] Remove speed camera for France Signed-off-by: Jean-Baptiste --- libs/routing/speed_camera_prohibition.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libs/routing/speed_camera_prohibition.cpp b/libs/routing/speed_camera_prohibition.cpp index 3927185cc..b9f3ec367 100644 --- a/libs/routing/speed_camera_prohibition.cpp +++ b/libs/routing/speed_camera_prohibition.cpp @@ -16,12 +16,11 @@ CountrySetT kSpeedCamerasProhibitedCountries = { "Switzerland", "Turkey", "Bosnia and Herzegovina", + "France", }; // List of country names where an end user should be warned about speed cameras. -CountrySetT kSpeedCamerasPartlyProhibitedCountries = { - "France", -}; +CountrySetT kSpeedCamerasPartlyProhibitedCountries = {}; bool IsMwmContained(platform::CountryFile const & mwm, CountrySetT const & countryList) {