Skip to content

Commit

Permalink
Create preset for "Barangay Hall".
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
govvin authored and tyrasd committed Jun 27, 2023
1 parent 0b3a385 commit 699e10f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions data/presets/amenity/townhall/barangay-PH.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 699e10f

Please sign in to comment.