corrected italy

Signed-off-by: vikiawv <vikiawv@noreply.codeberg.org>
This commit is contained in:
vikiawv
2025-11-21 19:28:48 +01:00
committed by Konstantin Pastbin
parent 97d5178c72
commit 4178148e47

View File

@@ -556,9 +556,11 @@ class ItalyRoadShieldParser : public SimpleRoadShieldParser
public: public:
explicit ItalyRoadShieldParser(std::string const & baseRoadNumber) explicit ItalyRoadShieldParser(std::string const & baseRoadNumber)
: SimpleRoadShieldParser(baseRoadNumber, {{"A", RoadShieldType::Italy_Autostrada}, : SimpleRoadShieldParser(baseRoadNumber, {{"A", RoadShieldType::Italy_Autostrada},
{"SS", RoadShieldType::Generic_Blue}, {"T", RoadShieldType::Italy_Autostrada},
{"SR", RoadShieldType::Generic_Blue}, {"RA", RoadShieldType::Generic_Green_Bordered},
{"SP", RoadShieldType::Generic_Blue}}) {"SS", RoadShieldType::Generic_Blue_Bordered},
{"SR", RoadShieldType::Generic_Blue_Bordered},
{"SP", RoadShieldType::Generic_Blue_Bordered}})
{} {}
}; };
class AlbaniaRoadShieldParser : public SimpleRoadShieldParser class AlbaniaRoadShieldParser : public SimpleRoadShieldParser