forked from econandrew/DotMapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.identity.json
More file actions
54 lines (48 loc) · 1.52 KB
/
settings.identity.json
File metadata and controls
54 lines (48 loc) · 1.52 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_identity2011.db",
"tiles_path" : "out_identiy2011/tiles",
"template_path" : "html",
"out_path" : "out_identiy2011",
"attr_id_field" : "GRIDSQUARE",
"shape_id_field" : "GRIDSQ100M",
"attr_skip_lines" : 0,
"attr_filters" : {},
"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" : 8
}
}