@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
30 lines (29 loc) • 538 B
JSON
{
"name": "Sample Collection Facility",
"icon": "fas-vial",
"fields": [
"name",
"sample_collection",
"operator",
"website",
"phone",
"address",
"opening_hours"
],
"moreFields": [
"{healthcare}"
],
"geometry": [
"point",
"area"
],
"terms": [
"blood sample collection",
"laboratory",
"medical",
"urine sample collection"
],
"tags": {
"healthcare": "sample_collection"
}
}