Add preset for healthcare=blood_donation (#3290)

This commit is contained in:
Midgard
2016-07-29 03:27:09 +02:00
committed by Bryan Housel
parent 641f3bc79a
commit f0d24add72
7 changed files with 119 additions and 4 deletions
+18 -1
View File
@@ -178,6 +178,18 @@ en:
bin:
# bin=*
label: Waste Bin
blood_components:
# 'blood:=*'
label: Blood Components
options:
# 'blood:=plasma'
plasma: plasma
# 'blood:=platelets'
platelets: platelets
# 'blood:=stemcells'
stemcells: stem cell samples
# 'blood:=whole'
whole: whole blood
boundary:
# boundary=*
label: Type
@@ -2150,6 +2162,11 @@ en:
# 'golf=water_hazard, natural=water'
name: Water Hazard
terms: '<translate with synonyms or related terms for ''Water Hazard'', separated by commas>'
healthcare/blood_donation:
# healthcare=blood_donation
name: Blood Donor Center
# 'terms: blood bank,blood donation,blood transfusion,apheresis,plasmapheresis,plateletpheresis,stem cell donation'
terms: '<translate with synonyms or related terms for ''Blood Donor Center'', separated by commas>'
highway:
# highway=*
name: Highway
@@ -2529,7 +2546,7 @@ en:
leisure/miniature_golf:
# leisure=miniature_golf
name: Miniature Golf
# 'terms: crazy,mini,putt'
# 'terms: crazy golf,mini golf,putt-putt'
terms: '<translate with synonyms or related terms for ''Miniature Golf'', separated by commas>'
leisure/nature_reserve:
# leisure=nature_reserve
+13
View File
@@ -238,6 +238,19 @@
"type": "check",
"label": "Waste Bin"
},
"blood_components": {
"key": "blood:",
"type": "multiCombo",
"label": "Blood Components",
"strings": {
"options": {
"whole": "whole blood",
"plasma": "plasma",
"platelets": "platelets",
"stemcells": "stem cell samples"
}
}
},
"boundary": {
"key": "boundary",
"type": "combo",
+13
View File
@@ -0,0 +1,13 @@
{
"key": "blood:",
"type": "multiCombo",
"label": "Blood Components",
"strings": {
"options": {
"whole": "whole blood",
"plasma": "plasma",
"platelets": "platelets",
"stemcells": "stem cell samples"
}
}
}
+30 -3
View File
@@ -4274,6 +4274,33 @@
},
"name": "Water Hazard"
},
"healthcare/blood_donation": {
"icon": "hospital",
"fields": [
"operator",
"address",
"blood_components",
"opening_hours",
"ref"
],
"geometry": [
"point",
"area"
],
"terms": [
"blood bank",
"blood donation",
"blood transfusion",
"apheresis",
"plasmapheresis",
"plateletpheresis",
"stem cell donation"
],
"tags": {
"healthcare": "blood_donation"
},
"name": "Blood Donor Center"
},
"highway": {
"fields": [
"highway"
@@ -5712,9 +5739,9 @@
"area"
],
"terms": [
"crazy",
"mini",
"putt"
"crazy golf",
"mini golf",
"putt-putt"
],
"tags": {
"leisure": "miniature_golf"
@@ -0,0 +1,28 @@
{
"icon": "hospital",
"fields": [
"operator",
"address",
"blood_components",
"opening_hours",
"ref"
],
"geometry": [
"point",
"area"
],
"terms": [
"blood bank",
"blood donation",
"blood transfusion",
"apheresis",
"plasmapheresis",
"plateletpheresis",
"stem cell donation"
],
"tags": {
"healthcare": "blood_donation"
},
"name": "Blood Donor Center"
}
+4
View File
@@ -955,6 +955,10 @@
"key": "natural",
"value": "water"
},
{
"key": "healthcare",
"value": "blood_donation"
},
{
"key": "highway"
},
+13
View File
@@ -790,6 +790,15 @@
"bin": {
"label": "Waste Bin"
},
"blood_components": {
"label": "Blood Components",
"options": {
"whole": "whole blood",
"plasma": "plasma",
"platelets": "platelets",
"stemcells": "stem cell samples"
}
},
"boundary": {
"label": "Type"
},
@@ -2498,6 +2507,10 @@
"name": "Water Hazard",
"terms": ""
},
"healthcare/blood_donation": {
"name": "Blood Donor Center",
"terms": "blood bank,blood donation,blood transfusion,apheresis,plasmapheresis,plateletpheresis,stem cell donation"
},
"highway": {
"name": "Highway",
"terms": ""