mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 13:53:37 +00:00
Remove speed cameras in Germany
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
@@ -9,6 +9,7 @@ namespace
|
|||||||
{
|
{
|
||||||
// List of country names where mwm should be generated without speed cameras.
|
// List of country names where mwm should be generated without speed cameras.
|
||||||
std::vector<std::string> kSpeedCamerasProhibitedCountries = {
|
std::vector<std::string> kSpeedCamerasProhibitedCountries = {
|
||||||
|
"Germany",
|
||||||
"Macedonia",
|
"Macedonia",
|
||||||
"Switzerland",
|
"Switzerland",
|
||||||
"Turkey",
|
"Turkey",
|
||||||
@@ -17,7 +18,6 @@ std::vector<std::string> kSpeedCamerasProhibitedCountries = {
|
|||||||
// 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.
|
||||||
std::vector<std::string> kSpeedCamerasPartlyProhibitedCountries = {
|
std::vector<std::string> kSpeedCamerasPartlyProhibitedCountries = {
|
||||||
"France",
|
"France",
|
||||||
"Germany",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
bool IsMwmContained(platform::CountryFile const & mwm, std::vector<std::string> const & countryList)
|
bool IsMwmContained(platform::CountryFile const & mwm, std::vector<std::string> const & countryList)
|
||||||
|
|||||||
Reference in New Issue
Block a user