@cdc/map 4.24.10 → 4.24.12-2

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.
Files changed (57) hide show
  1. package/dist/cdcmap.js +33447 -32769
  2. package/examples/default-geocode.json +13 -4
  3. package/examples/default-usa-regions.json +267 -117
  4. package/examples/example-city-state.json +6 -3
  5. package/examples/pattern.json +861 -0
  6. package/examples/private/DEV-9644.json +184 -0
  7. package/examples/private/DEV-9989.json +229 -0
  8. package/examples/private/ardi.json +180 -0
  9. package/examples/private/colors 2.json +416 -0
  10. package/examples/private/colors.json +416 -0
  11. package/examples/private/colors.json.zip +0 -0
  12. package/examples/private/customColors.json +45348 -0
  13. package/examples/private/default-patterns.json +867 -0
  14. package/examples/private/test.json +1632 -0
  15. package/index.html +4 -5
  16. package/package.json +3 -3
  17. package/src/CdcMap.tsx +93 -83
  18. package/src/_stories/CdcMap.Legend.Gradient.stories.tsx +67 -0
  19. package/src/_stories/CdcMap.Legend.stories.tsx +40 -0
  20. package/src/_stories/CdcMap.Patterns.stories.tsx +29 -0
  21. package/src/_stories/CdcMap.stories.tsx +59 -0
  22. package/src/_stories/UsaMap.NoData.stories.tsx +19 -0
  23. package/src/_stories/_mock/custom-layer-map.json +1117 -0
  24. package/src/_stories/_mock/default-patterns.json +865 -0
  25. package/src/_stories/_mock/example-city-state.json +858 -0
  26. package/src/_stories/_mock/usa-state-gradient.json +238 -0
  27. package/src/_stories/_mock/wastewater-map.json +208 -0
  28. package/src/components/CityList.tsx +5 -2
  29. package/src/components/EditorPanel/components/EditorPanel.tsx +68 -295
  30. package/src/components/EditorPanel/components/Panels/Panel.Annotate.tsx +27 -23
  31. package/src/components/EditorPanel/components/Panels/Panel.PatternSettings.tsx +75 -16
  32. package/src/components/Legend/components/Legend.tsx +42 -20
  33. package/src/components/Legend/components/index.scss +24 -24
  34. package/src/components/UsaMap/components/HexIcon.tsx +7 -1
  35. package/src/components/UsaMap/components/SingleState/SingleState.CountyOutput.tsx +40 -6
  36. package/src/components/UsaMap/components/SingleState/SingleState.StateOutput.tsx +10 -2
  37. package/src/components/UsaMap/components/Territory/Territory.Hexagon.tsx +57 -12
  38. package/src/components/UsaMap/components/Territory/Territory.Rectangle.tsx +95 -21
  39. package/src/components/UsaMap/components/Territory/TerritoryShape.ts +13 -0
  40. package/src/components/UsaMap/components/UsaMap.County.tsx +11 -13
  41. package/src/components/UsaMap/components/UsaMap.Region.tsx +59 -16
  42. package/src/components/UsaMap/components/UsaMap.SingleState.tsx +2 -1
  43. package/src/components/UsaMap/components/UsaMap.State.tsx +61 -63
  44. package/src/components/UsaMap/helpers/shapes.ts +5 -4
  45. package/src/components/WorldMap/WorldMap.tsx +77 -16
  46. package/src/data/initial-state.js +2 -1
  47. package/src/helpers/applyColorToLegend.ts +80 -0
  48. package/src/helpers/colors.ts +23 -0
  49. package/src/hooks/useTooltip.ts +9 -6
  50. package/src/scss/editor-panel.scss +0 -3
  51. package/src/scss/filters.scss +1 -9
  52. package/src/scss/main.scss +0 -5
  53. package/src/scss/map.scss +11 -63
  54. package/src/types/MapConfig.ts +8 -2
  55. package/src/types/MapContext.ts +1 -0
  56. package/examples/default-patterns.json +0 -579
  57. package/src/scss/datatable.scss +0 -6
@@ -0,0 +1,865 @@
1
+ {
2
+ "annotations": [],
3
+ "general": {
4
+ "title": "Example Data Map with Cities",
5
+ "subtext": "*: Lorem ipsum; NA: Lorem ipsum.",
6
+ "type": "data",
7
+ "geoType": "us",
8
+ "headerColor": "theme-cyan",
9
+ "showSidebar": true,
10
+ "showTitle": true,
11
+ "showDownloadButton": true,
12
+ "expandDataTable": false,
13
+ "backgroundColor": "#f5f5f5",
14
+ "geoBorderColor": "darkGray",
15
+ "territoriesLabel": "Territories",
16
+ "language": "en",
17
+ "hasRegions": false,
18
+ "showDownloadMediaButton": false,
19
+ "displayAsHex": false,
20
+ "displayStateLabels": false,
21
+ "fullBorder": false,
22
+ "palette": {
23
+ "isReversed": false
24
+ },
25
+ "allowMapZoom": true,
26
+ "hideGeoColumnInTooltip": false,
27
+ "hidePrimaryColumnInTooltip": false,
28
+ "statePicked": {
29
+ "fipsCode": "01",
30
+ "stateName": "Alabama"
31
+ },
32
+ "showDownloadImgButton": false,
33
+ "showDownloadPdfButton": false,
34
+ "territoriesAlwaysShow": false,
35
+ "geoLabelOverride": "",
36
+ "convertFipsCodes": true,
37
+ "noStateFoundMessage": "Map Unavailable",
38
+ "annotationDropdownText": "Annotations"
39
+ },
40
+ "type": "map",
41
+ "color": "yelloworangered",
42
+ "columns": {
43
+ "geo": {
44
+ "dataTable": true,
45
+ "label": "",
46
+ "name": "STATE",
47
+ "tooltip": false
48
+ },
49
+ "primary": {
50
+ "dataTable": true,
51
+ "label": "Rate",
52
+ "name": "Rate",
53
+ "prefix": "",
54
+ "suffix": "",
55
+ "tooltip": false,
56
+ "roundToPlace": 0
57
+ },
58
+ "navigate": {
59
+ "dataTable": false,
60
+ "name": "",
61
+ "tooltip": false
62
+ },
63
+ "additionalColumn1": {
64
+ "label": "Location",
65
+ "dataTable": true,
66
+ "tooltips": false,
67
+ "prefix": "",
68
+ "suffix": "",
69
+ "name": "Location",
70
+ "tooltip": true
71
+ },
72
+ "geosInRegion": {
73
+ "name": ""
74
+ },
75
+ "latitude": {
76
+ "name": ""
77
+ },
78
+ "longitude": {
79
+ "name": ""
80
+ }
81
+ },
82
+ "legend": {
83
+ "numberOfItems": 3,
84
+ "position": "side",
85
+ "title": "Legend Title",
86
+ "description": "Legend Text",
87
+ "type": "equalnumber",
88
+ "specialClasses": [
89
+ {
90
+ "key": "Rate",
91
+ "value": "*",
92
+ "label": "*"
93
+ },
94
+ {
95
+ "key": "Rate",
96
+ "value": "NA",
97
+ "label": "N/A"
98
+ }
99
+ ],
100
+ "unified": false,
101
+ "singleColumn": false,
102
+ "dynamicDescription": false,
103
+ "descriptions": {},
104
+ "singleRow": false,
105
+ "showSpecialClassesLast": false,
106
+ "verticalSorted": false,
107
+ "style": "circles",
108
+ "subStyle": "linear blocks",
109
+ "tickRotation": "",
110
+ "singleColumnLegend": false,
111
+ "hideBorder": false
112
+ },
113
+ "filters": [],
114
+ "table": {
115
+ "showDownloadUrl": false,
116
+ "showDataTableLink": true,
117
+ "wrapColumns": false,
118
+ "label": "Data Table",
119
+ "expanded": true,
120
+ "limitHeight": false,
121
+ "height": "",
122
+ "caption": "",
123
+ "showFullGeoNameInCSV": false,
124
+ "forceDisplay": true,
125
+ "download": true,
126
+ "indexLabel": "",
127
+ "showDownloadLinkBelow": true
128
+ },
129
+ "tooltips": {
130
+ "appearanceType": "hover",
131
+ "linkLabel": "Learn More",
132
+ "capitalizeLabels": true,
133
+ "opacity": 90
134
+ },
135
+ "runtime": {
136
+ "editorErrorMessage": ""
137
+ },
138
+ "visual": {
139
+ "cityStyle": "pin",
140
+ "minBubbleSize": 1,
141
+ "maxBubbleSize": 20,
142
+ "extraBubbleBorder": false,
143
+ "showBubbleZeros": false,
144
+ "geoCodeCircleSize": 2,
145
+ "cityStyleLabel": "",
146
+ "additionalCityStyles": []
147
+ },
148
+ "mapPosition": {
149
+ "coordinates": [
150
+ 0,
151
+ 30
152
+ ],
153
+ "zoom": 1
154
+ },
155
+ "map": {
156
+ "layers": [],
157
+ "patterns": [
158
+ {
159
+ "dataKey": "Location",
160
+ "pattern": "circles",
161
+ "contrastCheck": true,
162
+ "dataValue": "School"
163
+ }
164
+ ]
165
+ },
166
+ "hexMap": {
167
+ "type": "",
168
+ "shapeGroups": [
169
+ {
170
+ "legendTitle": "",
171
+ "legendDescription": "",
172
+ "items": [
173
+ {
174
+ "key": "",
175
+ "shape": "Arrow Up",
176
+ "column": "",
177
+ "operator": "=",
178
+ "value": ""
179
+ }
180
+ ]
181
+ }
182
+ ]
183
+ },
184
+ "filterBehavior": "Filter Change",
185
+ "dataTable": {
186
+ "title": "Data Table",
187
+ "forceDisplay": true
188
+ },
189
+ "sharing": {
190
+ "enabled": false,
191
+ "dataHost": "wcms-wp.cdc.gov",
192
+ "configUrl": "/wcms/4.0/cdc-wp/data-presentation/examples/city-data-map-example.json"
193
+ },
194
+ "usingWidgetLoader": true,
195
+ "data": [
196
+ {
197
+ "STATE": "AL",
198
+ "Rate": 1000,
199
+ "Location": "Home",
200
+ "URL": "https://www.cdc.gov/"
201
+ },
202
+ {
203
+ "STATE": "Great Plains Tribal Leaders Health Board",
204
+ "Rate": 1000,
205
+ "Location": "Home",
206
+ "URL": "https://www.cdc.gov/"
207
+ },
208
+ {
209
+ "STATE": "Montana American Indian Women’s Health Coalition",
210
+ "Rate": 1000,
211
+ "Location": "Home",
212
+ "URL": "https://www.cdc.gov/"
213
+ },
214
+ {
215
+ "STATE": "AK",
216
+ "Rate": 1200,
217
+ "Location": "Vehicle",
218
+ "URL": "https://www.cdc.gov/"
219
+ },
220
+ {
221
+ "STATE": "AS",
222
+ "Rate": 14,
223
+ "Location": "Work",
224
+ "URL": "https://www.cdc.gov/"
225
+ },
226
+ {
227
+ "STATE": "EAU CLAIRE",
228
+ "Rate": 140,
229
+ "Location": "Work",
230
+ "URL": "https://www.cdc.gov/"
231
+ },
232
+ {
233
+ "STATE": "AZ",
234
+ "Rate": 9,
235
+ "Location": "School",
236
+ "URL": "https://www.cdc.gov/"
237
+ },
238
+ {
239
+ "STATE": "AR",
240
+ "Rate": 17,
241
+ "Location": "School",
242
+ "URL": "https://www.cdc.gov/"
243
+ },
244
+ {
245
+ "STATE": "CA",
246
+ "Rate": "*",
247
+ "Location": "Work",
248
+ "URL": "https://www.cdc.gov/"
249
+ },
250
+ {
251
+ "STATE": "CO",
252
+ "Rate": 22,
253
+ "Location": "Vehicle",
254
+ "URL": "https://www.cdc.gov/"
255
+ },
256
+ {
257
+ "STATE": "CT",
258
+ "Rate": 10,
259
+ "Location": "Home",
260
+ "URL": "https://www.cdc.gov/"
261
+ },
262
+ {
263
+ "STATE": "DE",
264
+ "Rate": 12,
265
+ "Location": "Home",
266
+ "URL": "https://www.cdc.gov/"
267
+ },
268
+ {
269
+ "STATE": "DC",
270
+ "Rate": 14,
271
+ "Location": "Home",
272
+ "URL": "https://www.cdc.gov/"
273
+ },
274
+ {
275
+ "STATE": "FL",
276
+ "Rate": 9,
277
+ "Location": "Vehicle",
278
+ "URL": "https://www.cdc.gov/"
279
+ },
280
+ {
281
+ "STATE": "GA",
282
+ "Rate": 17,
283
+ "Location": "Work",
284
+ "URL": "https://www.cdc.gov/"
285
+ },
286
+ {
287
+ "STATE": "GU",
288
+ "Rate": 20,
289
+ "Location": "School",
290
+ "URL": "https://www.cdc.gov/"
291
+ },
292
+ {
293
+ "STATE": "HI",
294
+ "Rate": 22,
295
+ "Location": "School",
296
+ "URL": "https://www.cdc.gov/"
297
+ },
298
+ {
299
+ "STATE": "GAINESVILLE",
300
+ "Rate": 22,
301
+ "Location": "School",
302
+ "URL": "https://www.cdc.gov/"
303
+ },
304
+ {
305
+ "STATE": "ID",
306
+ "Rate": "*",
307
+ "Location": "Work",
308
+ "URL": "https://www.cdc.gov/"
309
+ },
310
+ {
311
+ "STATE": "IL",
312
+ "Rate": 12,
313
+ "Location": "Vehicle",
314
+ "URL": "https://www.cdc.gov/"
315
+ },
316
+ {
317
+ "STATE": "IN",
318
+ "Rate": 14,
319
+ "Location": "Home",
320
+ "URL": "https://www.cdc.gov/"
321
+ },
322
+ {
323
+ "STATE": "IA",
324
+ "Rate": 9,
325
+ "Location": "Home",
326
+ "URL": "https://www.cdc.gov/"
327
+ },
328
+ {
329
+ "STATE": "KS",
330
+ "Rate": "NA",
331
+ "Location": "Home",
332
+ "URL": "https://www.cdc.gov/"
333
+ },
334
+ {
335
+ "STATE": "KY",
336
+ "Rate": 20,
337
+ "Location": "Vehicle",
338
+ "URL": "https://www.cdc.gov/"
339
+ },
340
+ {
341
+ "STATE": "LA",
342
+ "Rate": 22,
343
+ "Location": "Work",
344
+ "URL": "https://www.cdc.gov/"
345
+ },
346
+ {
347
+ "STATE": "ME",
348
+ "Rate": 10,
349
+ "Location": "School",
350
+ "URL": "https://www.cdc.gov/"
351
+ },
352
+ {
353
+ "STATE": "MH",
354
+ "Rate": 12,
355
+ "Location": "School",
356
+ "URL": "https://www.cdc.gov/"
357
+ },
358
+ {
359
+ "STATE": "MD",
360
+ "Rate": "*",
361
+ "Location": "Work",
362
+ "URL": "https://www.cdc.gov/"
363
+ },
364
+ {
365
+ "STATE": "MA",
366
+ "Rate": 9,
367
+ "Location": "Vehicle",
368
+ "URL": "https://www.cdc.gov/"
369
+ },
370
+ {
371
+ "STATE": "MI",
372
+ "Rate": 17,
373
+ "Location": "Home",
374
+ "URL": "https://www.cdc.gov/"
375
+ },
376
+ {
377
+ "STATE": "FM",
378
+ "Rate": 20,
379
+ "Location": "Home",
380
+ "URL": "https://www.cdc.gov/"
381
+ },
382
+ {
383
+ "STATE": "MN",
384
+ "Rate": 22,
385
+ "Location": "Home",
386
+ "URL": "https://www.cdc.gov/"
387
+ },
388
+ {
389
+ "STATE": "MS",
390
+ "Rate": 10,
391
+ "Location": "Vehicle",
392
+ "URL": "https://www.cdc.gov/"
393
+ },
394
+ {
395
+ "STATE": "MO",
396
+ "Rate": 11,
397
+ "Location": "Work",
398
+ "URL": "https://www.cdc.gov/"
399
+ },
400
+ {
401
+ "STATE": "MT",
402
+ "Rate": 14,
403
+ "Location": "School",
404
+ "URL": "https://www.cdc.gov/"
405
+ },
406
+ {
407
+ "STATE": "NE",
408
+ "Rate": 9,
409
+ "Location": "School",
410
+ "URL": "https://www.cdc.gov/"
411
+ },
412
+ {
413
+ "STATE": "NV",
414
+ "Rate": 17,
415
+ "Location": "Work",
416
+ "URL": "https://www.cdc.gov/"
417
+ },
418
+ {
419
+ "STATE": "NH",
420
+ "Rate": 20,
421
+ "Location": "Vehicle",
422
+ "URL": "https://www.cdc.gov/"
423
+ },
424
+ {
425
+ "STATE": "NJ",
426
+ "Rate": 28,
427
+ "Location": "Home",
428
+ "URL": "https://www.cdc.gov/"
429
+ },
430
+ {
431
+ "STATE": "NM",
432
+ "Rate": 10,
433
+ "Location": "Home",
434
+ "URL": "https://www.cdc.gov/"
435
+ },
436
+ {
437
+ "STATE": "NY",
438
+ "Rate": 12,
439
+ "Location": "Home",
440
+ "URL": "https://www.cdc.gov/"
441
+ },
442
+ {
443
+ "STATE": "NC",
444
+ "Rate": 14,
445
+ "Location": "Vehicle",
446
+ "URL": "https://www.cdc.gov/"
447
+ },
448
+ {
449
+ "STATE": "ND",
450
+ "Rate": 9,
451
+ "Location": "Work",
452
+ "URL": "https://www.cdc.gov/"
453
+ },
454
+ {
455
+ "STATE": "MP",
456
+ "Rate": 17,
457
+ "Location": "School",
458
+ "URL": "https://www.cdc.gov/"
459
+ },
460
+ {
461
+ "STATE": "OH",
462
+ "Rate": "NA",
463
+ "Location": "School",
464
+ "URL": "https://www.cdc.gov/"
465
+ },
466
+ {
467
+ "STATE": "OK",
468
+ "Rate": 22,
469
+ "Location": "Work",
470
+ "URL": "https://www.cdc.gov/"
471
+ },
472
+ {
473
+ "STATE": "OR",
474
+ "Rate": 10,
475
+ "Location": "Vehicle",
476
+ "URL": "https://www.cdc.gov/"
477
+ },
478
+ {
479
+ "STATE": "PW",
480
+ "Rate": 12,
481
+ "Location": "Home",
482
+ "URL": "https://www.cdc.gov/"
483
+ },
484
+ {
485
+ "STATE": "PA",
486
+ "Rate": 14,
487
+ "Location": "Home",
488
+ "URL": "https://www.cdc.gov/"
489
+ },
490
+ {
491
+ "STATE": "PR",
492
+ "Rate": 6,
493
+ "Location": "Home",
494
+ "URL": "https://www.cdc.gov/"
495
+ },
496
+ {
497
+ "STATE": "RI",
498
+ "Rate": 17,
499
+ "Location": "Vehicle",
500
+ "URL": "https://www.cdc.gov/"
501
+ },
502
+ {
503
+ "STATE": "SC",
504
+ "Rate": 20,
505
+ "Location": "Work",
506
+ "URL": "https://www.cdc.gov/"
507
+ },
508
+ {
509
+ "STATE": "SD",
510
+ "Rate": 22,
511
+ "Location": "School",
512
+ "URL": "https://www.cdc.gov/"
513
+ },
514
+ {
515
+ "STATE": "TN",
516
+ "Rate": 10,
517
+ "Location": "School",
518
+ "URL": "https://www.cdc.gov/"
519
+ },
520
+ {
521
+ "STATE": "TX",
522
+ "Rate": 12,
523
+ "Location": "Work",
524
+ "URL": "https://www.cdc.gov/"
525
+ },
526
+ {
527
+ "STATE": "VT",
528
+ "Rate": 9,
529
+ "Location": "Home",
530
+ "URL": "https://www.cdc.gov/"
531
+ },
532
+ {
533
+ "STATE": "VI",
534
+ "Rate": 17,
535
+ "Location": "Vehicle",
536
+ "URL": "https://www.cdc.gov/"
537
+ },
538
+ {
539
+ "STATE": "VA",
540
+ "Rate": 20,
541
+ "Location": "Work",
542
+ "URL": "https://www.cdc.gov/"
543
+ },
544
+ {
545
+ "STATE": "WA",
546
+ "Rate": 22,
547
+ "Location": "School",
548
+ "URL": "https://www.cdc.gov/"
549
+ },
550
+ {
551
+ "STATE": "WV",
552
+ "Rate": 10,
553
+ "Location": "School",
554
+ "URL": "https://www.cdc.gov/"
555
+ },
556
+ {
557
+ "STATE": "WI",
558
+ "Rate": 12,
559
+ "Location": "Work",
560
+ "URL": "https://www.cdc.gov/"
561
+ },
562
+ {
563
+ "STATE": "WY",
564
+ "Rate": 14,
565
+ "Location": "Home",
566
+ "URL": "https://www.cdc.gov/"
567
+ },
568
+ {
569
+ "STATE": "Los Angeles",
570
+ "Rate": 14,
571
+ "Location": "Vehicle",
572
+ "URL": "https://www.cdc.gov/"
573
+ },
574
+ {
575
+ "STATE": "Grand Rapids, MICHIGAN",
576
+ "Rate": 14,
577
+ "Location": "Vehicle",
578
+ "URL": "https://www.cdc.gov/"
579
+ },
580
+ {
581
+ "STATE": "Salem, OReGON",
582
+ "Rate": 14,
583
+ "Location": "Vehicle",
584
+ "URL": "https://www.cdc.gov/"
585
+ },
586
+ {
587
+ "STATE": "Round Rock, TEXAS",
588
+ "Rate": 14,
589
+ "Location": "Vehicle",
590
+ "URL": "https://www.cdc.gov/"
591
+ },
592
+ {
593
+ "STATE": "PROVO, UT",
594
+ "Rate": 14,
595
+ "Location": "Vehicle",
596
+ "URL": "https://www.cdc.gov/"
597
+ },
598
+ {
599
+ "STATE": "SALUDA, VIRGINIA",
600
+ "Rate": 14,
601
+ "Location": "Vehicle",
602
+ "URL": "https://www.cdc.gov/"
603
+ },
604
+ {
605
+ "STATE": "ELLENSBURG, WA",
606
+ "Rate": 14,
607
+ "Location": "Vehicle",
608
+ "URL": "https://www.cdc.gov/"
609
+ },
610
+ {
611
+ "STATE": "Atlanta",
612
+ "Rate": 12,
613
+ "Location": "Work",
614
+ "URL": "https://www.cdc.gov/"
615
+ },
616
+ {
617
+ "STATE": "Boston",
618
+ "Rate": 20,
619
+ "Location": "School",
620
+ "URL": "https://www.cdc.gov/"
621
+ },
622
+ {
623
+ "STATE": "New York City",
624
+ "Rate": 22,
625
+ "Location": "School",
626
+ "URL": "https://www.cdc.gov/"
627
+ },
628
+ {
629
+ "STATE": "Dallas",
630
+ "Rate": 18,
631
+ "Location": "Work",
632
+ "URL": "https://www.cdc.gov/"
633
+ },
634
+ {
635
+ "STATE": "Seattle",
636
+ "Rate": 17,
637
+ "Location": "Home",
638
+ "URL": "https://www.cdc.gov/"
639
+ },
640
+ {
641
+ "STATE": "New Orleans",
642
+ "Rate": 14,
643
+ "Location": "Vehicle",
644
+ "URL": "https://www.cdc.gov/"
645
+ },
646
+ {
647
+ "STATE": "Birmingham",
648
+ "Rate": 14,
649
+ "Location": "Vehicle",
650
+ "URL": "https://www.cdc.gov/"
651
+ },
652
+ {
653
+ "STATE": "St Paul",
654
+ "Rate": 14,
655
+ "Location": "Vehicle",
656
+ "URL": "https://www.cdc.gov/"
657
+ },
658
+ {
659
+ "STATE": "Hershey",
660
+ "Rate": 14,
661
+ "Location": "Vehicle",
662
+ "URL": "https://www.cdc.gov/"
663
+ },
664
+ {
665
+ "STATE": "Salt Lake City",
666
+ "Rate": 14,
667
+ "Location": "Vehicle",
668
+ "URL": "https://www.cdc.gov/"
669
+ },
670
+ {
671
+ "STATE": "Syracuse",
672
+ "Rate": 14,
673
+ "Location": "Vehicle",
674
+ "URL": "https://www.cdc.gov/"
675
+ },
676
+ {
677
+ "STATE": "Philadelphia",
678
+ "Rate": 14,
679
+ "Location": "Vehicle",
680
+ "URL": "https://www.cdc.gov/"
681
+ },
682
+ {
683
+ "STATE": "Alaska Native Tribal Health Consortium",
684
+ "Rate": 24,
685
+ "Location": "Work",
686
+ "URL": "https://www.cdc.gov/"
687
+ },
688
+ {
689
+ "STATE": "American Indian Cancer Foundation",
690
+ "Rate": 14,
691
+ "Location": "Vehicle",
692
+ "URL": "https://www.cdc.gov/"
693
+ },
694
+ {
695
+ "STATE": "Arctic Slope Native Association Limited",
696
+ "Rate": 14,
697
+ "Location": "Vehicle",
698
+ "URL": "https://www.cdc.gov/"
699
+ },
700
+ {
701
+ "STATE": "California Rural Indian Health Board Inc.",
702
+ "Rate": 19,
703
+ "Location": "Work",
704
+ "URL": "https://www.cdc.gov/"
705
+ },
706
+ {
707
+ "STATE": "Cherokee Nation",
708
+ "Rate": 12,
709
+ "Location": "Vehicle",
710
+ "URL": "https://www.cdc.gov/"
711
+ },
712
+ {
713
+ "STATE": "Cheyenne River Sioux Tribe",
714
+ "Rate": 11,
715
+ "Location": "Vehicle",
716
+ "URL": "https://www.cdc.gov/"
717
+ },
718
+ {
719
+ "STATE": "Fond du Lac Reservation",
720
+ "Rate": 22,
721
+ "Location": "Vehicle",
722
+ "URL": "https://www.cdc.gov/"
723
+ },
724
+ {
725
+ "STATE": "Great Plains Tribal Leaders Health Board",
726
+ "Rate": 18,
727
+ "Location": "Vehicle",
728
+ "URL": "https://www.cdc.gov/"
729
+ },
730
+ {
731
+ "STATE": "Hopi Tribe",
732
+ "Rate": 19,
733
+ "Location": "Vehicle",
734
+ "URL": "https://www.cdc.gov/"
735
+ },
736
+ {
737
+ "STATE": "Inter-Tribal Council of Michigan, Inc.",
738
+ "Rate": 14,
739
+ "Location": "Vehicle",
740
+ "URL": "https://www.cdc.gov/"
741
+ },
742
+ {
743
+ "STATE": "Kaw Nation of Oklahoma",
744
+ "Rate": 16,
745
+ "Location": "Vehicle",
746
+ "URL": "https://www.cdc.gov/"
747
+ },
748
+ {
749
+ "STATE": "Native American Rehabilitation Association of the Northwest, Inc.",
750
+ "Rate": 22,
751
+ "Location": "School",
752
+ "URL": "https://www.cdc.gov/"
753
+ },
754
+ {
755
+ "STATE": "Navajo Nation",
756
+ "Rate": 24,
757
+ "Location": "Vehicle",
758
+ "URL": "https://www.cdc.gov/"
759
+ },
760
+ {
761
+ "STATE": "Northwest Portland Area Indian Health Board",
762
+ "Rate": 24,
763
+ "Location": "Vehicle",
764
+ "URL": "https://www.cdc.gov/"
765
+ },
766
+ {
767
+ "STATE": "South Puget Intertribal Planning Agency",
768
+ "Rate": 9,
769
+ "Location": "Vehicle",
770
+ "URL": "https://www.cdc.gov/"
771
+ },
772
+ {
773
+ "STATE": "Southcentral Foundation",
774
+ "Rate": 29,
775
+ "Location": "Vehicle",
776
+ "URL": "https://www.cdc.gov/"
777
+ },
778
+ {
779
+ "STATE": "Southeast Alaska Regional Health Consortium",
780
+ "Rate": 8,
781
+ "Location": "Vehicle",
782
+ "URL": "https://www.cdc.gov/"
783
+ },
784
+ {
785
+ "STATE": "Yukon-Kuskokwim Health Corporation",
786
+ "Rate": 5,
787
+ "Location": "Vehicle",
788
+ "URL": "https://www.cdc.gov/"
789
+ },
790
+ {
791
+ "STATE": "Modesto",
792
+ "Rate": 5,
793
+ "Location": "Vehicle",
794
+ "URL": "https://www.cdc.gov/"
795
+ },
796
+ {
797
+ "STATE": "Lakeview",
798
+ "Rate": 5,
799
+ "Location": "Vehicle",
800
+ "URL": "https://www.cdc.gov/"
801
+ },
802
+ {
803
+ "STATE": "Lockport",
804
+ "Rate": 5,
805
+ "Location": "Vehicle",
806
+ "URL": "https://www.cdc.gov/"
807
+ },
808
+ {
809
+ "STATE": "Warren",
810
+ "Rate": 5,
811
+ "Location": "Vehicle",
812
+ "URL": "https://www.cdc.gov/"
813
+ },
814
+ {
815
+ "STATE": "Salem, Oregon",
816
+ "Rate": 5,
817
+ "Location": "Vehicle",
818
+ "URL": "https://www.cdc.gov/"
819
+ },
820
+ {
821
+ "STATE": "Salem, Connecticut",
822
+ "Rate": 5,
823
+ "Location": "Vehicle",
824
+ "URL": "https://www.cdc.gov/"
825
+ },
826
+ {
827
+ "STATE": "Salem, Alabama",
828
+ "Rate": 5,
829
+ "Location": "Vehicle",
830
+ "URL": "https://www.cdc.gov/"
831
+ },
832
+ {
833
+ "STATE": "Salem, Florida",
834
+ "Rate": 5,
835
+ "Location": "Vehicle",
836
+ "URL": "https://www.cdc.gov/"
837
+ },
838
+ {
839
+ "STATE": "Salem, Massachusetts",
840
+ "Rate": 5,
841
+ "Location": "Vehicle",
842
+ "URL": "https://www.cdc.gov/"
843
+ },
844
+ {
845
+ "STATE": "San Benito",
846
+ "Rate": 5,
847
+ "Location": "Vehicle",
848
+ "URL": "https://www.cdc.gov/"
849
+ },
850
+ {
851
+ "STATE": "Alexandria",
852
+ "Rate": 5,
853
+ "Location": "Vehicle",
854
+ "URL": "https://www.cdc.gov/"
855
+ },
856
+ {
857
+ "STATE": "San Juan",
858
+ "Rate": 5,
859
+ "Location": "Vehicle",
860
+ "URL": "https://www.cdc.gov/"
861
+ }
862
+ ],
863
+ "filterStyle": "Filter Changes",
864
+ "version": "4.24.11"
865
+ }