{ "type": "overpass", "name": { "ast": "Salú", "cs": "Zdravotnictví", "de": "Gesundheitsdienste", "el": "Υγεία", "en": "Health", "fr": "Santé", "hu": "Egészségügy", "it": "Sanità", "ja": "健康", "nl": "Gezondheid", "pl": "Zdrowie", "pt": "Saúde", "pt-br": "Saúde e assistência", "ro": "Sanatate", "ru": "Медицина", "uk": "Здоров'я" }, "query": { "11": [ "(", "node[amenity~\"^(hospital)$\"];", "way[amenity~\"^(hospital)$\"];", "relation[amenity~\"^(hospital)$\"];", "node[healthcare~\"^(hospital|clinic)$\"];", "way[healthcare~\"^(hospital|clinic)$\"];", "relation[healthcare~\"^(hospital|clinic)$\"];", ")" ], "14": [ "(", "node[amenity~\"^(baby_hatch|clinic|dentist|doctors|hospital|nursing_home|pharmacy|social_facility|veterinary)$\"];", "node[emergency=defibrillator];", "way[amenity~\"^(baby_hatch|clinic|dentist|doctors|hospital|nursing_home|pharmacy|social_facility|veterinary)$\"];", "relation[amenity~\"^(baby_hatch|clinic|dentist|doctors|hospital|nursing_home|pharmacy|social_facility|veterinary)$\"];", "node[healthcare];", "way[healthcare];", "relation[healthcare];", ")" ] }, "feature": { "pre": [ "{% if tags.emergency in [ 'defibrillator' ] %}", " {% set key = 'emergency' %}", " {% set value = tags.emergency %}", "{% elseif tags.healthcare %}", " {% set key = 'healthcare' %}", " {% set value = tags.healthcare %}", "{% else %}", " {% set key = 'amenity' %}", " {% set value = tags.amenity %}", "{% endif %}" ], "description": [ "{{ tagTrans(key, value) }}", "{% if attribute(tags, 'healthcare:speciality') %}", "-", "{{ tagTransList('healthcare:speciality', attribute(tags, 'healthcare:speciality')) }}", "{% endif %}" ], "markerSign": "{{ const[key ~ '=' ~ value]|raw }}" }, "info": [ "", "{% for value, sign in const %}", " ", " ", " ", " ", "{% endfor %}", "
{{ markerCircle({})|raw }}
{{ sign|raw }}
{{ tagTrans(value|split('=')[0], value|split('=')[1]) }}
" ], "const": { "amenity=baby_hatch": "🚼", "healthcare=blood_bank": "", "healthcare=blood_donation": "", "healthcare=clinic": "🏥", "emergency=defibrillator": "", "healthcare=dentist": "", "healthcare=doctor": "", "amenity=doctors": "", "amenity=hospital": "🏥", "healthcare=hospital": "🏥", "amenity=nursing_home": "", "amenity=pharmacy": "", "amenity=social_facility": "", "amenity=veterinary": "" } }