From 9fa21f464c335ac506baa1bae7d172676b51373f Mon Sep 17 00:00:00 2001 From: Yannik Bloscheck Date: Sun, 2 Nov 2025 21:38:06 +0100 Subject: [PATCH] [styles] Fix little ordering nitpick Signed-off-by: Yannik Bloscheck --- data/styles/default/include/Icons_Label_Colors.mapcss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/styles/default/include/Icons_Label_Colors.mapcss b/data/styles/default/include/Icons_Label_Colors.mapcss index 96fa5b54e..83a17a8fd 100644 --- a/data/styles/default/include/Icons_Label_Colors.mapcss +++ b/data/styles/default/include/Icons_Label_Colors.mapcss @@ -1,4 +1,5 @@ /* Setting the colors for all POI icons */ +/* Please add new items so that they fit in the existing alphabetical order */ node[amenity=car_rental], node[amenity=car_sharing], @@ -30,8 +31,8 @@ node[shop=tyres], node[shop=wholesale], {text-color: @industry_label;text-halo-radius: 0.1;text-halo-opacity: 0.7;text-halo-color: @label_halo_light;} -node[craft=tailor], node[craft=photographer], +node[craft=tailor], {text-color: @shop_label} node[amenity=bar], @@ -86,8 +87,8 @@ node[tourism=motel], node[tourism=wilderness_hut], {text-color: @hotel_label;text-halo-radius: 0.1;text-halo-opacity: 0.7;text-halo-color: @label_halo_light;} -node[leisure=dance], node[amenity=dojo], +node[leisure=dance], node[leisure=fitness_centre], node[leisure=sports_centre], node[leisure=stadium],