forked from cailinpitt/Pedestrian-and-bike-crashes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepresentatives.js
76 lines (76 loc) · 3.76 KB
/
representatives.js
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
module.exports = {
atlanta: {
geojsonUrl: 'https://s3.amazonaws.com/civics.city/atlanta/data/council-districts.geojson',
repesentativeDistrictTerm: 'city council district',
'1': '@JasonHWinston',
'2': '@AmirForATL',
'3': '@ByronAmos',
'4': '@jasonsdozier',
'5': '@LilianaforATL',
'6': '@AlexWanforATL',
'7': 'Howard Shook',
'8': '@marynorwood',
'9': '@Dustin4ATL',
'10': '@AndreaBooneNow',
'11': '@MarciOverstreet',
'12': '@antoniolewisatl',
atLarge: ['@Michael_J_Bond', '@WestmorelandATL', '@WaitesKeisha', '@DougShipmanATL'],
},
RVA: {
geojsonUrl: 'using.local.file.for.this.location',
list: ['@DPW_RichmondVA', '@LevarStoney', '@andreasrva', '@KatherineJRVA', '@AnnCan2020', '@kristenRVA',
'@Stephanie4RVA', '@ellenrva', '@CynthiaNewbille', '@TrammellReva', '@thedrmikejones'],
repesentativeDistrictTerm: 'City council district',
hRepesentativeDistrictTerm: 'Magisterial district',
cRepesentativeDistrictTerm: 'Magisterial district',
'1': 'Andreas D. Addison @andreasrva',
'2': 'Katherine Jordan @KatherineJRVA',
'3': 'Ann-Frances Lambert @AnnCan2020',
'4': 'Kristen M. Nye @kristenRVA',
'5': 'Stephanie A. Lynch @Stephanie4RVA',
'6': 'Ellen F. Robertson @ellenrva',
'7': 'Cynthia I. Newbille @CynthiaNewbille',
'8': 'Reva M. Trammell @TrammellReva',
'9': 'Michael J. Jones @thedrmikejones',
'C1': 'Jim Ingle [email protected] @ChesterfieldVA',
'C4': 'Kevin Carroll [email protected] @ChesterfieldVA',
'C3': 'James Holland [email protected] @ChesterfieldVA',
'C2': 'Christopher Winslow [email protected] @ChesterfieldVA',
'C5': 'Mark Miller [email protected] @ChesterfieldVA',
'H3': 'Dan Schmitt [email protected] @SchmittyVA @HenricoNews',
'H4': 'Frank Thornton [email protected] @HenricoNews',
'H2': 'Thomas Branin [email protected] @HenricoNews',
'H1': 'Pat O\'Bannon [email protected] @TuckahoeSuper @HenricoNews',
'H5': 'Tyrone Nelson [email protected] @revtyronenelson @HenricoNews'
},
Philly: {
geojsonUrl: 'using.local.file.for.this.location',
list: ['@PhillyMayor', '@Darrell_Clarke', '@marksquilla', '@CouncilmemberKJ', '@CouncilmemberJG', '@Mr_4thDistrict', '@RepDriscoll',
'@cindybassphilly', '@ONeill4NEPhilly', '@KendraPHL', '@Kathy_Gilmore', '@HelenGymPHL', '@DavidOhPhilly',
'@CMThomasPHL'],
repesentativeDistrictTerm: 'City council district',
'1': 'Mark Squilla @marksquilla',
'2': 'Kenyatta Johnson @CouncilmemberKJ',
'3': 'Jamie Gauthier @CouncilmemberJG',
'4': 'Curtis Jones, Jr. @Mr_4thDistrict',
'5': 'Darrell Clarke @Darrell_Clarke',
'6': 'Mike Driscoll @RepDriscoll',
'7': 'Quetzy Lozada @Quetcy @LozadaQuetcy',
'8': 'Cindy Bass @cindybassphilly',
'9': 'Anthony Phillips',
'10': 'Brian J. Oneill @ONeill4NEPhilly',
},
KC: {
geojsonUrl: 'using.local.file.for.this.location',
list: ['@MayorLucasKc', '@Hall1stDistrict', '@HeatherHallKC', '@KOneillkcmo', '@TeresaLoar', '@DanFowlerKCMO',
'@ellington_b', '@Robinson4kc', '@K_J_Shields', '@EricWBunch', '#LeeBarnes', '@mcmanuskc', '@Ryana4KC',
'@AndreaBough', '@BrianDavidPlatt', '@WaldronKC', '@MShawKC'],
repesentativeDistrictTerm: 'City council district',
'1': "Heather Hall @Hall1stDistrict @HeatherHallKC and Kevin O'Neill @KOneillkcmo at-large",
'2': "Dan Fowler @DanFowlerKCMO and Teresa Loar @TeresaLoar at-large",
'3': "Melissa Robinson @Robinson4kc and Brandon Ellington @ellington_b at-large",
'4': "Eric Bunch @EricWBunch and Katheryn Shields @K_J_Shields at-large",
'5': "Ryana Parks-Shaw @Ryana4KC and Lee Barnes, Jr #LeeBarnes at-large",
'6': "Kevin McManus @mcmanuskc and Andrea Bough @AndreaBough at-large"
}
};