forked from codeforboston/finda
-
Notifications
You must be signed in to change notification settings - Fork 22
/
config.json
107 lines (106 loc) · 3.1 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"project": {
"name": "GetHelpLex",
"description": "<p>Finda is a generic \"find-a\" app for geographic datasets.</p>",
"contact": "Please send feedback, ideas, and bug reports to our <a href=\"https://github.com/codeforboston/finda/issues\" target=\"_blank\">Github</a> page."
},
"map": {
"preview_attribute": "organization_name",
"center":[37.6864, -85.2219],
"zoom":7,
"maxZoom":16,
"maxBounds": [
[
36.4964,
-89.5715
],
[
38.6855,
-81.8509
]
]
},
"properties": [
"organization_name",
"address",
{"name": "address", "title": "directions", "directions": true },
{"name": "web_url", "title": "website", "url": true },
{"name": "contact_names", "title": "Contact Information" },
"contact_emails",
"phone_numbers",
{"name": "facility_type", "title": "Facility Type" },
{"name": "out_patient", "title": "Outpatient Services" },
{"name": "residential_offered", "title": "Residential Services" },
{"name": "medical_detox_offered", "title": "Medical Detox Services" },
{"name": "assessment_offered", "title": "Assessment Services" },
{"name": "gender", "title": "Genders Served" },
{"name": "pregnancy_services", "title": "Services for Pregnant Women" },
{"name": "age", "title": "Ages Served" },
{"name": "insurance", "title": "Payment Accepted"},
{"name": "additional_notes", "title": "Additional Notes"}
],
"list": [
"organization_name",
"city",
"phone_numbers"
],
"search": {
"geosearch": true,
"full_text": {
"keys": [
"address",
"organization_name",
"community",
"youth_category",
"service_class_level_2",
"additional_notes",
"county"]
}
},
"facets": {
"facility_type": {
"title": "Type of Treatment",
"survey_title": "Treatment can be delivered on an outpatient or residential basis. <br><br>I am interested in learning about substance use treatment resources that are:",
"type": "single"
},
"out_patient": {
"title": "Outpatient",
"type": "single",
"dependency": "outpatient_offered",
"survey_title": "Outpatient treatments I am interested in:"
},
"gender": {
"title": "Gender",
"survey_title": "I am interested in services for a:",
"type": "single"
},
"pregnancy": {
"title": "Services for a Pregnant Woman?",
"survey_title": "I am interested in services for someone who is pregnant:",
"dependency": "gender_female",
"type": "single"
},
"age": {
"title": "Age",
"survey_title": "I am interested in services for a:",
"type": "single"
},
"insurance": {
"title": "Payment Accepted",
"survey_title": "I am interested in services that accept these payments:",
"type": "single"
},
"county": {
"title": "County",
"type": "single"
}
},
"analytics": {
"enabled": true,
"private": false,
"google_tracker": null,
"hostname": "auto",
"detail_enabled": true
},
"geojson_source": "data.geojson"
}