forked from econandrew/DotMapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.religion2011.json
More file actions
54 lines (48 loc) · 1.72 KB
/
settings.religion2011.json
File metadata and controls
54 lines (48 loc) · 1.72 KB
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
{
"zoom_levels": [8,9,10,11,12,13],
"attr_path" : "attributes_2011",
"shapes_path" : "boundaries+attributes",
"db_filename" : "db/points_religion2011.db",
"tiles_path" : "out_religion2011/tiles",
"template_path" : "html",
"out_path" : "out_religion2011",
"attr_id_field" : "GRIDSQUARE",
"shape_id_field" : "GRIDSQ100M",
"attr_skip_lines" : 0,
"attr_filters" : {},
"groups": {
"g_prod" : {
"field" : ["REL_M_PRES", "REL_F_PRES", "REL_M_METH", "REL_F_METH", "REL_M_COI", "REL_F_COI", "REL_M_OTHCH", "REL_F_OTHCH"],
"desc" : "Protestant",
"color" : "#2835cc",
"order" : 1
},
"g_cath" : {
"field" : ["REL_M_CATH", "REL_F_CATH"],
"desc" : "Catholic",
"color" : "#77ff32",
"order" : 2
},
"g_other" : {
"field" : ["REL_M_OTHREL", "REL_F_OTHREL", "REL_M_NOREL", "REL_F_NOREL", "REL_M_NOTST", "REL_F_NOTST"],
"desc" : "Other or None",
"color" : "gray",
"order" : 3
}
},
"client" : {
"url" : "http://projects.andrewwhitby.com/uk-ethnicity-map",
"title" : "N.I. Religious Community Map: One Dot Per Person",
"apikey" : "AIzaSyAClMfPL1XUqBaUZSow6bRDFLHtp6lvxc8",
"legend_title" : "2011 N.I. Census Religion",
"legend_subtitle" : "1 dot per person",
"info_url" : "http://andrewwhitby.com/2013/09/04/uk-ethnicity-map/",
"tiles_path" : "tiles",
"head_filename" : "head.txt",
"branding_filename" : "branding.txt",
"sharing_filename" : "sharing.txt",
"start_lat" : 54.5,
"start_lon" : -6.5,
"start_zoom" : 8
}
}