From 2d8ef64b17701251aa0af3cfcdfc5d5bea0bfd27 Mon Sep 17 00:00:00 2001 From: vikiawv Date: Sat, 22 Nov 2025 11:17:29 +0100 Subject: [PATCH] Update libs/indexer/road_shields_parser.cpp --- libs/indexer/road_shields_parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/indexer/road_shields_parser.cpp b/libs/indexer/road_shields_parser.cpp index bc7bcf8a0..38c1bb51c 100644 --- a/libs/indexer/road_shields_parser.cpp +++ b/libs/indexer/road_shields_parser.cpp @@ -515,7 +515,7 @@ public: {{"A", HighwayClass::Motorway, RoadShieldType::Generic_Blue_Bordered}, {"S", HighwayClass::Trunk, RoadShieldType::Generic_Blue_Bordered}, {"B", HighwayClass::Primary, RoadShieldType::Generic_Blue, false, true}, - {"P", HighwayClass::Primary, RoadShieldType::Generic_Blue_Bordered, false, true}, + {"P", HighwayClass::Primary, RoadShieldType::Generic_Pill_Red_Bordered, false, true}, {"L", HighwayClass::Secondary, RoadShieldType::Generic_Pill_White_Bordered, false, true}, {"L", HighwayClass::Tertiary, RoadShieldType::Generic_Pill_White_Bordered, false, true}}) {}