From be11cfe902a9a228178092918ad501f658736d69 Mon Sep 17 00:00:00 2001 From: Win Olario Date: Tue, 11 Jul 2023 16:44:47 +0800 Subject: [PATCH] Update health_post.json Fix hanging comma. Add terms section. --- data/presets/amenity/health_post.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/presets/amenity/health_post.json b/data/presets/amenity/health_post.json index ccc1ba14..15bbede5 100644 --- a/data/presets/amenity/health_post.json +++ b/data/presets/amenity/health_post.json @@ -18,6 +18,10 @@ "point", "area" ], + "terms": [ + "health center", + "health station" + ], "tags": { "amenity": "health_post" }, @@ -33,6 +37,6 @@ "name": "Community Health Post", "aliases": [ "Barangay Health Center", - "Barangay Health Station", + "Barangay Health Station" ] }