mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-31 10:03:46 +00:00
[core] Remove speed camera for France
Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user