mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Update health_station-PH.json
Improve JSON formatting
This commit is contained in:
parent
9c6fb6fab8
commit
01587867c6
1 changed files with 42 additions and 40 deletions
|
|
@ -1,42 +1,44 @@
|
|||
{
|
||||
"icon": "fas-house-medical-flag",
|
||||
"locationSet": {
|
||||
"include": ["ph"]
|
||||
},
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area_yes",
|
||||
"opening_hours"
|
||||
],
|
||||
"moreFields": [
|
||||
"{@templates/poi}",
|
||||
"healthcare",
|
||||
"air_conditioning",
|
||||
"branch_brand",
|
||||
"brand"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bhs",
|
||||
"bhc",
|
||||
"health center"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "health_post"
|
||||
},
|
||||
"addTags": {
|
||||
"amenity": "health_post",
|
||||
"healthcare": "community_health_worker",
|
||||
"operator:type": "government"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "health_post"
|
||||
},
|
||||
"name": "Barangay Health Station"
|
||||
"icon": "fas-house-medical-flag",
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"ph"
|
||||
]
|
||||
},
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area_yes",
|
||||
"opening_hours"
|
||||
],
|
||||
"moreFields": [
|
||||
"{@templates/poi}",
|
||||
"healthcare",
|
||||
"air_conditioning",
|
||||
"branch_brand",
|
||||
"brand"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bhs",
|
||||
"bhc",
|
||||
"health center"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "health_post"
|
||||
},
|
||||
"addTags": {
|
||||
"amenity": "health_post",
|
||||
"healthcare": "community_health_worker",
|
||||
"operator:type": "government"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "health_post"
|
||||
},
|
||||
"name": "Barangay Health Station"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue