mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-09 22:04:43 +00:00
Fixed two cases for italy
Signed-off-by: vikiawv <vikiawv@noreply.codeberg.org>
This commit is contained in:
committed by
Yannik Bloscheck
parent
0a525b7483
commit
267378aa23
@@ -553,6 +553,8 @@ class ItalyRoadShieldParser : public SimpleRoadShieldParser
|
||||
public:
|
||||
explicit ItalyRoadShieldParser(std::string const & baseRoadNumber)
|
||||
: SimpleRoadShieldParser(baseRoadNumber, {{"A", RoadShieldType::Italy_Autostrada},
|
||||
{"RA", RoadShieldType::Generic_Green_Bordered},
|
||||
{"NSA", RoadShieldType::Generic_Green_Bordered},
|
||||
{"SS", RoadShieldType::Generic_Blue_Bordered},
|
||||
{"SR", RoadShieldType::Generic_Blue_Bordered},
|
||||
{"SP", RoadShieldType::Generic_Blue_Bordered}})
|
||||
|
||||
Reference in New Issue
Block a user