From 17b97eed76fea9e617ad5b0ccc4c535784c2a956 Mon Sep 17 00:00:00 2001 From: Viktor Govako Date: Mon, 16 May 2022 18:39:44 +0300 Subject: [PATCH] [styles] Draw residential shield from z18 and tertiary shield from z15. Signed-off-by: Viktor Govako --- data/styles/clear/include/Roads_label.mapcss | 5 ++--- data/styles/vehicle/include/Roads_label.mapcss | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/data/styles/clear/include/Roads_label.mapcss b/data/styles/clear/include/Roads_label.mapcss index 53dd6ba5a2..716e781c3f 100644 --- a/data/styles/clear/include/Roads_label.mapcss +++ b/data/styles/clear/include/Roads_label.mapcss @@ -180,8 +180,8 @@ line|z10-[highway=trunk_link], line|z10-[highway=primary], line|z10-[highway=primary_link], line|z12-[highway=secondary], -line|z12-[highway=residential], -line|z12-[highway=tertiary] +line|z15-[highway=tertiary], +line|z18-[highway=residential], {shield-font-size: 9;shield-text-color: @shield_text;shield-text-halo-radius: 0;shield-text-halo-color: @shield_text_halo;shield-color: @shield;shield-outline-radius: 1;shield-outline-color: @shield_outline;-x-me-icon-priority: 20000;} line|z10[highway=motorway], @@ -251,7 +251,6 @@ line|z17[highway=trunk_link], line|z17[highway=primary], line|z17[highway=primary_link], line|z17[highway=secondary], -line|z17[highway=residential], line|z17[highway=tertiary] {shield-font-size: 10;shield-min-distance: 300;-x-me-icon-priority: 75000;} line|z18[highway=motorway], diff --git a/data/styles/vehicle/include/Roads_label.mapcss b/data/styles/vehicle/include/Roads_label.mapcss index 1684c329ea..7233a4d8d8 100644 --- a/data/styles/vehicle/include/Roads_label.mapcss +++ b/data/styles/vehicle/include/Roads_label.mapcss @@ -180,8 +180,8 @@ line|z10-[highway=trunk_link], line|z10-[highway=primary], line|z10-[highway=primary_link], line|z12-[highway=secondary], -line|z12-[highway=residential], -line|z12-[highway=tertiary] +line|z15-[highway=tertiary], +line|z18-[highway=residential], {shield-font-size: 9;shield-text-color: @shield_text;shield-text-halo-radius: 0;shield-text-halo-color: @shield_text_halo;shield-color: @shield;shield-outline-radius: 1;shield-outline-color: @shield_outline;-x-me-icon-priority: 100000;} line|z10[highway=motorway], @@ -261,7 +261,6 @@ line|z17[highway=trunk_link], line|z17[highway=primary], line|z17[highway=primary_link], line|z17[highway=secondary], -line|z17[highway=residential], line|z17[highway=tertiary] {shield-font-size: 10;shield-min-distance: 350;} line|z18[highway=motorway],