forked from OpenStreetBrowser/main
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
2.0 KiB
40 lines
2.0 KiB
{
|
|
"type": "overpass",
|
|
"name": {
|
|
"ast": "Salú",
|
|
"cs": "Zdravotnictví",
|
|
"de": "Gesundheitsdienste",
|
|
"el": "Υγεία",
|
|
"en": "Health",
|
|
"fr": "Santé",
|
|
"it": "Sanità",
|
|
"ja": "健康",
|
|
"nl": "Gezondheid",
|
|
"pl": "Zdrowie",
|
|
"ro": "Sanatate",
|
|
"ru": "Медицина",
|
|
"uk": "Здоров'я"
|
|
},
|
|
"query": {
|
|
"11": "(\nnode[amenity~\"^(hospital)$\"];\nway[amenity~\"^(hospital)$\"];\nrelation[amenity~\"^(hospital)$\"];\nnode[healthcare~\"^(hospital|clinic)$\"];\nway[healthcare~\"^(hospital|clinic)$\"];\nrelation[healthcare~\"^(hospital|clinic)$\"];\n)",
|
|
"14": "(\nnode[amenity~\"^(baby_hatch|clinic|dentist|doctors|hospital|nursing_home|pharmacy|social_facility|veterinary)$\"];\nnode[emergency=defibrillator];\nway[amenity~\"^(baby_hatch|clinic|dentist|doctors|hospital|nursing_home|pharmacy|social_facility|veterinary)$\"];\nrelation[amenity~\"^(baby_hatch|clinic|dentist|doctors|hospital|nursing_home|pharmacy|social_facility|veterinary)$\"];\nnode[healthcare];\nway[healthcare];\nrelation[healthcare];\n)"
|
|
},
|
|
"feature": {
|
|
"pre": "{% if tags.emergency in [ 'defibrillator' ] %}\n {% set key = 'emergency' %}\n {% set value = tags.emergency %}\n{% elseif tags.healthcare %}\n {% set key = 'healthcare' %}\n {% set value = tags.healthcare %}\n{% else %}\n {% set key = 'amenity' %}\n {% set value = tags.amenity %}\n{% endif %}\n",
|
|
"description": "{{ tagTrans(key, value) }}\n{% if attribute(tags, 'healthcare:speciality') %}\n-\n{{ tagTransList('healthcare:speciality', attribute(tags, 'healthcare:speciality')) }}\n{% endif %}",
|
|
"markerSign": "{{ const[value] }}"
|
|
},
|
|
"const": {
|
|
"baby_hatch": "🚼",
|
|
"clinic": "🏥",
|
|
"dentist": "☤",
|
|
"defibrillator": "❤",
|
|
"doctor": "☤",
|
|
"doctors": "☤",
|
|
"hospital": "🏥",
|
|
"nursing_home": "",
|
|
"pharmacy": "",
|
|
"social_facility": "",
|
|
"veterinary": "🐕"
|
|
}
|
|
}
|