Merge branch 'openstreetmap:main' into temp

This commit is contained in:
Win Olario 2023-06-28 06:29:55 +08:00 committed by GitHub
commit 0036440303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 85 additions and 10 deletions

View file

@ -38,5 +38,8 @@
"key": "amenity",
"value": "recycling"
},
"name": "Recycling Container"
"aliases": [
"Recycling Container"
],
"name": "Recycling Bin"
}

View file

@ -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"
}

View file

@ -26,5 +26,8 @@
"litter",
"trash"
],
"name": "Waste Basket"
"aliases": [
"Waste Basket"
],
"name": "Trash Can"
}