mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-19 23:14:41 +02:00
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.
This commit is contained in:
committed by
Martin Raifer
parent
0b3a3855ce
commit
699e10f70c
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user