add preset for healthcare=sample_collection (#324)

wiki: https://wiki.openstreetmap.org/wiki/Tag:healthcare%3Dsample_collection
This commit is contained in:
Martin Raifer 2022-01-05 17:48:39 +01:00 committed by GitHub
parent 321cabb182
commit 1c84c7ee36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 43 additions and 3 deletions

View file

@ -1,8 +1,5 @@
{
"key": "healthcare:speciality",
"type": "semiCombo",
"reference": {
"key": "healthcare"
},
"label": "Specialties"
}

View file

@ -0,0 +1,9 @@
{
"key": "sample_collection",
"type": "semiCombo",
"reference": {
"key": "healthcare",
"value": "sample_collection"
},
"label": "Samples"
}