mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Add generic healthcare preset
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -808,6 +808,11 @@
|
||||
"label": "Hashtags",
|
||||
"placeholder": "#example"
|
||||
},
|
||||
"healthcare": {
|
||||
"key": "healthcare",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"healthcare/speciality": {
|
||||
"key": "healthcare:speciality",
|
||||
"type": "semiCombo",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "healthcare",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -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": [
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -1201,6 +1201,9 @@
|
||||
"key": "golf",
|
||||
"value": "water_hazard"
|
||||
},
|
||||
{
|
||||
"key": "healthcare"
|
||||
},
|
||||
{
|
||||
"key": "healthcare",
|
||||
"value": "blood_donation"
|
||||
|
||||
Vendored
+7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user