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) {