From 135157154c57f67646ea2eac9b27e842a38e79b0 Mon Sep 17 00:00:00 2001 From: Win Olario Date: Tue, 11 Jul 2023 16:22:42 +0800 Subject: [PATCH] Add amenity=health_post Add a globalized preset for "Community Health Post". --- data/presets/amenity/health_post.json | 38 +++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 data/presets/amenity/health_post.json diff --git a/data/presets/amenity/health_post.json b/data/presets/amenity/health_post.json new file mode 100644 index 00000000..ccc1ba14 --- /dev/null +++ b/data/presets/amenity/health_post.json @@ -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", + ] +}