-
-
Notifications
You must be signed in to change notification settings - Fork 100
/
Copy pathconfig.json
66 lines (64 loc) · 1.66 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
{
"project": {
"name": "Finda",
"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":[42.3725, -71.1266],
"zoom":13,
"maxZoom":16,
"maxBounds":[
[39.2, -78.0],
[44.5, -65.0]
]
},
"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": "services_offered", "title": "Services" },
{"name": "youth_category", "title": "Type of Organization" },
{"name": "target_populations", "title": "Populations Served" },
{"name": "additional_notes", "title": "Information"}
],
"list": [
"organization_name",
"address"
],
"search": {
"geosearch": true,
"full_text": {
"keys": [
"address",
"organization_name",
"community",
"youth_category",
"service_class_level_2",
"additional_notes"]
}
},
"facets": {
"target_populations": {
"title": "Populations Served",
"type": "list"
},
"youth_category": {
"title": "Category",
"type": "single"
}
},
"analytics": {
"enabled": true,
"private": false,
"google_tracker": null,
"hostname": "auto",
"detail_enabled": true
},
"geojson_source": "data.geojson"
}