From d9a6de8780a32e91e59c22428eba8a4053f5bd72 Mon Sep 17 00:00:00 2001 From: David Martinez <47610359+dvdmrtnz@users.noreply.github.com> Date: Tue, 3 Oct 2023 20:42:05 +0200 Subject: [PATCH] [styles] Fix underground parking icon in z15 vehicle style It was showing as regular parking instead of underground parking Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com> --- data/styles/vehicle/include/Icons.mapcss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/styles/vehicle/include/Icons.mapcss b/data/styles/vehicle/include/Icons.mapcss index 4facfbf6b5..12a97a669f 100644 --- a/data/styles/vehicle/include/Icons.mapcss +++ b/data/styles/vehicle/include/Icons.mapcss @@ -900,9 +900,9 @@ node|z18-[amenity=parking], area|z18-[amenity=parking], {font-size: 14.5;} -node|z16-[amenity=parking][location=underground], -area|z16-[amenity=parking][location=underground], -{icon-image:parking_underground-m.svg;} +node|z15-[amenity=parking][location=underground], +area|z15-[amenity=parking][location=underground], +{icon-image: parking_underground-m.svg;} /* no icon as these subtypes should display later */ node|z15-[amenity=parking][access=private],