mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
Removing Ref from Roadshields (AT, RO)
Signed-off-by: vikiawv <vikiawv@noreply.codeberg.org>
This commit is contained in:
committed by
Konstantin Pastbin
parent
764a0758c5
commit
b052b26081
@@ -514,9 +514,11 @@ public:
|
|||||||
: HighwayClassRoadShieldParser(baseRoadNumber, highwayClass,
|
: HighwayClassRoadShieldParser(baseRoadNumber, highwayClass,
|
||||||
{{"A", HighwayClass::Motorway, RoadShieldType::Generic_Blue_Bordered},
|
{{"A", HighwayClass::Motorway, RoadShieldType::Generic_Blue_Bordered},
|
||||||
{"S", HighwayClass::Trunk, RoadShieldType::Generic_Blue_Bordered},
|
{"S", HighwayClass::Trunk, RoadShieldType::Generic_Blue_Bordered},
|
||||||
{"B", HighwayClass::Primary, RoadShieldType::Generic_Blue},
|
{"B", HighwayClass::Primary, RoadShieldType::Generic_Blue, false, true},
|
||||||
{"L", HighwayClass::Secondary, RoadShieldType::Generic_Pill_White_Bordered},
|
{"L", HighwayClass::Secondary, RoadShieldType::Generic_Pill_White_Bordered, false, true},
|
||||||
{"L", HighwayClass::Tertiary, RoadShieldType::Generic_Pill_White_Bordered}})
|
{"L", HighwayClass::Tertiary, RoadShieldType::Generic_Pill_White_Bordered, false, true},
|
||||||
|
{"P", HighwayClass::Primary, RoadShieldType::Generic_Pill_White_Bordered}})
|
||||||
|
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -611,9 +613,9 @@ class RomaniaRoadShieldParser : public SimpleRoadShieldParser
|
|||||||
public:
|
public:
|
||||||
explicit RomaniaRoadShieldParser(std::string const & baseRoadNumber)
|
explicit RomaniaRoadShieldParser(std::string const & baseRoadNumber)
|
||||||
: SimpleRoadShieldParser(baseRoadNumber, {{"A", RoadShieldType::Generic_Green},
|
: SimpleRoadShieldParser(baseRoadNumber, {{"A", RoadShieldType::Generic_Green},
|
||||||
{"DN", RoadShieldType::Generic_Red},
|
{"DN", RoadShieldType::Generic_Red, false, true},
|
||||||
{"DJ", RoadShieldType::Generic_Blue},
|
{"DJ", RoadShieldType::Generic_Blue, false, true},
|
||||||
{"DC", RoadShieldType::Generic_Blue}})
|
{"DC", RoadShieldType::Generic_Blue, false, true}})
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user