From ddf596f0b24108b6ff084bd289a40b8d151647ae Mon Sep 17 00:00:00 2001 From: Win Olario Date: Tue, 11 Jul 2023 16:25:52 +0800 Subject: [PATCH] Delete health_station-PH.json Removed regional preset in favor of a globalized preset for amenity=health_post. --- data/presets/amenity/health_station-PH.json | 46 --------------------- 1 file changed, 46 deletions(-) delete mode 100644 data/presets/amenity/health_station-PH.json diff --git a/data/presets/amenity/health_station-PH.json b/data/presets/amenity/health_station-PH.json deleted file mode 100644 index e9259fb1..00000000 --- a/data/presets/amenity/health_station-PH.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "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" - ], - "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", - "aliases": [ - "Barangay Health Center" - ] -}