From be02ae55cf74b02c51e03a49967f4aa3c809209b Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Sat, 9 Jul 2022 23:07:39 -0700 Subject: [PATCH] Remove healthcare dead code This removes lines that were overlooked in https://github.com/gravitystorm/openstreetmap-carto/pull/3731#issuecomment-578486361 --- style/amenity-points.mss | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/style/amenity-points.mss b/style/amenity-points.mss index 8e6c6942ee..70b6b77247 100644 --- a/style/amenity-points.mss +++ b/style/amenity-points.mss @@ -2522,8 +2522,7 @@ text-halo-fill: @standard-halo-fill; } - [feature = 'amenity_hospital'][zoom >= 16], - [feature = 'healthcare_hospital'][zoom >= 16] { + [feature = 'amenity_hospital'][zoom >= 16] { text-name: "[name]"; text-fill: @health-color; text-size: @standard-font-size; @@ -2540,27 +2539,7 @@ [feature = 'amenity_pharmacy'], [feature = 'amenity_doctors'], [feature = 'amenity_dentist'], - [feature = 'amenity_veterinary'], - [feature = 'healthcare_alternative'], - [feature = 'healthcare_audiologist'], - [feature = 'healthcare_birthing_center'], - [feature = 'healthcare_blood_bank'], - [feature = 'healthcare_blood_donation'], - [feature = 'healthcare_centre'], - [feature = 'healthcare_clinic'], - [feature = 'healthcare_dentist'], - [feature = 'healthcare_dialysis'], - [feature = 'healthcare_doctor'], - [feature = 'healthcare_laboratory'], - [feature = 'healthcare_midwife'], - [feature = 'healthcare_occupational_therapist'], - [feature = 'healthcare_optometrist'], - [feature = 'healthcare_physiotherapist'], - [feature = 'healthcare_podiatrist'], - [feature = 'healthcare_psychotherapist'], - [feature = 'healthcare_rehabilitation'], - [feature = 'healthcare_speech_therapist'], - [feature = 'healthcare_yes'] { + [feature = 'amenity_veterinary'] { [zoom >= 17] { text-name: "[name]"; text-size: @standard-font-size;