ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Visit the sheet below and use “File –> Make a copy” to get your own sheet
2
3
https://docs.google.com/spreadsheets/d/1qW8lV43tVi4q3S1ugXNBkViiSEjqmlVL9fuj59LWkvk/edit#gid=0
4
5
The sharing permissions of the Google Spreadsheet should be either “Public” or set to “Anyone with link can view” for the app to fetch cells from the Google Spreadsheet without authentication.
6
7
You will also need to publish the sheet (File -> Publish to the web -> Publish) for the data to be accessible from your website or REST powered web app.
8
9
Change the gsheet param to your sheet ID – Color on tells the sheet which column to use to color in the county. You only need to use one of the columns
10
11
http://maps.eddmaps.org/googlecounty/?coloron=value&gsheet=1qW8lV43tVi4q3S1ugXNBkViiSEjqmlVL9fuj59LWkvk
12
13
http://maps.eddmaps.org/googlecounty/?coloron=category&gsheet=1qW8lV43tVi4q3S1ugXNBkViiSEjqmlVL9fuj59LWkvk
14
15
http://maps.eddmaps.org/googlecounty/?coloron=color&gsheet=1qW8lV43tVi4q3S1ugXNBkViiSEjqmlVL9fuj59LWkvk
16
17
State parameters still work – so
18
19
http://maps.eddmaps.org/googlecounty/?coloron=value&gsheet=1qW8lV43tVi4q3S1ugXNBkViiSEjqmlVL9fuj59LWkvk&states=GA,AL
20
21
http://maps.eddmaps.org/googlecounty/?coloron=value&gsheet=1qW8lV43tVi4q3S1ugXNBkViiSEjqmlVL9fuj59LWkvk&states=GA,AL&limitstate
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100