Compare commits

...

1 Commits

Author SHA1 Message Date
Jean-Baptiste
10e2af2e31 [core] Remove speed camera for France
Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
2025-12-05 22:41:18 +01:00

View File

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