Skip to content

Commit

Permalink
Remove healthcare dead code
Browse files Browse the repository at this point in the history
This removes lines that were overlooked in gravitystorm#3731 (comment)
  • Loading branch information
pnorman committed Jul 10, 2022
1 parent d37e635 commit be02ae5
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 be02ae5

Please sign in to comment.