forked from codeforboston/finda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
44 lines (44 loc) · 1010 Bytes
/
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
{
"project": {
"name": "Storm Safe Alabama",
"description": "<p>Find storm shelters in Tuscaloosa, AL</p>",
"contact": "Please send feedback, ideas, and bug reports to our <a href=\"https://github.com/CodeforTuscaloosa/finda/issues\" target=\"_blank\">Github</a> page."
},
"map": {
"preview_attribute": "Building",
"center":[33.207, -87.547],
"zoom":13,
"maxZoom":18,
"maxBounds":[
[33.0, -87.8],
[33.4, -87.3]
]
},
"properties": [
"Building",
"Floor",
"Best Available Refuge Area",
"Formatted Address"
],
"list": [
"Building",
"Best Available Refuge Area"
],
"search": {
"geosearch": true,
"full_text": {
"keys": [
"Building",
"Best Available Refuge Area",
"Formatted Address"]
}
},
"analytics": {
"enabled": true,
"private": false,
"google_tracker": "UA-65625206-1",
"hostname": "auto",
"detail_enabled": true
},
"geojson_source": "data.geojson"
}