mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-05 01:03:53 +01:00
Merge branch 'openstreetmap:main' into temp
This commit is contained in:
commit
0036440303
6 changed files with 85 additions and 10 deletions
|
|
@ -38,5 +38,8 @@
|
|||
"key": "amenity",
|
||||
"value": "recycling"
|
||||
},
|
||||
"name": "Recycling Container"
|
||||
"aliases": [
|
||||
"Recycling Container"
|
||||
],
|
||||
"name": "Recycling Bin"
|
||||
}
|
||||
|
|
|
|||
29
data/presets/amenity/townhall/barangay-PH.json
Normal file
29
data/presets/amenity/townhall/barangay-PH.json
Normal 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"
|
||||
}
|
||||
|
|
@ -26,5 +26,8 @@
|
|||
"litter",
|
||||
"trash"
|
||||
],
|
||||
"name": "Waste Basket"
|
||||
"aliases": [
|
||||
"Waste Basket"
|
||||
],
|
||||
"name": "Trash Can"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue