Browse Source

Category 'health'

fossil
parent
commit
7e3bb6e552
  1. 21
      health.json
  2. 3
      index.json

21
health.json

@ -1,4 +1,5 @@
{ {
"type": "overpass",
"name": { "name": {
"ast": "Salú", "ast": "Salú",
"cs": "Zdravotnictví", "cs": "Zdravotnictví",
@ -13,5 +14,25 @@
"ro": "Sanatate", "ro": "Sanatate",
"ru": "Медицина", "ru": "Медицина",
"uk": "Здоров'я" "uk": "Здоров'я"
},
"query": {
"11": "(\nnode[amenity~\"^(hospital)$\"];\nway[amenity~\"^(hospital)$\"];\nrelation[amenity~\"^(hospital)$\"]\n)",
"14": "(\nnode[amenity~\"^(baby_hatch|clinic|dentist|doctors|hospital|nursing_home|pharmacy|social_facility|veterinary)$\"];\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)$\"]\n)"
},
"feature": {
"description": "{{ tagTrans('amenity', tags.amenity) }}",
"body": "{{ tagTrans('amenity', tags.amenity) }}",
"markerSign": "{{ const[tags.amenity] }}"
},
"const": {
"baby_hatch": "🚼",
"clinic": "🏥",
"dentist": "☤",
"doctors": "☤",
"hospital": "🏥",
"nursing_home": "",
"pharmacy": "",
"social_facility": "",
"veterinary": "🐕"
} }
} }

3
index.json

@ -70,6 +70,9 @@
{ {
"id": "education" "id": "education"
}, },
{
"id": "health"
},
{ {
"id": "communication" "id": "communication"
}, },

Loading…
Cancel
Save