@cdc/map 4.24.2 → 4.24.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cdcmap.js +27001 -26354
- package/examples/508.json +548 -0
- package/examples/default-county.json +0 -28
- package/examples/default-hex.json +110 -13
- package/examples/default-usa.json +69 -28
- package/examples/usa-special-class-legend.json +501 -0
- package/index.html +4 -3
- package/package.json +3 -3
- package/src/CdcMap.tsx +60 -21
- package/src/components/BubbleList.jsx +9 -1
- package/src/components/CityList.jsx +60 -8
- package/src/components/DataTable.jsx +7 -7
- package/src/components/EditorPanel/components/EditorPanel.tsx +180 -44
- package/src/components/EditorPanel/components/HexShapeSettings.tsx +16 -1
- package/src/components/Legend/components/Legend.tsx +67 -13
- package/src/components/Legend/components/index.scss +31 -5
- package/src/components/UsaMap/components/HexIcon.tsx +41 -0
- package/src/components/UsaMap/components/Territory/Territory.Hexagon.tsx +38 -19
- package/src/components/UsaMap/components/Territory/Territory.Rectangle.tsx +10 -21
- package/src/components/UsaMap/components/UsaMap.Region.tsx +11 -37
- package/src/components/UsaMap/components/UsaMap.State.tsx +61 -59
- package/src/components/UsaMap/helpers/patternSizes.tsx +5 -0
- package/src/components/WorldMap/components/WorldMap.jsx +3 -1
- package/src/data/initial-state.js +3 -0
- package/src/data/supported-geos.js +1 -1
- package/src/scss/editor-panel.scss +3 -0
- package/src/scss/main.scss +2 -1
- package/src/types/MapConfig.ts +7 -0
|
@@ -0,0 +1,548 @@
|
|
|
1
|
+
{
|
|
2
|
+
"general": {
|
|
3
|
+
"geoType": "us",
|
|
4
|
+
"type": "data",
|
|
5
|
+
"geoBorderColor": "darkGray",
|
|
6
|
+
"headerColor": "theme-blue",
|
|
7
|
+
"title": "US <strong>Categorical</strong> Data Map",
|
|
8
|
+
"showTitle": true,
|
|
9
|
+
"showSidebar": true,
|
|
10
|
+
"showDownloadButton": false,
|
|
11
|
+
"showDownloadMediaButton": false,
|
|
12
|
+
"displayAsHex": false,
|
|
13
|
+
"displayStateLabels": false,
|
|
14
|
+
"territoriesLabel": "Territories",
|
|
15
|
+
"territoriesAlwaysShow": false,
|
|
16
|
+
"language": "en",
|
|
17
|
+
"geoLabelOverride": "",
|
|
18
|
+
"hasRegions": false,
|
|
19
|
+
"fullBorder": false,
|
|
20
|
+
"convertFipsCodes": true,
|
|
21
|
+
"palette": {
|
|
22
|
+
"isReversed": false
|
|
23
|
+
},
|
|
24
|
+
"allowMapZoom": true,
|
|
25
|
+
"hideGeoColumnInTooltip": false,
|
|
26
|
+
"hidePrimaryColumnInTooltip": false,
|
|
27
|
+
"statePicked": {
|
|
28
|
+
"fipsCode": "01",
|
|
29
|
+
"stateName": "Alabama"
|
|
30
|
+
},
|
|
31
|
+
"superTitle": "Polygon Overlay and <em>Patterns</em>",
|
|
32
|
+
"introText": "Lorem ipsum dolor sit amet, <em>consectetur adipiscing elit</em>, sed do eiusmod tempor incididunt ut labore et <strong>dolore magna aliqua</strong>. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <sup> 40</sup>",
|
|
33
|
+
"subtext": "Lorem ipsum dolor sit amet, <em>consectetur adipiscing elit</em>, sed do eiusmod tempor incididunt ut labore et <strong>dolore magna aliqua</strong>. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <sup> 40</sup>",
|
|
34
|
+
"footnotes": "Lorem ipsum dolor sit amet, <em>consectetur adipiscing elit</em>, sed do eiusmod tempor incididunt ut labore et <strong>dolore magna aliqua</strong>. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <sup> 40</sup>",
|
|
35
|
+
"showDownloadImgButton": true
|
|
36
|
+
},
|
|
37
|
+
"type": "map",
|
|
38
|
+
"color": "red",
|
|
39
|
+
"columns": {
|
|
40
|
+
"geo": {
|
|
41
|
+
"name": "State",
|
|
42
|
+
"label": "Location",
|
|
43
|
+
"tooltip": false,
|
|
44
|
+
"dataTable": true
|
|
45
|
+
},
|
|
46
|
+
"primary": {
|
|
47
|
+
"dataTable": true,
|
|
48
|
+
"tooltip": true,
|
|
49
|
+
"prefix": "",
|
|
50
|
+
"suffix": "",
|
|
51
|
+
"name": "Activity Level",
|
|
52
|
+
"label": "Activity Level"
|
|
53
|
+
},
|
|
54
|
+
"navigate": {
|
|
55
|
+
"name": "URL"
|
|
56
|
+
},
|
|
57
|
+
"latitude": {
|
|
58
|
+
"name": ""
|
|
59
|
+
},
|
|
60
|
+
"longitude": {
|
|
61
|
+
"name": ""
|
|
62
|
+
},
|
|
63
|
+
"additionalColumn1": {
|
|
64
|
+
"label": "New Column",
|
|
65
|
+
"dataTable": true,
|
|
66
|
+
"tooltips": false,
|
|
67
|
+
"prefix": "",
|
|
68
|
+
"suffix": "",
|
|
69
|
+
"name": "Funding Status",
|
|
70
|
+
"tooltip": true
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"legend": {
|
|
74
|
+
"descriptions": {},
|
|
75
|
+
"specialClasses": [
|
|
76
|
+
{
|
|
77
|
+
"key": "Funding Status",
|
|
78
|
+
"value": "*",
|
|
79
|
+
"label": "Not Funded"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"key": "Funding Status",
|
|
83
|
+
"value": "NA",
|
|
84
|
+
"label": "Not Applicable"
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"unified": false,
|
|
88
|
+
"singleColumn": false,
|
|
89
|
+
"singleRow": false,
|
|
90
|
+
"verticalSorted": false,
|
|
91
|
+
"showSpecialClassesLast": false,
|
|
92
|
+
"dynamicDescription": false,
|
|
93
|
+
"type": "category",
|
|
94
|
+
"numberOfItems": 3,
|
|
95
|
+
"position": "side",
|
|
96
|
+
"title": "Lorem <em>ipsum dolor</em> sit amet",
|
|
97
|
+
"categoryValuesOrder": [
|
|
98
|
+
"Super Duper High",
|
|
99
|
+
"Very High",
|
|
100
|
+
"High",
|
|
101
|
+
"Moderate",
|
|
102
|
+
"Low",
|
|
103
|
+
"Minimal",
|
|
104
|
+
"Very Low",
|
|
105
|
+
"Zero"
|
|
106
|
+
],
|
|
107
|
+
"description": "Lorem ipsum dolor sit amet, <em>consectetur adipiscing elit</em>, sed do eiusmod tempor incididunt ut labore et <strong>dolore magna aliqua</strong>. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <sup> 40</sup>"
|
|
108
|
+
},
|
|
109
|
+
"filters": [],
|
|
110
|
+
"table": {
|
|
111
|
+
"wrapColumns": false,
|
|
112
|
+
"label": "Data Table",
|
|
113
|
+
"expanded": false,
|
|
114
|
+
"limitHeight": false,
|
|
115
|
+
"height": "",
|
|
116
|
+
"caption": "",
|
|
117
|
+
"showDownloadUrl": false,
|
|
118
|
+
"showDataTableLink": true,
|
|
119
|
+
"showFullGeoNameInCSV": true,
|
|
120
|
+
"forceDisplay": true,
|
|
121
|
+
"download": false,
|
|
122
|
+
"indexLabel": ""
|
|
123
|
+
},
|
|
124
|
+
"tooltips": {
|
|
125
|
+
"appearanceType": "click",
|
|
126
|
+
"linkLabel": "Learn More",
|
|
127
|
+
"capitalizeLabels": true,
|
|
128
|
+
"opacity": 90
|
|
129
|
+
},
|
|
130
|
+
"visual": {
|
|
131
|
+
"minBubbleSize": 1,
|
|
132
|
+
"maxBubbleSize": 20,
|
|
133
|
+
"extraBubbleBorder": false,
|
|
134
|
+
"cityStyle": "circle",
|
|
135
|
+
"geoCodeCircleSize": 2,
|
|
136
|
+
"showBubbleZeros": false
|
|
137
|
+
},
|
|
138
|
+
"mapPosition": {
|
|
139
|
+
"coordinates": [
|
|
140
|
+
0,
|
|
141
|
+
30
|
|
142
|
+
],
|
|
143
|
+
"zoom": 1
|
|
144
|
+
},
|
|
145
|
+
"map": {
|
|
146
|
+
"layers": [
|
|
147
|
+
{
|
|
148
|
+
"name": "Oregon",
|
|
149
|
+
"url": "https://wcms-wp-test.cdc.gov/newtest/adam/custom_map_layers/oregon-topojson.json",
|
|
150
|
+
"namespace": "cove (1)",
|
|
151
|
+
"fill": "aqua",
|
|
152
|
+
"fillOpacity": 1,
|
|
153
|
+
"tooltip": "Oregon"
|
|
154
|
+
}
|
|
155
|
+
],
|
|
156
|
+
"patterns": [
|
|
157
|
+
{
|
|
158
|
+
"dataKey": "URL",
|
|
159
|
+
"pattern": "waves",
|
|
160
|
+
"dataValue": "https://www.cdc.gov/mmwr/",
|
|
161
|
+
"size": "small"
|
|
162
|
+
}
|
|
163
|
+
]
|
|
164
|
+
},
|
|
165
|
+
"hexMap": {
|
|
166
|
+
"type": "",
|
|
167
|
+
"shapeGroups": [
|
|
168
|
+
{
|
|
169
|
+
"legendTitle": "",
|
|
170
|
+
"legendDescription": "",
|
|
171
|
+
"items": [
|
|
172
|
+
{
|
|
173
|
+
"key": "",
|
|
174
|
+
"shape": "Arrow up",
|
|
175
|
+
"column": "",
|
|
176
|
+
"operator": "=",
|
|
177
|
+
"value": ""
|
|
178
|
+
}
|
|
179
|
+
]
|
|
180
|
+
}
|
|
181
|
+
]
|
|
182
|
+
},
|
|
183
|
+
"filterBehavior": "Filter Change",
|
|
184
|
+
"datasets": {},
|
|
185
|
+
"data": [
|
|
186
|
+
{
|
|
187
|
+
"State": "AL",
|
|
188
|
+
"Activity Level": "Very High",
|
|
189
|
+
"Funding Status": "*",
|
|
190
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"State": "AK",
|
|
194
|
+
"Activity Level": "High",
|
|
195
|
+
"Funding Status": "Current",
|
|
196
|
+
"URL": "https://www.cdc.gov/mmwr/"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"State": "AS",
|
|
200
|
+
"Activity Level": "Moderate",
|
|
201
|
+
"Funding Status": "Current",
|
|
202
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"State": "AZ",
|
|
206
|
+
"Activity Level": "Low",
|
|
207
|
+
"Funding Status": "Current",
|
|
208
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"State": "AR",
|
|
212
|
+
"Activity Level": "Minimal",
|
|
213
|
+
"Funding Status": "Current",
|
|
214
|
+
"URL": "https://www.cdc.gov/mmwr/"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"State": "CA",
|
|
218
|
+
"Activity Level": "Very High",
|
|
219
|
+
"Funding Status": "NA",
|
|
220
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"State": "CO",
|
|
224
|
+
"Activity Level": "High",
|
|
225
|
+
"Funding Status": "Current",
|
|
226
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"State": "CT",
|
|
230
|
+
"Activity Level": "Moderate",
|
|
231
|
+
"Funding Status": "Current",
|
|
232
|
+
"URL": "https://www.cdc.gov/mmwr/"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"State": "DE",
|
|
236
|
+
"Activity Level": "Very Low",
|
|
237
|
+
"Funding Status": "Current",
|
|
238
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"State": "DC",
|
|
242
|
+
"Activity Level": "Minimal",
|
|
243
|
+
"Funding Status": "Current",
|
|
244
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"State": "FL",
|
|
248
|
+
"Activity Level": "Very High",
|
|
249
|
+
"Funding Status": "Current",
|
|
250
|
+
"URL": "https://www.cdc.gov/mmwr/"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"State": "GA",
|
|
254
|
+
"Activity Level": "High",
|
|
255
|
+
"Funding Status": "Current",
|
|
256
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"State": "GU",
|
|
260
|
+
"Activity Level": "Moderate",
|
|
261
|
+
"Funding Status": "*",
|
|
262
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"State": "HI",
|
|
266
|
+
"Activity Level": "Low",
|
|
267
|
+
"Funding Status": "Current",
|
|
268
|
+
"URL": "https://www.cdc.gov/mmwr/"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"State": "ID",
|
|
272
|
+
"Activity Level": "Zero",
|
|
273
|
+
"Funding Status": "Current",
|
|
274
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"State": "IL",
|
|
278
|
+
"Activity Level": "Very High",
|
|
279
|
+
"Funding Status": "Current",
|
|
280
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"State": "IN",
|
|
284
|
+
"Activity Level": "High",
|
|
285
|
+
"Funding Status": "Current",
|
|
286
|
+
"URL": "https://www.cdc.gov/mmwr/"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"State": "IA",
|
|
290
|
+
"Activity Level": "Moderate",
|
|
291
|
+
"Funding Status": "Current",
|
|
292
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"State": "KS",
|
|
296
|
+
"Activity Level": "Low",
|
|
297
|
+
"Funding Status": "Current",
|
|
298
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"State": "KY",
|
|
302
|
+
"Activity Level": "Minimal",
|
|
303
|
+
"Funding Status": "Current",
|
|
304
|
+
"URL": "https://www.cdc.gov/mmwr/"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"State": "LA",
|
|
308
|
+
"Activity Level": "Very High",
|
|
309
|
+
"Funding Status": "*",
|
|
310
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"State": "ME",
|
|
314
|
+
"Activity Level": "High",
|
|
315
|
+
"Funding Status": "Current",
|
|
316
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"State": "MH",
|
|
320
|
+
"Activity Level": "Moderate",
|
|
321
|
+
"Funding Status": "Current",
|
|
322
|
+
"URL": "https://www.cdc.gov/mmwr/"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"State": "MD",
|
|
326
|
+
"Activity Level": "Low",
|
|
327
|
+
"Funding Status": "Current",
|
|
328
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"State": "MA",
|
|
332
|
+
"Activity Level": "Minimal",
|
|
333
|
+
"Funding Status": "Current",
|
|
334
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"State": "MI",
|
|
338
|
+
"Activity Level": "Very High",
|
|
339
|
+
"Funding Status": "Current",
|
|
340
|
+
"URL": "https://www.cdc.gov/mmwr/"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"State": "FM",
|
|
344
|
+
"Activity Level": "High",
|
|
345
|
+
"Funding Status": "Current",
|
|
346
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"State": "MN",
|
|
350
|
+
"Activity Level": "Moderate",
|
|
351
|
+
"Funding Status": "NA",
|
|
352
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"State": "MS",
|
|
356
|
+
"Activity Level": "Very Low",
|
|
357
|
+
"Funding Status": "Current",
|
|
358
|
+
"URL": "https://www.cdc.gov/mmwr/"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"State": "MO",
|
|
362
|
+
"Activity Level": "Zero",
|
|
363
|
+
"Funding Status": "Current",
|
|
364
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"State": "MT",
|
|
368
|
+
"Activity Level": "Very High",
|
|
369
|
+
"Funding Status": "Current",
|
|
370
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"State": "NE",
|
|
374
|
+
"Activity Level": "High",
|
|
375
|
+
"Funding Status": "Current",
|
|
376
|
+
"URL": "https://www.cdc.gov/mmwr/"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"State": "NV",
|
|
380
|
+
"Activity Level": "Moderate",
|
|
381
|
+
"Funding Status": "Current",
|
|
382
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"State": "NH",
|
|
386
|
+
"Activity Level": "Low",
|
|
387
|
+
"Funding Status": "Current",
|
|
388
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"State": "NJ",
|
|
392
|
+
"Activity Level": "Minimal",
|
|
393
|
+
"Funding Status": "Current",
|
|
394
|
+
"URL": "https://www.cdc.gov/mmwr/"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"State": "NM",
|
|
398
|
+
"Activity Level": "Very High",
|
|
399
|
+
"Funding Status": "NA",
|
|
400
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"State": "NY",
|
|
404
|
+
"Activity Level": "High",
|
|
405
|
+
"Funding Status": "Current",
|
|
406
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"State": "NC",
|
|
410
|
+
"Activity Level": "Zero",
|
|
411
|
+
"Funding Status": "Current",
|
|
412
|
+
"URL": "https://www.cdc.gov/mmwr/"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"State": "ND",
|
|
416
|
+
"Activity Level": "Low",
|
|
417
|
+
"Funding Status": "Current",
|
|
418
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"State": "MP",
|
|
422
|
+
"Activity Level": "Minimal",
|
|
423
|
+
"Funding Status": "Current",
|
|
424
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"State": "OH",
|
|
428
|
+
"Activity Level": "Very High",
|
|
429
|
+
"Funding Status": "Current",
|
|
430
|
+
"URL": "https://www.cdc.gov/mmwr/"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"State": "OK",
|
|
434
|
+
"Activity Level": "High",
|
|
435
|
+
"Funding Status": "Current",
|
|
436
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"State": "OR",
|
|
440
|
+
"Activity Level": "Moderate",
|
|
441
|
+
"Funding Status": "Current",
|
|
442
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"State": "PW",
|
|
446
|
+
"Activity Level": "Low",
|
|
447
|
+
"Funding Status": "Current",
|
|
448
|
+
"URL": "https://www.cdc.gov/mmwr/"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"State": "PA",
|
|
452
|
+
"Activity Level": "Minimal",
|
|
453
|
+
"Funding Status": "Current",
|
|
454
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"State": "PR",
|
|
458
|
+
"Activity Level": "Super Duper High",
|
|
459
|
+
"Funding Status": "Current",
|
|
460
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"State": "RI",
|
|
464
|
+
"Activity Level": "High",
|
|
465
|
+
"Funding Status": "Current",
|
|
466
|
+
"URL": "https://www.cdc.gov/mmwr/"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"State": "SC",
|
|
470
|
+
"Activity Level": "Moderate",
|
|
471
|
+
"Funding Status": "Current",
|
|
472
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"State": "SD",
|
|
476
|
+
"Activity Level": "Low",
|
|
477
|
+
"Funding Status": "Current",
|
|
478
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"State": "TN",
|
|
482
|
+
"Activity Level": "Minimal",
|
|
483
|
+
"Funding Status": "Current",
|
|
484
|
+
"URL": "https://www.cdc.gov/mmwr/"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"State": "TX",
|
|
488
|
+
"Activity Level": "Very High",
|
|
489
|
+
"Funding Status": "Current",
|
|
490
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"State": "UT",
|
|
494
|
+
"Activity Level": "High",
|
|
495
|
+
"Funding Status": "Current",
|
|
496
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"State": "VT",
|
|
500
|
+
"Activity Level": "Moderate",
|
|
501
|
+
"Funding Status": "Current",
|
|
502
|
+
"URL": "https://www.cdc.gov/mmwr/"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"State": "VI",
|
|
506
|
+
"Activity Level": "Low",
|
|
507
|
+
"Funding Status": "Current",
|
|
508
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"State": "VA",
|
|
512
|
+
"Activity Level": "Minimal",
|
|
513
|
+
"Funding Status": "Current",
|
|
514
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"State": "WA",
|
|
518
|
+
"Activity Level": "Very High",
|
|
519
|
+
"Funding Status": "Current",
|
|
520
|
+
"URL": "https://www.cdc.gov/mmwr/"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"State": "WV",
|
|
524
|
+
"Activity Level": "Super Duper High",
|
|
525
|
+
"Funding Status": "Current",
|
|
526
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"State": "WI",
|
|
530
|
+
"Activity Level": "Moderate",
|
|
531
|
+
"Funding Status": "Current",
|
|
532
|
+
"URL": "https://www.cdc.gov/flu/"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"State": "WY",
|
|
536
|
+
"Activity Level": "Low",
|
|
537
|
+
"Funding Status": "Current",
|
|
538
|
+
"URL": "https://www.cdc.gov/mmwr/"
|
|
539
|
+
}
|
|
540
|
+
],
|
|
541
|
+
"dataFileName": "https://wwwdev.cdc.gov/wcms/4.0/cdc-wp/data-presentation/data/indexed-data-files/09-map-US-categorical-with-lookup-column.csv",
|
|
542
|
+
"dataFileSourceType": "url",
|
|
543
|
+
"dataDescription": {
|
|
544
|
+
"horizontal": false,
|
|
545
|
+
"series": false
|
|
546
|
+
},
|
|
547
|
+
"validated": 4.23
|
|
548
|
+
}
|
|
@@ -111,34 +111,6 @@
|
|
|
111
111
|
"zoom": 1
|
|
112
112
|
},
|
|
113
113
|
"data": [
|
|
114
|
-
{
|
|
115
|
-
"Insured Rate": 8,
|
|
116
|
-
"Coverage Status": "Insured",
|
|
117
|
-
"FIPS Codes": "06071",
|
|
118
|
-
"Year (Good filter option)": "2010",
|
|
119
|
-
"link": ""
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"Insured Rate": 0,
|
|
123
|
-
"Coverage Status": "Insured",
|
|
124
|
-
"FIPS Codes": "55005",
|
|
125
|
-
"Year (Good filter option)": "2010",
|
|
126
|
-
"link": "https://cdc.gov"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"Insured Rate": 25,
|
|
130
|
-
"Coverage Status": "Insured",
|
|
131
|
-
"FIPS Codes": "12103",
|
|
132
|
-
"Year (Good filter option)": "2010",
|
|
133
|
-
"link": ""
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"Insured Rate": 25,
|
|
137
|
-
"Coverage Status": "Insured",
|
|
138
|
-
"FIPS Codes": "32005",
|
|
139
|
-
"Year (Good filter option)": "2010",
|
|
140
|
-
"link": ""
|
|
141
|
-
},
|
|
142
114
|
{
|
|
143
115
|
"Insured Rate": 18,
|
|
144
116
|
"Coverage Status": "Insured",
|