From 699e10f70cef3b0fbf4fd8fa942ab62aa8afdd0f Mon Sep 17 00:00:00 2001 From: Win Olario Date: Tue, 27 Jun 2023 14:59:22 +0200 Subject: [PATCH] Create preset for "Barangay Hall". A "barangay" in the Philippines is the smallest administrative government unit. According to [taginfo](https://taginfo.openstreetmap.org/tags/townhall%3Atype=barangay#overview), "barangay" is the third most used value for `townhall:type`, and one of the most popular POI added by mappers from the Philippines. --- .../presets/amenity/townhall/barangay-PH.json | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 data/presets/amenity/townhall/barangay-PH.json diff --git a/data/presets/amenity/townhall/barangay-PH.json b/data/presets/amenity/townhall/barangay-PH.json new file mode 100644 index 00000000..27e9577c --- /dev/null +++ b/data/presets/amenity/townhall/barangay-PH.json @@ -0,0 +1,29 @@ +{ + "icon": "fas-building-flag", + "locationSet": { + "include": [ + "ph" + ] + }, + "geometry": [ + "point", + "area" + ], + "terms": [ + "barrior hall" + ], + "tags": { + "amenity": "townhall", + "townhall:type": "barangay" + }, + "addTags": { + "amenity": "townhall", + "townhall:type": "barangay", + "admin_level": "10" + }, + "reference": { + "key": "amenity", + "value": "townhall" + }, + "name": "Barangay Hall" +}