mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Fix "Group Home" preset (fixes #2510)
This commit is contained in:
@@ -1629,7 +1629,7 @@
|
||||
"tags": {
|
||||
"amenity": "social_facility",
|
||||
"social_facility": "group_home",
|
||||
"social_facility_for": "senior"
|
||||
"social_facility:for": "senior"
|
||||
},
|
||||
"name": "Elderly Group Home"
|
||||
},
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"tags": {
|
||||
"amenity": "social_facility",
|
||||
"social_facility": "group_home",
|
||||
"social_facility_for": "senior"
|
||||
"social_facility:for": "senior"
|
||||
},
|
||||
"name": "Elderly Group Home"
|
||||
}
|
||||
|
||||
+1
-1
@@ -341,7 +341,7 @@
|
||||
"value": "food_bank"
|
||||
},
|
||||
{
|
||||
"key": "social_facility_for",
|
||||
"key": "social_facility:for",
|
||||
"value": "senior"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user