Added a field definition for social_facility:for=*

Also added the field to the existing social_facility presets
This commit is contained in:
oddityoverseer13
2014-01-27 12:07:53 -07:00
parent e8ca3b4666
commit 84bb61c0c9
4 changed files with 26 additions and 0 deletions
@@ -0,0 +1,23 @@
{
"key": "social_facility:for",
"type": "radio",
"label": "People served",
"placeholder": "Homeless, Disabled, Child, etc",
"options": [
"abused",
"child",
"disabled",
"diseased",
"drug_addicted",
"homeless",
"juvenile",
"mental_health",
"migrant",
"orphan",
"senior",
"underprivileged",
"unemployed",
"victim"
]
}
@@ -10,6 +10,7 @@
"amenity": "social_facility",
},
"fields": [
"social_facility_for",
"address",
"phone",
"opening_hours",
@@ -11,6 +11,7 @@
"social_facility": "food_bank"
},
"fields": [
"social_facility_for",
"address",
"phone",
"opening_hours",
@@ -15,6 +15,7 @@
"social_facility:for": "homeless"
},
"fields": [
"social_facility_for",
"address",
"phone",
"opening_hours",