mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
committed by
Konstantin Pastbin
parent
bc740aceb8
commit
16381cdebd
@@ -514,13 +514,10 @@ public:
|
||||
: HighwayClassRoadShieldParser(baseRoadNumber, highwayClass,
|
||||
{{"A", HighwayClass::Motorway, RoadShieldType::Generic_Blue_Bordered},
|
||||
{"S", HighwayClass::Trunk, RoadShieldType::Generic_Blue_Bordered},
|
||||
{"E", HighwayClass::Primary, RoadShieldType::Generic_Green_Bordered},
|
||||
{"E", HighwayClass::Secondary, RoadShieldType::Generic_Green_Bordered},
|
||||
{"B", HighwayClass::Primary, RoadShieldType::Generic_Blue, false, true},
|
||||
{"P", HighwayClass::Primary, RoadShieldType::Generic_Blue_Bordered, false, true},
|
||||
{"L", HighwayClass::Secondary, RoadShieldType::Generic_Pill_White_Bordered, false, true},
|
||||
{"L", HighwayClass::Tertiary, RoadShieldType::Generic_Pill_White_Bordered, false, true},
|
||||
{"P", HighwayClass::Primary, RoadShieldType::Generic_Pill_Red_Bordered}})
|
||||
|
||||
{"L", HighwayClass::Tertiary, RoadShieldType::Generic_Pill_White_Bordered, false, true}})
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user