forked from econandrew/DotMapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.example.json
More file actions
58 lines (51 loc) · 1.58 KB
/
settings.example.json
File metadata and controls
58 lines (51 loc) · 1.58 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
55
56
57
58
{
"zoom_levels": [5,6,7,8,9,10,11,12,13],
"attr_path" : "attributes",
"shapes_path" : "boundaries+attributes",
"db_filename" : "db/identity.db",
"tiles_path" : "out/tiles",
"template_path" : "html",
"out_path" : "out",
"attr_id_field" : "GRIDSQUARE",
"shape_id_field" : "GRIDSQ100M",
"attr_skip_lines" : 0,
"attr_filters" : {
"v783_71": {"val": 0, "op": "ge"},
"v793_71": {"val": 0, "op": "ge"}
},
"groups": {
"g_british" : {
"field" : "NATID_BRIT",
"desc" : "British",
"color" : "#2835cc",
"order" : 1
},
"g_irish" : {
"field" : "NATID_IRE",
"desc" : "Irish",
"color" : "#77ff32",
"order" : 2
},
"g_ni" : {
"field" : "NATID_NI",
"desc" : "Northern Irish",
"color" : "#ff6f32",
"order" : 3
}
},
"client" : {
"url" : "http://projects.andrewwhitby.com/uk-ethnicity-map",
"title" : "N.I. National Identity Map: One Dot Per Person",
"apikey" : "AIzaSyAClMfPL1XUqBaUZSow6bRDFLHtp6lvxc8",
"legend_title" : "2011 N.I. Census Identity",
"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" : 6
}
}