mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 12:53:52 +01:00
Add amenity=health_post
Add a globalized preset for "Community Health Post".
This commit is contained in:
parent
3ebbbfc074
commit
135157154c
1 changed files with 38 additions and 0 deletions
38
data/presets/amenity/health_post.json
Normal file
38
data/presets/amenity/health_post.json
Normal 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",
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue