Skip to content

Commit

Permalink
Merge pull request #4591 from pnorman/healthcare_deadcode
Browse files Browse the repository at this point in the history
Remove healthcare dead code
  • Loading branch information
pnorman authored Jul 13, 2022
2 parents 80553bc + be02ae5 commit fff7551
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions style/amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit fff7551

Please sign in to comment.