mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
Compare commits
1 Commits
519291436f
...
remove_spe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
10e2af2e31 |
@@ -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