Add amenity=health_post

Add a globalized preset for "Community Health Post".
This commit is contained in:
Win Olario 2023-07-11 16:22:42 +08:00 committed by GitHub
parent 3ebbbfc074
commit 135157154c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,38 @@
{
"icon": "fas-house-medical-flag",
"fields": [
"name",
"operator",
"address",
"building_area_yes",
"opening_hours"
],
"moreFields": [
"{@templates/poi}",
"healthcare",
"air_conditioning",
"branch_brand",
"brand"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "health_post"
},
"addTags": {
"amenity": "health_post",
"healthcare": "community_health_worker",
"operator:type": "government"
},
"reference": {
"key": "amenity",
"value": "health_post"
},
"name": "Community Health Post",
"aliases": [
"Barangay Health Center",
"Barangay Health Station",
]
}