Add generic healthcare preset

This commit is contained in:
Bryan Housel
2017-09-13 14:05:55 -04:00
parent cf8ceb7734
commit 8189503c76
7 changed files with 88 additions and 0 deletions
+8
View File
@@ -587,6 +587,9 @@ en:
label: Hashtags
# hashtags field placeholder
placeholder: '#example'
healthcare:
# healthcare=*
label: Type
healthcare/speciality:
# 'healthcare:speciality=*'
label: Specialties
@@ -2763,6 +2766,11 @@ en:
# golf=water_hazard
name: Water Hazard
terms: '<translate with synonyms or related terms for ''Water Hazard'', separated by commas>'
healthcare:
# healthcare=*
name: Healthcare Facility
# 'terms: clinic,doctor,disease,health,institution,sick,surgery,wellness'
terms: '<translate with synonyms or related terms for ''Healthcare Facility'', separated by commas>'
healthcare/blood_donation:
# healthcare=blood_donation
name: Blood Donor Center
+5
View File
@@ -808,6 +808,11 @@
"label": "Hashtags",
"placeholder": "#example"
},
"healthcare": {
"key": "healthcare",
"type": "typeCombo",
"label": "Type"
},
"healthcare/speciality": {
"key": "healthcare:speciality",
"type": "semiCombo",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "healthcare",
"type": "typeCombo",
"label": "Type"
}
+30
View File
@@ -6142,6 +6142,36 @@
},
"name": "Water Hazard"
},
"healthcare": {
"icon": "hospital",
"fields": [
"name",
"healthcare",
"operator",
"healthcare/speciality",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"tags": {
"healthcare": "*"
},
"terms": [
"clinic",
"doctor",
"disease",
"health",
"institution",
"sick",
"surgery",
"wellness"
],
"name": "Healthcare Facility"
},
"healthcare/blood_donation": {
"icon": "blood-bank",
"fields": [
+30
View File
@@ -0,0 +1,30 @@
{
"icon": "hospital",
"fields": [
"name",
"healthcare",
"operator",
"healthcare/speciality",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"tags": {
"healthcare": "*"
},
"terms": [
"clinic",
"doctor",
"disease",
"health",
"institution",
"sick",
"surgery",
"wellness"
],
"name": "Healthcare Facility"
}
+3
View File
@@ -1201,6 +1201,9 @@
"key": "golf",
"value": "water_hazard"
},
{
"key": "healthcare"
},
{
"key": "healthcare",
"value": "blood_donation"
+7
View File
@@ -1582,6 +1582,9 @@
"label": "Hashtags",
"placeholder": "#example"
},
"healthcare": {
"label": "Type"
},
"healthcare/speciality": {
"label": "Specialties"
},
@@ -3510,6 +3513,10 @@
"name": "Water Hazard",
"terms": ""
},
"healthcare": {
"name": "Healthcare Facility",
"terms": "clinic,doctor,disease,health,institution,sick,surgery,wellness"
},
"healthcare/blood_donation": {
"name": "Blood Donor Center",
"terms": "blood bank,blood donation,blood transfusion,apheresis,plasmapheresis,plateletpheresis,stem cell donation"