mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Added a field definition for social_facility:for=*
Also added the field to the existing social_facility presets
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user