diff --git a/data/presets/amenity/health_station-PH.json b/data/presets/amenity/health_station-PH.json index d5de76b8..3fc6faec 100644 --- a/data/presets/amenity/health_station-PH.json +++ b/data/presets/amenity/health_station-PH.json @@ -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" }