mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
corrected formattiong
This commit is contained in:
committed by
Konstantin Pastbin
parent
30e5657c4f
commit
095040a060
@@ -665,11 +665,11 @@ class SwitzerlandRoadShieldParser : public HighwayClassRoadShieldParser
|
|||||||
public:
|
public:
|
||||||
explicit SwitzerlandRoadShieldParser(HighwayClass const & highwayClass)
|
explicit SwitzerlandRoadShieldParser(HighwayClass const & highwayClass)
|
||||||
: HighwayClassRoadShieldParser(baseRoadNumber, highwayClass,
|
: HighwayClassRoadShieldParser(baseRoadNumber, highwayClass,
|
||||||
{{HighwayClass::Motorway, RoadShieldType::Highway_Hexagon_Red},
|
{{HighwayClass::Motorway, RoadShieldType::Highway_Hexagon_Red},
|
||||||
{{HighwayClass::Primary, RoadShieldType::Generic_Blue},
|
{{HighwayClass::Primary, RoadShieldType::Generic_Blue},
|
||||||
{{HighwayClass::Secondary, RoadShieldType::Generic_White},
|
{{HighwayClass::Secondary, RoadShieldType::Generic_White},
|
||||||
{{HighwayClass::Tertiary, RoadShieldType::Generic_White}})
|
{{HighwayClass::Tertiary, RoadShieldType::Generic_White}})
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
class LiechtensteinRoadShieldParser : public SimpleRoadShieldParser
|
class LiechtensteinRoadShieldParser : public SimpleRoadShieldParser
|
||||||
|
|||||||
Reference in New Issue
Block a user