mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-16 05:49:08 +02:00
Add Senior Assisted Living Facility preset (#787)
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"icon": "maki-wheelchair",
|
||||
"fields": [
|
||||
"{amenity/social_facility}",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"assisted living",
|
||||
"care home",
|
||||
"elderly",
|
||||
"living",
|
||||
"old",
|
||||
"senior"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "social_facility",
|
||||
"social_facility": "assisted_living",
|
||||
"social_facility:for": "senior"
|
||||
},
|
||||
"reference": {
|
||||
"key": "social_facility",
|
||||
"value": "assisted_living"
|
||||
},
|
||||
"name": "Senior Assisted Living Facility"
|
||||
}
|
||||
Reference in New Issue
Block a user