diff --git a/health.json b/health.json
index e7ab82b44..5995c6a94 100644
--- a/health.json
+++ b/health.json
@@ -58,19 +58,31 @@
"{{ tagTransList('healthcare:speciality', attribute(tags, 'healthcare:speciality')) }}",
"{% endif %}"
],
- "markerSign": "{{ const[value] }}"
+ "markerSign": "{{ const[value]|raw }}"
},
+ "info": [
+ "
",
+ "{% for value, sign in const %}",
+ " ",
+ " {{ markerCircle({})|raw }} {{ sign|raw }} | ",
+ " {{ tagTrans('amenity', value) }} | ",
+ "
",
+ "{% endfor %}",
+ "
"
+ ],
"const": {
"baby_hatch": "🚼",
+ "blood_bank": "",
+ "blood_donation": "",
"clinic": "🏥",
- "dentist": "☤",
- "defibrillator": "❤",
- "doctor": "☤",
- "doctors": "☤",
+ "defibrillator": "",
+ "dentist": "",
+ "doctor": "",
+ "doctors": "",
"hospital": "🏥",
"nursing_home": "",
- "pharmacy": "",
+ "pharmacy": "",
"social_facility": "",
- "veterinary": "🐕"
+ "veterinary": ""
}
-}
+}
\ No newline at end of file