mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
corrected Romania
Signed-off-by: vikiawv <vikiawv@noreply.codeberg.org>
This commit is contained in:
committed by
Konstantin Pastbin
parent
2d8ef64b17
commit
8f12b53d62
@@ -627,9 +627,9 @@ class RomaniaRoadShieldParser : public SimpleRoadShieldParser
|
||||
public:
|
||||
explicit RomaniaRoadShieldParser(std::string const & baseRoadNumber)
|
||||
: SimpleRoadShieldParser(baseRoadNumber, {{"A", RoadShieldType::Generic_Green},
|
||||
{"DN", RoadShieldType::Generic_Red, false, true},
|
||||
{"DJ", RoadShieldType::Generic_Blue, false, true},
|
||||
{"DC", RoadShieldType::Generic_Blue, false, true}})
|
||||
{"DN", RoadShieldType::Romania_DN, false, true},
|
||||
{"DJ", RoadShieldType::Romania_DJ, false, true},
|
||||
{"DC", RoadShieldType::Romania_DJ, false, true}})
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user