mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
Add "care home" term to group home
This commit is contained in:
+1
-1
@@ -1931,7 +1931,7 @@ en:
|
||||
amenity/social_facility/group_home:
|
||||
# 'amenity=social_facility, social_facility=group_home, social_facility:for=senior'
|
||||
name: Elderly Group Home
|
||||
# 'terms: old,senior,living'
|
||||
# 'terms: old,senior,living,care home'
|
||||
terms: '<translate with synonyms or related terms for ''Elderly Group Home'', separated by commas>'
|
||||
amenity/social_facility/homeless_shelter:
|
||||
# 'amenity=social_facility, social_facility=shelter, social_facility:for=homeless'
|
||||
|
||||
@@ -2632,7 +2632,8 @@
|
||||
"terms": [
|
||||
"old",
|
||||
"senior",
|
||||
"living"
|
||||
"living",
|
||||
"care home"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "social_facility",
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
"terms": [
|
||||
"old",
|
||||
"senior",
|
||||
"living"
|
||||
"living",
|
||||
"care home"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "social_facility",
|
||||
|
||||
Vendored
+1
-1
@@ -2746,7 +2746,7 @@
|
||||
},
|
||||
"amenity/social_facility/group_home": {
|
||||
"name": "Elderly Group Home",
|
||||
"terms": "old,senior,living"
|
||||
"terms": "old,senior,living,care home"
|
||||
},
|
||||
"amenity/social_facility/homeless_shelter": {
|
||||
"name": "Homeless Shelter",
|
||||
|
||||
Reference in New Issue
Block a user