-
Notifications
You must be signed in to change notification settings - Fork 1
/
supplyLocations.json
executable file
·182 lines (182 loc) · 3.7 KB
/
supplyLocations.json
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
[
{
"latitude": 38.907774,
"longitude": -77.023736,
"address1": "1317 9th St NW",
"city": "Washington",
"state": "DC",
"zip": "20001",
"type": "Supply"
},
{
"latitude": 38.914064,
"longitude": -77.016078,
"address1": "306 Rhode Island Ave NW",
"city": "Washington",
"state": "DC",
"zip": "20001",
"type": "Supply"
},
{
"latitude": 38.907464,
"longitude": -77.029317,
"address1": "1301 13th St NW",
"city": "Washington",
"state": "DC",
"zip": "20005",
"type": "Supply"
},
{
"latitude": 38.916177,
"longitude": -76.994057,
"address1": "1928-1998 9th St NE",
"city": "Washington",
"state": "DC",
"zip": "20018",
"type": "Supply"
},
{
"latitude": 38.92855,
"longitude": -76.976541,
"address1": "1927 Rhode Island Ave NE",
"city": "Washington",
"state": "DC",
"zip": "20018",
"type": "Supply"
},
{
"latitude": 38.941608,
"longitude": -77.025818,
"address1": "4136 Georgia Ave NW",
"city": "Washington",
"state": "DC",
"zip": "20011",
"type": "Supply"
},
{
"latitude": 38.899941,
"longitude": -76.991267,
"address1": "1101 H St NE",
"city": "Washington",
"state": "DC",
"zip": "20002",
"type": "Supply"
},
{
"latitude": 38.920166,
"longitude": -77.000314,
"address1": "2303 4th St NE",
"city": "Washington",
"state": "DC",
"zip": "20002",
"type": "Supply"
},
{
"latitude": 38.925855,
"longitude": -76.990825,
"address1": "2800 12th St NE",
"city": "Washington",
"state": "DC",
"zip": "20017",
"type": "Supply"
},
{
"latitude": 38.900372,
"longitude": -77.056711,
"address1": "2708 Virginia Ave NW",
"city": "Washington",
"state": "DC",
"zip": "20037",
"type": "Supply"
},
{
"latitude": 38.940059,
"longitude": -77.025335,
"address1": "4000 Georgia Ave NW",
"city": "Washington",
"state": "DC",
"zip": "20011",
"type": "Supply"
},
{
"latitude": 38.923846,
"longitude": -77.032485,
"address1": "2600 14th St NW",
"city": "Washington",
"state": "DC",
"zip": "20009",
"type": "Supply"
},
{
"latitude": 38.917846,
"longitude": -76.972612,
"address1": "2230 New York Ave NE",
"city": "Washington",
"state": "DC",
"zip": "20002",
"type": "Supply"
},
{
"latitude": 38.883461,
"longitude": -76.994023,
"address1": "823 Pennsylvania Ave SE",
"city": "Washington",
"state": "DC",
"zip": "20003",
"type": "Supply"
},
{
"latitude": 38.945286,
"longitude": -77.032489,
"address1": "4501 14th St NW",
"city": "Washington",
"state": "DC",
"zip": "20011",
"type": "Supply"
},
{
"latitude": 38.920162,
"longitude": -76.970633,
"address1": "2210 Bladensburg Rd NE",
"city": "Washington",
"state": "DC",
"zip": "20018",
"type": "Supply"
},
{
"latitude": 38.873151,
"longitude": -76.970642,
"address1": "2501 Pennsylvania Ave SE",
"city": "Washington",
"state": "DC",
"zip": "20020",
"type": "Supply"
},
{
"latitude": 38.874555,
"longitude": -77.080818,
"address1": "100-130 Pershing Dr",
"city": "Arlington",
"state": "VA",
"zip": "22211",
"type": "Supply"
},
{
"latitude": 38.932809,
"longitude": -77.024077,
"address1": "3426 Georgia Ave NW",
"city": "Washington",
"state": "DC",
"zip": "20010",
"type": "Supply"
},
{
"latitude": 38.91688,
"longitude": -76.979163,
"address1": "1765 New York Ave NE",
"city": "Washington",
"state": "DC",
"zip": "20002",
"type": "Supply"
}
]