From e3c8e422d5628bec233f3fe080a77da8587836de Mon Sep 17 00:00:00 2001 From: Yannik Bloscheck Date: Sun, 16 Nov 2025 14:00:19 +0100 Subject: [PATCH] [styles] Apply pill shape road sign also to tertiary roads in Austria Signed-off-by: Yannik Bloscheck --- libs/indexer/road_shields_parser.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/indexer/road_shields_parser.cpp b/libs/indexer/road_shields_parser.cpp index 8cbabb6d9..8e4a12093 100644 --- a/libs/indexer/road_shields_parser.cpp +++ b/libs/indexer/road_shields_parser.cpp @@ -505,7 +505,8 @@ public: {{"A", HighwayClass::Motorway, RoadShieldType::Generic_Blue_Bordered}, {"S", HighwayClass::Trunk, RoadShieldType::Generic_Blue_Bordered}, {"B", HighwayClass::Primary, RoadShieldType::Generic_Blue}, - {"L", HighwayClass::Secondary, RoadShieldType::Generic_Pill_White_Bordered}}) + {"L", HighwayClass::Secondary, RoadShieldType::Generic_Pill_White_Bordered}, + {"L", HighwayClass::Tertiary, RoadShieldType::Generic_Pill_White_Bordered}}) {} };