mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 04:24:29 +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",
|
"Switzerland",
|
||||||
"Turkey",
|
"Turkey",
|
||||||
"Bosnia and Herzegovina",
|
"Bosnia and Herzegovina",
|
||||||
|
"France",
|
||||||
};
|
};
|
||||||
|
|
||||||
// List of country names where an end user should be warned about speed cameras.
|
// List of country names where an end user should be warned about speed cameras.
|
||||||
CountrySetT kSpeedCamerasPartlyProhibitedCountries = {
|
CountrySetT kSpeedCamerasPartlyProhibitedCountries = {};
|
||||||
"France",
|
|
||||||
};
|
|
||||||
|
|
||||||
bool IsMwmContained(platform::CountryFile const & mwm, CountrySetT const & countryList)
|
bool IsMwmContained(platform::CountryFile const & mwm, CountrySetT const & countryList)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user