| 773 | }; |
| 774 | |
| 775 | class BoliviaRoadShieldParser : public SimpleRoadShieldParser |
| 776 | { |
| 777 | public: |
| 778 | // Hide duplicated shields to remove duplication due to tagging convention in Bolivia for national roads |
| 779 | // TODO: Same improvements as outlined for the ArgentinaRoadShieldParser apply |
| 780 | explicit BoliviaRoadShieldParser(std::string const & baseRoadNumber) |
| 781 | : SimpleRoadShieldParser(baseRoadNumber, {{"F", RoadShieldType::Hidden}}) |
| 782 | {} |
| 783 | }; |
| 784 | |
| 785 | class UkraineRoadShieldParser : public SimpleUnicodeRoadShieldParser |
| 786 | { |