@validationcloud/fractal-ui 1.76.0 → 1.78.0

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 (35) hide show
  1. package/README.md +22 -0
  2. package/dist/charts.d.ts +2 -0
  3. package/dist/charts.js +29 -20
  4. package/dist/components/dropdown-menu/dropdown-menu.js +34 -26
  5. package/dist/components/echarts-renderer/geo/africa-countries.json.d.ts +2463 -0
  6. package/dist/components/echarts-renderer/geo/africa-countries.json.js +9 -0
  7. package/dist/components/echarts-renderer/geo/americas-countries.json.d.ts +4160 -0
  8. package/dist/components/echarts-renderer/geo/americas-countries.json.js +9 -0
  9. package/dist/components/echarts-renderer/geo/asia-countries.json.d.ts +4275 -0
  10. package/dist/components/echarts-renderer/geo/asia-countries.json.js +9 -0
  11. package/dist/components/echarts-renderer/geo/europe-countries.json.d.ts +2407 -0
  12. package/dist/components/echarts-renderer/geo/europe-countries.json.js +9 -0
  13. package/dist/components/echarts-renderer/geo/us-states.json.d.ts +1338 -0
  14. package/dist/components/echarts-renderer/geo/us-states.json.js +9 -0
  15. package/dist/components/echarts-renderer/geo/world-continents.json.d.ts +10639 -0
  16. package/dist/components/echarts-renderer/geo/world-continents.json.js +9 -0
  17. package/dist/components/echarts-renderer/geo/world-countries.json.d.ts +14549 -0
  18. package/dist/components/echarts-renderer/geo/world-countries.json.js +9 -0
  19. package/dist/components/echarts-renderer/geo/world-regions.json.d.ts +10621 -0
  20. package/dist/components/echarts-renderer/geo/world-regions.json.js +9 -0
  21. package/dist/components/echarts-renderer/map-centers.d.ts +2 -0
  22. package/dist/components/echarts-renderer/map-centers.js +13 -0
  23. package/dist/components/echarts-renderer/map-style.d.ts +12 -0
  24. package/dist/components/echarts-renderer/map-style.js +12 -0
  25. package/dist/components/echarts-renderer/natural-earth-projection.d.ts +29 -0
  26. package/dist/components/echarts-renderer/natural-earth-projection.js +64 -0
  27. package/dist/components/echarts-renderer/register-map.d.ts +24 -0
  28. package/dist/components/echarts-renderer/register-map.js +62 -0
  29. package/dist/components/echarts-renderer/use-chart-instance.js +38 -36
  30. package/dist/components/icon/icon-ids.d.ts +1 -1
  31. package/dist/components/mount-svg-sprite/mount-svg-sprite.js +1 -1
  32. package/dist/hooks/use-scroll-to-bottom.d.ts +4 -3
  33. package/dist/lib/render-chart-to-image.js +72 -43
  34. package/dist/maps.json +438 -0
  35. package/package.json +19 -4
@@ -0,0 +1,1338 @@
1
+ declare const _default: {
2
+ "type": "FeatureCollection",
3
+ "features": [
4
+ {
5
+ "type": "Feature",
6
+ "properties": { "name": "Alabama" },
7
+ "geometry": {
8
+ "type": "Polygon",
9
+ "coordinates": [
10
+ [
11
+ [-87.49, 30.378],
12
+ [-87.79, 30.292],
13
+ [-88.011, 30.694],
14
+ [-88.4, 30.371],
15
+ [-88.486, 31.891],
16
+ [-88.085, 34.933],
17
+ [-88.173, 34.999],
18
+ [-85.624, 35.001],
19
+ [-85.201, 32.956],
20
+ [-84.93, 32.247],
21
+ [-85.067, 31.635],
22
+ [-85.067, 31.635],
23
+ [-85.007, 31.002],
24
+ [-87.594, 31.001],
25
+ [-87.49, 30.378]
26
+ ]
27
+ ]
28
+ }
29
+ },
30
+ {
31
+ "type": "Feature",
32
+ "properties": { "name": "Arkansas" },
33
+ "geometry": {
34
+ "type": "Polygon",
35
+ "coordinates": [
36
+ [
37
+ [-89.705, 36.002],
38
+ [-90.294, 35.001],
39
+ [-90.91, 34.189],
40
+ [-91.215, 33.583],
41
+ [-91.15, 33.016],
42
+ [-94.041, 33.012],
43
+ [-94.047, 33.554],
44
+ [-94.484, 33.648],
45
+ [-94.439, 35.387],
46
+ [-94.618, 36.501],
47
+ [-90.162, 36.501],
48
+ [-90.381, 35.993],
49
+ [-89.705, 36.002]
50
+ ]
51
+ ]
52
+ }
53
+ },
54
+ {
55
+ "type": "Feature",
56
+ "properties": { "name": "Arizona" },
57
+ "geometry": {
58
+ "type": "Polygon",
59
+ "coordinates": [
60
+ [
61
+ [-109.048, 31.328],
62
+ [-111.042, 31.324],
63
+ [-114.836, 32.508],
64
+ [-114.725, 32.715],
65
+ [-114.721, 32.724],
66
+ [-114.721, 32.724],
67
+ [-114.509, 33.904],
68
+ [-114.126, 34.287],
69
+ [-114.611, 34.991],
70
+ [-114.716, 36.085],
71
+ [-114.043, 36.182],
72
+ [-114.04, 37.004],
73
+ [-109.047, 37.001],
74
+ [-109.048, 31.328]
75
+ ]
76
+ ]
77
+ }
78
+ },
79
+ {
80
+ "type": "Feature",
81
+ "properties": { "name": "California" },
82
+ "geometry": {
83
+ "type": "Polygon",
84
+ "coordinates": [
85
+ [
86
+ [-114.611, 34.991],
87
+ [-114.126, 34.287],
88
+ [-114.509, 33.904],
89
+ [-114.721, 32.724],
90
+ [-114.721, 32.724],
91
+ [-114.725, 32.715],
92
+ [-117.128, 32.533],
93
+ [-117.467, 33.295],
94
+ [-118.506, 34.017],
95
+ [-119.144, 34.112],
96
+ [-119.606, 34.418],
97
+ [-120.481, 34.472],
98
+ [-120.634, 35.076],
99
+ [-121.877, 36.331],
100
+ [-121.881, 36.939],
101
+ [-122.395, 37.208],
102
+ [-122.514, 37.772],
103
+ [-122.071, 37.478],
104
+ [-122.385, 37.961],
105
+ [-121.717, 38.034],
106
+ [-122.484, 38.109],
107
+ [-122.521, 37.826],
108
+ [-122.932, 38.055],
109
+ [-123.121, 38.449],
110
+ [-123.701, 38.907],
111
+ [-123.884, 39.861],
112
+ [-124.324, 40.252],
113
+ [-124.072, 41.46],
114
+ [-124.228, 42.001],
115
+ [-120.001, 42.001],
116
+ [-120, 39],
117
+ [-118.126, 37.692],
118
+ [-114.611, 34.991]
119
+ ]
120
+ ]
121
+ }
122
+ },
123
+ {
124
+ "type": "Feature",
125
+ "properties": { "name": "Colorado" },
126
+ "geometry": {
127
+ "type": "Polygon",
128
+ "coordinates": [
129
+ [
130
+ [-109.047, 37.001],
131
+ [-109.046, 41.001],
132
+ [-104.022, 41.001],
133
+ [-102.025, 41.001],
134
+ [-102.024, 40.001],
135
+ [-102.013, 37.001],
136
+ [-103.001, 37.001],
137
+ [-109.047, 37.001]
138
+ ]
139
+ ]
140
+ }
141
+ },
142
+ {
143
+ "type": "Feature",
144
+ "properties": { "name": "Connecticut" },
145
+ "geometry": {
146
+ "type": "Polygon",
147
+ "coordinates": [
148
+ [
149
+ [-71.801, 42.012],
150
+ [-71.842, 41.336],
151
+ [-72.925, 41.285],
152
+ [-73.63, 40.992],
153
+ [-73.481, 42.056],
154
+ [-71.801, 42.012]
155
+ ]
156
+ ]
157
+ }
158
+ },
159
+ {
160
+ "type": "Feature",
161
+ "properties": { "name": "Florida" },
162
+ "geometry": {
163
+ "type": "Polygon",
164
+ "coordinates": [
165
+ [
166
+ [-87.49, 30.378],
167
+ [-87.594, 31.001],
168
+ [-85.007, 31.002],
169
+ [-84.884, 30.721],
170
+ [-82.24, 30.566],
171
+ [-81.936, 30.82],
172
+ [-81.504, 30.731],
173
+ [-81.25, 29.794],
174
+ [-80.9, 29.05],
175
+ [-80.749, 28.381],
176
+ [-80.226, 27.207],
177
+ [-80.041, 26.569],
178
+ [-80.367, 25.331],
179
+ [-81.11, 25.138],
180
+ [-81.365, 25.831],
181
+ [-81.716, 25.983],
182
+ [-82.067, 26.892],
183
+ [-82.29, 26.871],
184
+ [-82.844, 27.846],
185
+ [-82.651, 28.887],
186
+ [-83.694, 29.926],
187
+ [-84.044, 30.104],
188
+ [-84.383, 29.907],
189
+ [-85.319, 29.68],
190
+ [-85.756, 30.167],
191
+ [-86.454, 30.399],
192
+ [-87.49, 30.378]
193
+ ]
194
+ ]
195
+ }
196
+ },
197
+ {
198
+ "type": "Feature",
199
+ "properties": { "name": "Georgia" },
200
+ "geometry": {
201
+ "type": "Polygon",
202
+ "coordinates": [
203
+ [
204
+ [-85.007, 31.002],
205
+ [-85.067, 31.635],
206
+ [-85.067, 31.635],
207
+ [-84.93, 32.247],
208
+ [-85.201, 32.956],
209
+ [-85.624, 35.001],
210
+ [-84.325, 34.988],
211
+ [-83.115, 35.001],
212
+ [-83.356, 34.708],
213
+ [-82.819, 34.366],
214
+ [-82.819, 34.366],
215
+ [-82.589, 34.018],
216
+ [-81.578, 33.069],
217
+ [-81.075, 32.11],
218
+ [-80.872, 32.03],
219
+ [-81.113, 31.879],
220
+ [-81.504, 30.731],
221
+ [-81.936, 30.82],
222
+ [-82.24, 30.566],
223
+ [-84.884, 30.721],
224
+ [-85.007, 31.002]
225
+ ]
226
+ ]
227
+ }
228
+ },
229
+ {
230
+ "type": "Feature",
231
+ "properties": { "name": "Iowa" },
232
+ "geometry": {
233
+ "type": "Polygon",
234
+ "coordinates": [
235
+ [
236
+ [-91.442, 40.379],
237
+ [-91.732, 40.625],
238
+ [-95.765, 40.602],
239
+ [-95.884, 41.288],
240
+ [-96.481, 42.511],
241
+ [-96.622, 42.73],
242
+ [-96.454, 43.501],
243
+ [-91.245, 43.502],
244
+ [-91.07, 42.789],
245
+ [-90.651, 42.513],
246
+ [-90.168, 42.1],
247
+ [-90.437, 41.56],
248
+ [-91.048, 41.369],
249
+ [-90.954, 41.016],
250
+ [-91.442, 40.379]
251
+ ]
252
+ ]
253
+ }
254
+ },
255
+ {
256
+ "type": "Feature",
257
+ "properties": { "name": "Idaho" },
258
+ "geometry": {
259
+ "type": "Polygon",
260
+ "coordinates": [
261
+ [
262
+ [-117.039, 48.993],
263
+ [-116.048, 48.993],
264
+ [-116.049, 48.005],
265
+ [-115.702, 47.438],
266
+ [-114.602, 46.66],
267
+ [-114.351, 46.668],
268
+ [-114.529, 45.576],
269
+ [-113.802, 45.601],
270
+ [-113.469, 44.93],
271
+ [-113, 44.48],
272
+ [-111.051, 44.499],
273
+ [-111.05, 42.001],
274
+ [-114.043, 42.001],
275
+ [-117.017, 42.001],
276
+ [-117.02, 43.813],
277
+ [-116.953, 44.245],
278
+ [-117.202, 44.436],
279
+ [-116.549, 45.457],
280
+ [-116.521, 45.722],
281
+ [-116.896, 46.002],
282
+ [-117.025, 46.429],
283
+ [-117.039, 48.993]
284
+ ]
285
+ ]
286
+ }
287
+ },
288
+ {
289
+ "type": "Feature",
290
+ "properties": { "name": "Illinois" },
291
+ "geometry": {
292
+ "type": "Polygon",
293
+ "coordinates": [
294
+ [
295
+ [-91.442, 40.379],
296
+ [-90.954, 41.016],
297
+ [-91.048, 41.369],
298
+ [-90.437, 41.56],
299
+ [-90.168, 42.1],
300
+ [-90.651, 42.513],
301
+ [-87.039, 42.493],
302
+ [-87.221, 41.761],
303
+ [-87.521, 41.761],
304
+ [-87.529, 38.742],
305
+ [-88.042, 37.789],
306
+ [-88.495, 37.364],
307
+ [-88.472, 37.088],
308
+ [-89.046, 37.183],
309
+ [-89.154, 36.992],
310
+ [-89.414, 37.102],
311
+ [-89.523, 37.645],
312
+ [-90.366, 38.254],
313
+ [-90.127, 38.833],
314
+ [-90.664, 38.987],
315
+ [-91.379, 39.749],
316
+ [-91.442, 40.379]
317
+ ]
318
+ ]
319
+ }
320
+ },
321
+ {
322
+ "type": "Feature",
323
+ "properties": { "name": "Indiana" },
324
+ "geometry": {
325
+ "type": "Polygon",
326
+ "coordinates": [
327
+ [
328
+ [-88.042, 37.789],
329
+ [-87.529, 38.742],
330
+ [-87.521, 41.761],
331
+ [-87.221, 41.761],
332
+ [-84.796, 41.76],
333
+ [-84.796, 41.701],
334
+ [-84.822, 39.092],
335
+ [-84.801, 38.819],
336
+ [-85.186, 38.694],
337
+ [-85.186, 38.694],
338
+ [-86.103, 37.992],
339
+ [-86.43, 38.14],
340
+ [-86.599, 37.875],
341
+ [-87.906, 37.902],
342
+ [-88.042, 37.789]
343
+ ]
344
+ ]
345
+ }
346
+ },
347
+ {
348
+ "type": "Feature",
349
+ "properties": { "name": "Kansas" },
350
+ "geometry": {
351
+ "type": "Polygon",
352
+ "coordinates": [
353
+ [
354
+ [-102.013, 37.001],
355
+ [-102.024, 40.001],
356
+ [-95.347, 40.001],
357
+ [-94.893, 39.782],
358
+ [-95.058, 39.509],
359
+ [-94.625, 39.086],
360
+ [-94.618, 37.001],
361
+ [-102.013, 37.001]
362
+ ]
363
+ ]
364
+ }
365
+ },
366
+ {
367
+ "type": "Feature",
368
+ "properties": { "name": "Kentucky" },
369
+ "geometry": {
370
+ "type": "Polygon",
371
+ "coordinates": [
372
+ [
373
+ [-89.154, 36.992],
374
+ [-89.046, 37.183],
375
+ [-88.472, 37.088],
376
+ [-88.495, 37.364],
377
+ [-88.042, 37.789],
378
+ [-87.906, 37.902],
379
+ [-86.599, 37.875],
380
+ [-86.43, 38.14],
381
+ [-86.103, 37.992],
382
+ [-85.186, 38.694],
383
+ [-85.186, 38.694],
384
+ [-84.801, 38.819],
385
+ [-84.822, 39.092],
386
+ [-84.358, 39.05],
387
+ [-83.69, 38.65],
388
+ [-82.88, 38.71],
389
+ [-82.613, 38.448],
390
+ [-82.589, 38.1],
391
+ [-81.965, 37.54],
392
+ [-83.15, 36.762],
393
+ [-83.668, 36.605],
394
+ [-86.508, 36.665],
395
+ [-87.839, 36.644],
396
+ [-88.059, 36.5],
397
+ [-89.45, 36.5],
398
+ [-89.154, 36.992]
399
+ ]
400
+ ]
401
+ }
402
+ },
403
+ {
404
+ "type": "Feature",
405
+ "properties": { "name": "Louisiana" },
406
+ "geometry": {
407
+ "type": "Polygon",
408
+ "coordinates": [
409
+ [
410
+ [-94.041, 33.012],
411
+ [-91.15, 33.016],
412
+ [-90.948, 32.24],
413
+ [-91.373, 31.774],
414
+ [-91.656, 31.002],
415
+ [-89.735, 31.001],
416
+ [-89.835, 30.731],
417
+ [-89.521, 30.193],
418
+ [-90.225, 30.379],
419
+ [-90.175, 30.029],
420
+ [-89.737, 30.172],
421
+ [-89.354, 29.82],
422
+ [-89.721, 29.619],
423
+ [-89.016, 29.203],
424
+ [-89.354, 29.07],
425
+ [-89.877, 29.458],
426
+ [-90.213, 29.105],
427
+ [-90.751, 29.131],
428
+ [-91.893, 29.836],
429
+ [-92.261, 29.557],
430
+ [-93.176, 29.779],
431
+ [-93.884, 29.81],
432
+ [-93.794, 29.977],
433
+ [-93.558, 31.18],
434
+ [-94.043, 31.999],
435
+ [-94.041, 33.012]
436
+ ]
437
+ ]
438
+ }
439
+ },
440
+ {
441
+ "type": "Feature",
442
+ "properties": { "name": "Massachusetts" },
443
+ "geometry": {
444
+ "type": "Polygon",
445
+ "coordinates": [
446
+ [
447
+ [-71.801, 42.012],
448
+ [-73.481, 42.056],
449
+ [-73.253, 42.752],
450
+ [-72.467, 42.73],
451
+ [-71.33, 42.702],
452
+ [-70.806, 42.877],
453
+ [-71.046, 42.331],
454
+ [-70.738, 42.229],
455
+ [-70.515, 41.803],
456
+ [-69.949, 41.677],
457
+ [-71.169, 41.489],
458
+ [-71.387, 42.017],
459
+ [-71.801, 42.012]
460
+ ]
461
+ ]
462
+ }
463
+ },
464
+ {
465
+ "type": "Feature",
466
+ "properties": { "name": "Maryland" },
467
+ "geometry": {
468
+ "type": "Polygon",
469
+ "coordinates": [
470
+ [
471
+ [-77.03, 38.889],
472
+ [-77.122, 38.944],
473
+ [-77.727, 39.346],
474
+ [-78.181, 39.686],
475
+ [-78.778, 39.627],
476
+ [-79.488, 39.211],
477
+ [-79.477, 39.723],
478
+ [-75.785, 39.722],
479
+ [-75.707, 38.455],
480
+ [-75.038, 38.456],
481
+ [-75.376, 38.025],
482
+ [-75.851, 37.972],
483
+ [-75.889, 38.356],
484
+ [-76.236, 39.192],
485
+ [-76.421, 39.225],
486
+ [-76.454, 38.174],
487
+ [-77.242, 38.495],
488
+ [-77.03, 38.889]
489
+ ]
490
+ ]
491
+ }
492
+ },
493
+ {
494
+ "type": "Feature",
495
+ "properties": { "name": "Maine" },
496
+ "geometry": {
497
+ "type": "Polygon",
498
+ "coordinates": [
499
+ [
500
+ [-70.733, 43.07],
501
+ [-70.956, 43.389],
502
+ [-71.085, 45.294],
503
+ [-70.898, 45.262],
504
+ [-70.296, 45.906],
505
+ [-70.008, 46.709],
506
+ [-69.243, 47.463],
507
+ [-68.829, 47.203],
508
+ [-68.235, 47.346],
509
+ [-67.807, 47.083],
510
+ [-67.785, 45.702],
511
+ [-67.433, 45.603],
512
+ [-67.473, 45.276],
513
+ [-67.125, 45.169],
514
+ [-67.191, 44.676],
515
+ [-67.839, 44.576],
516
+ [-68.057, 44.384],
517
+ [-68.451, 44.508],
518
+ [-68.533, 44.259],
519
+ [-68.961, 44.434],
520
+ [-69.068, 44.098],
521
+ [-69.808, 43.772],
522
+ [-69.965, 43.855],
523
+ [-70.733, 43.07]
524
+ ]
525
+ ]
526
+ }
527
+ },
528
+ {
529
+ "type": "Feature",
530
+ "properties": { "name": "Michigan" },
531
+ "geometry": {
532
+ "type": "Polygon",
533
+ "coordinates": [
534
+ [
535
+ [-89.498, 47.998],
536
+ [-88.378, 48.303],
537
+ [-84.876, 46.9],
538
+ [-84.562, 46.457],
539
+ [-84.192, 46.55],
540
+ [-83.978, 46.085],
541
+ [-83.616, 46.117],
542
+ [-83.593, 45.817],
543
+ [-82.551, 45.347],
544
+ [-82.138, 43.571],
545
+ [-82.545, 42.625],
546
+ [-83.073, 42.3],
547
+ [-83.122, 41.95],
548
+ [-83.464, 41.739],
549
+ [-84.796, 41.701],
550
+ [-84.796, 41.76],
551
+ [-87.221, 41.761],
552
+ [-87.039, 42.493],
553
+ [-87.155, 43.327],
554
+ [-87.032, 44.091],
555
+ [-86.715, 44.846],
556
+ [-86.265, 45.227],
557
+ [-87.115, 45.452],
558
+ [-87.46, 45.068],
559
+ [-87.865, 45.368],
560
+ [-87.809, 45.686],
561
+ [-88.152, 45.945],
562
+ [-90.119, 46.342],
563
+ [-90.413, 46.585],
564
+ [-89.958, 47.287],
565
+ [-89.498, 47.998]
566
+ ]
567
+ ]
568
+ }
569
+ },
570
+ {
571
+ "type": "Feature",
572
+ "properties": { "name": "Minnesota" },
573
+ "geometry": {
574
+ "type": "Polygon",
575
+ "coordinates": [
576
+ [
577
+ [-97.226, 48.993],
578
+ [-95.162, 48.992],
579
+ [-95.155, 49.37],
580
+ [-94.854, 49.305],
581
+ [-94.621, 48.743],
582
+ [-93.708, 48.525],
583
+ [-92.996, 48.612],
584
+ [-91.518, 48.058],
585
+ [-90.84, 48.201],
586
+ [-89.498, 47.998],
587
+ [-89.958, 47.287],
588
+ [-90.654, 47.309],
589
+ [-91.468, 46.925],
590
+ [-92.292, 46.661],
591
+ [-92.293, 46.084],
592
+ [-92.694, 45.909],
593
+ [-92.799, 44.79],
594
+ [-91.383, 43.991],
595
+ [-91.245, 43.502],
596
+ [-96.454, 43.501],
597
+ [-96.454, 45.297],
598
+ [-96.845, 45.596],
599
+ [-96.556, 45.943],
600
+ [-96.787, 46.648],
601
+ [-96.859, 47.588],
602
+ [-97.126, 48.173],
603
+ [-97.226, 48.993]
604
+ ]
605
+ ]
606
+ }
607
+ },
608
+ {
609
+ "type": "Feature",
610
+ "properties": { "name": "Missouri" },
611
+ "geometry": {
612
+ "type": "Polygon",
613
+ "coordinates": [
614
+ [
615
+ [-89.705, 36.002],
616
+ [-90.381, 35.993],
617
+ [-90.162, 36.501],
618
+ [-94.618, 36.501],
619
+ [-94.618, 37.001],
620
+ [-94.625, 39.086],
621
+ [-95.058, 39.509],
622
+ [-94.893, 39.782],
623
+ [-95.347, 40.001],
624
+ [-95.765, 40.602],
625
+ [-91.732, 40.625],
626
+ [-91.442, 40.379],
627
+ [-91.379, 39.749],
628
+ [-90.664, 38.987],
629
+ [-90.127, 38.833],
630
+ [-90.366, 38.254],
631
+ [-89.523, 37.645],
632
+ [-89.414, 37.102],
633
+ [-89.154, 36.992],
634
+ [-89.45, 36.5],
635
+ [-89.487, 36.503],
636
+ [-89.557, 36.501],
637
+ [-89.705, 36.002]
638
+ ]
639
+ ]
640
+ }
641
+ },
642
+ {
643
+ "type": "Feature",
644
+ "properties": { "name": "Mississippi" },
645
+ "geometry": {
646
+ "type": "Polygon",
647
+ "coordinates": [
648
+ [
649
+ [-88.173, 34.999],
650
+ [-88.085, 34.933],
651
+ [-88.486, 31.891],
652
+ [-88.4, 30.371],
653
+ [-88.905, 30.415],
654
+ [-89.521, 30.193],
655
+ [-89.835, 30.731],
656
+ [-89.735, 31.001],
657
+ [-91.656, 31.002],
658
+ [-91.373, 31.774],
659
+ [-90.948, 32.24],
660
+ [-91.15, 33.016],
661
+ [-91.215, 33.583],
662
+ [-90.91, 34.189],
663
+ [-90.294, 35.001],
664
+ [-88.173, 34.999]
665
+ ]
666
+ ]
667
+ }
668
+ },
669
+ {
670
+ "type": "Feature",
671
+ "properties": { "name": "Montana" },
672
+ "geometry": {
673
+ "type": "Polygon",
674
+ "coordinates": [
675
+ [
676
+ [-104.034, 48.993],
677
+ [-104.011, 45.943],
678
+ [-104.037, 45.001],
679
+ [-111.051, 45.001],
680
+ [-111.051, 44.499],
681
+ [-113, 44.48],
682
+ [-113.469, 44.93],
683
+ [-113.802, 45.601],
684
+ [-114.529, 45.576],
685
+ [-114.351, 46.668],
686
+ [-114.602, 46.66],
687
+ [-115.702, 47.438],
688
+ [-116.049, 48.005],
689
+ [-116.048, 48.993],
690
+ [-104.034, 48.993]
691
+ ]
692
+ ]
693
+ }
694
+ },
695
+ {
696
+ "type": "Feature",
697
+ "properties": { "name": "North Carolina" },
698
+ "geometry": {
699
+ "type": "Polygon",
700
+ "coordinates": [
701
+ [
702
+ [-83.115, 35.001],
703
+ [-84.325, 34.988],
704
+ [-83.871, 35.515],
705
+ [-82.99, 35.8],
706
+ [-82.888, 35.952],
707
+ [-82.051, 36.123],
708
+ [-81.659, 36.611],
709
+ [-75.966, 36.551],
710
+ [-75.883, 36.176],
711
+ [-76.726, 35.958],
712
+ [-75.772, 35.9],
713
+ [-75.774, 35.647],
714
+ [-76.174, 35.354],
715
+ [-76.974, 35.458],
716
+ [-76.513, 35.27],
717
+ [-76.517, 34.777],
718
+ [-77.134, 34.708],
719
+ [-77.751, 34.285],
720
+ [-77.928, 33.94],
721
+ [-78.564, 33.877],
722
+ [-79.654, 34.797],
723
+ [-80.784, 34.829],
724
+ [-81.087, 35.156],
725
+ [-82.356, 35.202],
726
+ [-83.115, 35.001]
727
+ ]
728
+ ]
729
+ }
730
+ },
731
+ {
732
+ "type": "Feature",
733
+ "properties": { "name": "North Dakota" },
734
+ "geometry": {
735
+ "type": "Polygon",
736
+ "coordinates": [
737
+ [
738
+ [-97.226, 48.993],
739
+ [-97.126, 48.173],
740
+ [-96.859, 47.588],
741
+ [-96.787, 46.648],
742
+ [-96.556, 45.943],
743
+ [-104.011, 45.943],
744
+ [-104.034, 48.993],
745
+ [-97.226, 48.993]
746
+ ]
747
+ ]
748
+ }
749
+ },
750
+ {
751
+ "type": "Feature",
752
+ "properties": { "name": "Nebraska" },
753
+ "geometry": {
754
+ "type": "Polygon",
755
+ "coordinates": [
756
+ [
757
+ [-102.024, 40.001],
758
+ [-102.025, 41.001],
759
+ [-104.022, 41.001],
760
+ [-104.029, 43.001],
761
+ [-98.442, 43.001],
762
+ [-98.143, 42.852],
763
+ [-97.417, 42.881],
764
+ [-96.481, 42.511],
765
+ [-95.884, 41.288],
766
+ [-95.765, 40.602],
767
+ [-95.347, 40.001],
768
+ [-102.024, 40.001]
769
+ ]
770
+ ]
771
+ }
772
+ },
773
+ {
774
+ "type": "Feature",
775
+ "properties": { "name": "New Hampshire" },
776
+ "geometry": {
777
+ "type": "Polygon",
778
+ "coordinates": [
779
+ [
780
+ [-71.518, 45.008],
781
+ [-71.085, 45.294],
782
+ [-70.956, 43.389],
783
+ [-70.733, 43.07],
784
+ [-70.806, 42.877],
785
+ [-71.33, 42.702],
786
+ [-72.467, 42.73],
787
+ [-72.385, 43.529],
788
+ [-72.031, 44.301],
789
+ [-71.683, 44.45],
790
+ [-71.518, 45.008]
791
+ ]
792
+ ]
793
+ }
794
+ },
795
+ {
796
+ "type": "Feature",
797
+ "properties": { "name": "New Jersey" },
798
+ "geometry": {
799
+ "type": "Polygon",
800
+ "coordinates": [
801
+ [
802
+ [-75.074, 39.983],
803
+ [-74.735, 40.155],
804
+ [-75.189, 40.596],
805
+ [-75.123, 40.999],
806
+ [-74.699, 41.357],
807
+ [-73.91, 40.992],
808
+ [-74.242, 40.456],
809
+ [-73.958, 40.328],
810
+ [-74.176, 39.727],
811
+ [-74.794, 39.002],
812
+ [-75.524, 39.49],
813
+ [-75.074, 39.983]
814
+ ]
815
+ ]
816
+ }
817
+ },
818
+ {
819
+ "type": "Feature",
820
+ "properties": { "name": "New Mexico" },
821
+ "geometry": {
822
+ "type": "Polygon",
823
+ "coordinates": [
824
+ [
825
+ [-109.048, 31.328],
826
+ [-109.047, 37.001],
827
+ [-103.001, 37.001],
828
+ [-103, 36.501],
829
+ [-103.042, 36.501],
830
+ [-103.066, 32.003],
831
+ [-106.668, 32.001],
832
+ [-106.566, 31.82],
833
+ [-106.566, 31.82],
834
+ [-106.445, 31.768],
835
+ [-108.212, 31.779],
836
+ [-108.214, 31.329],
837
+ [-109.048, 31.328]
838
+ ]
839
+ ]
840
+ }
841
+ },
842
+ {
843
+ "type": "Feature",
844
+ "properties": { "name": "Nevada" },
845
+ "geometry": {
846
+ "type": "Polygon",
847
+ "coordinates": [
848
+ [
849
+ [-114.04, 37.004],
850
+ [-114.043, 36.182],
851
+ [-114.716, 36.085],
852
+ [-114.611, 34.991],
853
+ [-118.126, 37.692],
854
+ [-120, 39],
855
+ [-120.001, 42.001],
856
+ [-117.017, 42.001],
857
+ [-114.043, 42.001],
858
+ [-114.04, 37.004]
859
+ ]
860
+ ]
861
+ }
862
+ },
863
+ {
864
+ "type": "Feature",
865
+ "properties": { "name": "New York" },
866
+ "geometry": {
867
+ "type": "Polygon",
868
+ "coordinates": [
869
+ [
870
+ [-79.762, 42.539],
871
+ [-78.915, 42.909],
872
+ [-79.172, 43.467],
873
+ [-78.72, 43.625],
874
+ [-76.82, 43.629],
875
+ [-76.465, 44.058],
876
+ [-75.401, 44.772],
877
+ [-74.857, 45.004],
878
+ [-73.352, 45.005],
879
+ [-73.391, 43.579],
880
+ [-73.247, 43.553],
881
+ [-73.253, 42.752],
882
+ [-73.481, 42.056],
883
+ [-73.63, 40.992],
884
+ [-73.91, 40.992],
885
+ [-74.699, 41.357],
886
+ [-75.351, 41.998],
887
+ [-79.763, 42.001],
888
+ [-79.762, 42.539]
889
+ ]
890
+ ]
891
+ }
892
+ },
893
+ {
894
+ "type": "Feature",
895
+ "properties": { "name": "Ohio" },
896
+ "geometry": {
897
+ "type": "Polygon",
898
+ "coordinates": [
899
+ [
900
+ [-83.122, 41.95],
901
+ [-82.439, 41.675],
902
+ [-81.278, 42.209],
903
+ [-80.521, 42.324],
904
+ [-80.519, 40.647],
905
+ [-80.963, 39.571],
906
+ [-82.001, 39.011],
907
+ [-82.387, 38.434],
908
+ [-82.613, 38.448],
909
+ [-82.88, 38.71],
910
+ [-83.69, 38.65],
911
+ [-84.358, 39.05],
912
+ [-84.822, 39.092],
913
+ [-84.796, 41.701],
914
+ [-83.464, 41.739],
915
+ [-83.122, 41.95]
916
+ ]
917
+ ]
918
+ }
919
+ },
920
+ {
921
+ "type": "Feature",
922
+ "properties": { "name": "Oklahoma" },
923
+ "geometry": {
924
+ "type": "Polygon",
925
+ "coordinates": [
926
+ [
927
+ [-94.618, 36.501],
928
+ [-94.439, 35.387],
929
+ [-94.484, 33.648],
930
+ [-95.146, 33.937],
931
+ [-95.942, 33.883],
932
+ [-96.315, 33.711],
933
+ [-96.978, 33.938],
934
+ [-97.119, 33.735],
935
+ [-98.099, 34.145],
936
+ [-99.187, 34.235],
937
+ [-99.999, 34.587],
938
+ [-100.002, 36.501],
939
+ [-103, 36.501],
940
+ [-103.001, 37.001],
941
+ [-102.013, 37.001],
942
+ [-94.618, 37.001],
943
+ [-94.618, 36.501]
944
+ ]
945
+ ]
946
+ }
947
+ },
948
+ {
949
+ "type": "Feature",
950
+ "properties": { "name": "Oregon" },
951
+ "geometry": {
952
+ "type": "Polygon",
953
+ "coordinates": [
954
+ [
955
+ [-120.001, 42.001],
956
+ [-124.228, 42.001],
957
+ [-124.54, 42.813],
958
+ [-124.149, 43.692],
959
+ [-123.912, 46.182],
960
+ [-123.221, 46.154],
961
+ [-122.942, 46.115],
962
+ [-122.726, 45.674],
963
+ [-122.15, 45.594],
964
+ [-122.15, 45.594],
965
+ [-121.045, 45.639],
966
+ [-119.002, 46.001],
967
+ [-116.896, 46.002],
968
+ [-116.521, 45.722],
969
+ [-116.549, 45.457],
970
+ [-117.202, 44.436],
971
+ [-116.953, 44.245],
972
+ [-117.02, 43.813],
973
+ [-117.017, 42.001],
974
+ [-120.001, 42.001]
975
+ ]
976
+ ]
977
+ }
978
+ },
979
+ {
980
+ "type": "Feature",
981
+ "properties": { "name": "Pennsylvania" },
982
+ "geometry": {
983
+ "type": "Polygon",
984
+ "coordinates": [
985
+ [
986
+ [-80.521, 42.324],
987
+ [-79.762, 42.539],
988
+ [-79.763, 42.001],
989
+ [-75.351, 41.998],
990
+ [-74.699, 41.357],
991
+ [-75.123, 40.999],
992
+ [-75.189, 40.596],
993
+ [-74.735, 40.155],
994
+ [-75.074, 39.983],
995
+ [-75.785, 39.722],
996
+ [-79.477, 39.723],
997
+ [-80.519, 39.723],
998
+ [-80.519, 40.647],
999
+ [-80.521, 42.324]
1000
+ ]
1001
+ ]
1002
+ }
1003
+ },
1004
+ {
1005
+ "type": "Feature",
1006
+ "properties": { "name": "South Carolina" },
1007
+ "geometry": {
1008
+ "type": "Polygon",
1009
+ "coordinates": [
1010
+ [
1011
+ [-80.872, 32.03],
1012
+ [-81.075, 32.11],
1013
+ [-81.578, 33.069],
1014
+ [-82.589, 34.018],
1015
+ [-82.819, 34.366],
1016
+ [-82.819, 34.366],
1017
+ [-83.356, 34.708],
1018
+ [-83.115, 35.001],
1019
+ [-82.356, 35.202],
1020
+ [-81.087, 35.156],
1021
+ [-80.784, 34.829],
1022
+ [-79.654, 34.797],
1023
+ [-78.564, 33.877],
1024
+ [-79.229, 33.185],
1025
+ [-80.363, 32.501],
1026
+ [-80.872, 32.03]
1027
+ ]
1028
+ ]
1029
+ }
1030
+ },
1031
+ {
1032
+ "type": "Feature",
1033
+ "properties": { "name": "South Dakota" },
1034
+ "geometry": {
1035
+ "type": "Polygon",
1036
+ "coordinates": [
1037
+ [
1038
+ [-96.454, 43.501],
1039
+ [-96.622, 42.73],
1040
+ [-96.481, 42.511],
1041
+ [-97.417, 42.881],
1042
+ [-98.143, 42.852],
1043
+ [-98.442, 43.001],
1044
+ [-104.029, 43.001],
1045
+ [-104.037, 45.001],
1046
+ [-104.011, 45.943],
1047
+ [-96.556, 45.943],
1048
+ [-96.845, 45.596],
1049
+ [-96.454, 45.297],
1050
+ [-96.454, 43.501]
1051
+ ]
1052
+ ]
1053
+ }
1054
+ },
1055
+ {
1056
+ "type": "Feature",
1057
+ "properties": { "name": "Tennessee" },
1058
+ "geometry": {
1059
+ "type": "Polygon",
1060
+ "coordinates": [
1061
+ [
1062
+ [-85.624, 35.001],
1063
+ [-88.173, 34.999],
1064
+ [-90.294, 35.001],
1065
+ [-89.705, 36.002],
1066
+ [-89.557, 36.501],
1067
+ [-89.487, 36.503],
1068
+ [-89.45, 36.5],
1069
+ [-88.059, 36.5],
1070
+ [-87.839, 36.644],
1071
+ [-86.508, 36.665],
1072
+ [-83.668, 36.605],
1073
+ [-81.659, 36.611],
1074
+ [-82.051, 36.123],
1075
+ [-82.888, 35.952],
1076
+ [-82.99, 35.8],
1077
+ [-83.871, 35.515],
1078
+ [-84.325, 34.988],
1079
+ [-85.624, 35.001]
1080
+ ]
1081
+ ]
1082
+ }
1083
+ },
1084
+ {
1085
+ "type": "Feature",
1086
+ "properties": { "name": "Texas" },
1087
+ "geometry": {
1088
+ "type": "Polygon",
1089
+ "coordinates": [
1090
+ [
1091
+ [-94.484, 33.648],
1092
+ [-94.047, 33.554],
1093
+ [-94.041, 33.012],
1094
+ [-94.043, 31.999],
1095
+ [-93.558, 31.18],
1096
+ [-93.794, 29.977],
1097
+ [-94.1, 29.67],
1098
+ [-94.778, 29.548],
1099
+ [-95.274, 28.964],
1100
+ [-95.853, 28.64],
1101
+ [-96.64, 28.709],
1102
+ [-96.421, 28.457],
1103
+ [-97.034, 28.094],
1104
+ [-97.555, 26.967],
1105
+ [-97.146, 25.961],
1106
+ [-97.358, 25.871],
1107
+ [-98.275, 26.111],
1108
+ [-99.108, 26.447],
1109
+ [-99.444, 27.037],
1110
+ [-99.505, 27.548],
1111
+ [-100.296, 28.328],
1112
+ [-100.659, 29.069],
1113
+ [-101.546, 29.808],
1114
+ [-102.343, 29.865],
1115
+ [-102.734, 29.644],
1116
+ [-102.892, 29.216],
1117
+ [-103.258, 29.001],
1118
+ [-104.504, 29.678],
1119
+ [-104.918, 30.583],
1120
+ [-106.256, 31.545],
1121
+ [-106.445, 31.768],
1122
+ [-106.566, 31.82],
1123
+ [-106.566, 31.82],
1124
+ [-106.668, 32.001],
1125
+ [-103.066, 32.003],
1126
+ [-103.042, 36.501],
1127
+ [-103, 36.501],
1128
+ [-100.002, 36.501],
1129
+ [-99.999, 34.587],
1130
+ [-99.187, 34.235],
1131
+ [-98.099, 34.145],
1132
+ [-97.119, 33.735],
1133
+ [-96.978, 33.938],
1134
+ [-96.315, 33.711],
1135
+ [-95.942, 33.883],
1136
+ [-95.146, 33.937],
1137
+ [-94.484, 33.648]
1138
+ ]
1139
+ ]
1140
+ }
1141
+ },
1142
+ {
1143
+ "type": "Feature",
1144
+ "properties": { "name": "Utah" },
1145
+ "geometry": {
1146
+ "type": "Polygon",
1147
+ "coordinates": [
1148
+ [
1149
+ [-109.047, 37.001],
1150
+ [-114.04, 37.004],
1151
+ [-114.043, 42.001],
1152
+ [-111.05, 42.001],
1153
+ [-111.05, 41.001],
1154
+ [-109.046, 41.001],
1155
+ [-109.047, 37.001]
1156
+ ]
1157
+ ]
1158
+ }
1159
+ },
1160
+ {
1161
+ "type": "Feature",
1162
+ "properties": { "name": "Virginia" },
1163
+ "geometry": {
1164
+ "type": "Polygon",
1165
+ "coordinates": [
1166
+ [
1167
+ [-77.122, 38.944],
1168
+ [-77.03, 38.889],
1169
+ [-77.314, 38.397],
1170
+ [-76.264, 37.894],
1171
+ [-76.263, 37.357],
1172
+ [-76.611, 37.323],
1173
+ [-75.999, 36.913],
1174
+ [-75.966, 36.551],
1175
+ [-81.659, 36.611],
1176
+ [-83.668, 36.605],
1177
+ [-83.15, 36.762],
1178
+ [-81.965, 37.54],
1179
+ [-81.565, 37.21],
1180
+ [-80.316, 37.51],
1181
+ [-79.598, 38.577],
1182
+ [-79.24, 38.477],
1183
+ [-79.041, 38.79],
1184
+ [-78.435, 39.161],
1185
+ [-78.322, 39.452],
1186
+ [-77.836, 39.145],
1187
+ [-77.727, 39.346],
1188
+ [-77.122, 38.944]
1189
+ ]
1190
+ ]
1191
+ }
1192
+ },
1193
+ {
1194
+ "type": "Feature",
1195
+ "properties": { "name": "Vermont" },
1196
+ "geometry": {
1197
+ "type": "Polygon",
1198
+ "coordinates": [
1199
+ [
1200
+ [-73.352, 45.005],
1201
+ [-71.518, 45.008],
1202
+ [-71.683, 44.45],
1203
+ [-72.031, 44.301],
1204
+ [-72.385, 43.529],
1205
+ [-72.467, 42.73],
1206
+ [-73.253, 42.752],
1207
+ [-73.247, 43.553],
1208
+ [-73.391, 43.579],
1209
+ [-73.352, 45.005]
1210
+ ]
1211
+ ]
1212
+ }
1213
+ },
1214
+ {
1215
+ "type": "Feature",
1216
+ "properties": { "name": "Washington" },
1217
+ "geometry": {
1218
+ "type": "Polygon",
1219
+ "coordinates": [
1220
+ [
1221
+ [-117.039, 48.993],
1222
+ [-117.025, 46.429],
1223
+ [-116.896, 46.002],
1224
+ [-119.002, 46.001],
1225
+ [-121.045, 45.639],
1226
+ [-122.15, 45.594],
1227
+ [-122.15, 45.594],
1228
+ [-122.726, 45.674],
1229
+ [-122.942, 46.115],
1230
+ [-123.221, 46.154],
1231
+ [-124.073, 46.279],
1232
+ [-124.112, 47.035],
1233
+ [-124.621, 47.904],
1234
+ [-124.71, 48.38],
1235
+ [-123.976, 48.168],
1236
+ [-122.779, 48.138],
1237
+ [-122.578, 47.293],
1238
+ [-122.354, 47.372],
1239
+ [-122.545, 48.762],
1240
+ [-122.789, 48.993],
1241
+ [-117.039, 48.993]
1242
+ ]
1243
+ ]
1244
+ }
1245
+ },
1246
+ {
1247
+ "type": "Feature",
1248
+ "properties": { "name": "Wisconsin" },
1249
+ "geometry": {
1250
+ "type": "Polygon",
1251
+ "coordinates": [
1252
+ [
1253
+ [-90.651, 42.513],
1254
+ [-91.07, 42.789],
1255
+ [-91.245, 43.502],
1256
+ [-91.383, 43.991],
1257
+ [-92.799, 44.79],
1258
+ [-92.694, 45.909],
1259
+ [-92.293, 46.084],
1260
+ [-92.292, 46.661],
1261
+ [-91.468, 46.925],
1262
+ [-90.654, 47.309],
1263
+ [-89.958, 47.287],
1264
+ [-90.413, 46.585],
1265
+ [-90.119, 46.342],
1266
+ [-88.152, 45.945],
1267
+ [-87.809, 45.686],
1268
+ [-87.865, 45.368],
1269
+ [-87.46, 45.068],
1270
+ [-87.115, 45.452],
1271
+ [-86.265, 45.227],
1272
+ [-86.715, 44.846],
1273
+ [-87.032, 44.091],
1274
+ [-87.155, 43.327],
1275
+ [-87.039, 42.493],
1276
+ [-90.651, 42.513]
1277
+ ]
1278
+ ]
1279
+ }
1280
+ },
1281
+ {
1282
+ "type": "Feature",
1283
+ "properties": { "name": "West Virginia" },
1284
+ "geometry": {
1285
+ "type": "Polygon",
1286
+ "coordinates": [
1287
+ [
1288
+ [-81.965, 37.54],
1289
+ [-82.589, 38.1],
1290
+ [-82.613, 38.448],
1291
+ [-82.387, 38.434],
1292
+ [-82.001, 39.011],
1293
+ [-80.963, 39.571],
1294
+ [-80.519, 40.647],
1295
+ [-80.519, 39.723],
1296
+ [-79.477, 39.723],
1297
+ [-79.488, 39.211],
1298
+ [-78.778, 39.627],
1299
+ [-78.181, 39.686],
1300
+ [-77.727, 39.346],
1301
+ [-77.836, 39.145],
1302
+ [-78.322, 39.452],
1303
+ [-78.435, 39.161],
1304
+ [-79.041, 38.79],
1305
+ [-79.24, 38.477],
1306
+ [-79.598, 38.577],
1307
+ [-80.316, 37.51],
1308
+ [-81.565, 37.21],
1309
+ [-81.965, 37.54]
1310
+ ]
1311
+ ]
1312
+ }
1313
+ },
1314
+ {
1315
+ "type": "Feature",
1316
+ "properties": { "name": "Wyoming" },
1317
+ "geometry": {
1318
+ "type": "Polygon",
1319
+ "coordinates": [
1320
+ [
1321
+ [-104.022, 41.001],
1322
+ [-109.046, 41.001],
1323
+ [-111.05, 41.001],
1324
+ [-111.05, 42.001],
1325
+ [-111.051, 44.499],
1326
+ [-111.051, 45.001],
1327
+ [-104.037, 45.001],
1328
+ [-104.029, 43.001],
1329
+ [-104.022, 41.001]
1330
+ ]
1331
+ ]
1332
+ }
1333
+ }
1334
+ ]
1335
+ }
1336
+ ;
1337
+
1338
+ export default _default;