@kong-ui-public/analytics-geo-map 1.4.16-pr.2582.db987385e.0 → 1.4.17-pr.2588.5db93a42d.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 (31) hide show
  1. package/dist/countries-simple-geo-BFUDnSiE.js +4 -0
  2. package/dist/style.css +1 -0
  3. package/dist/types/components/AnalyticsGeoMap.vue.d.ts +33 -0
  4. package/dist/types/components/AnalyticsGeoMap.vue.d.ts.map +1 -0
  5. package/dist/types/components/MapLegend.vue.d.ts +12 -0
  6. package/dist/types/components/MapLegend.vue.d.ts.map +1 -0
  7. package/dist/types/components/MapTooltip.vue.d.ts +14 -0
  8. package/dist/types/components/MapTooltip.vue.d.ts.map +1 -0
  9. package/dist/types/composables/index.d.ts +8 -0
  10. package/dist/types/composables/index.d.ts.map +1 -0
  11. package/dist/types/composables/useI18n.d.ts +9 -0
  12. package/dist/types/composables/useI18n.d.ts.map +1 -0
  13. package/dist/types/composables/useMetricUtils.d.ts +23 -0
  14. package/dist/types/composables/useMetricUtils.d.ts.map +1 -0
  15. package/dist/types/index.d.ts +5 -0
  16. package/dist/types/index.d.ts.map +1 -0
  17. package/dist/types/types/index.d.ts +5 -0
  18. package/dist/types/types/index.d.ts.map +1 -0
  19. package/dist/types/types/map-options.d.ts +5 -0
  20. package/dist/types/types/map-options.d.ts.map +1 -0
  21. package/dist/types/types/metric-units.d.ts +2 -0
  22. package/dist/types/types/metric-units.d.ts.map +1 -0
  23. package/dist/types/utils/debounce.d.ts +2 -0
  24. package/dist/types/utils/debounce.d.ts.map +1 -0
  25. package/dist/types/utils/explore-to-country-metrics.d.ts +3 -0
  26. package/dist/types/utils/explore-to-country-metrics.d.ts.map +1 -0
  27. package/dist/types/utils/index.d.ts +3 -0
  28. package/dist/types/utils/index.d.ts.map +1 -0
  29. package/dist/vitals-geo-map.es.js +4973 -0
  30. package/dist/vitals-geo-map.umd.js +1 -0
  31. package/package.json +3 -4
@@ -0,0 +1,4973 @@
1
+ import { computed as B, defineComponent as Dt, createElementBlock as se, openBlock as W, createCommentVNode as Ne, toDisplayString as ve, Fragment as Kr, renderList as Wr, createElementVNode as ee, normalizeStyle as Zr, useCssVars as qr, toRef as ut, ref as De, useId as Jr, onMounted as Xr, watch as ct, createBlock as nn, renderSlot as dt, createVNode as Qr, unref as de, createTextVNode as ea } from "vue";
2
+ import { Map as ta } from "maplibre-gl";
3
+ import { createI18n as na, i18nTComponent as ra } from "@kong-ui-public/i18n";
4
+ import { AnalyticsIcon as aa } from "@kong/icons";
5
+ const ia = {
6
+ ms: "ms",
7
+ bytes: "Byte{plural}",
8
+ count: "request{plural}",
9
+ "count/minute": "rpm",
10
+ requests: "request{plural}"
11
+ }, oa = {
12
+ request_count: "Request count",
13
+ request_per_minute: "Requests per minute",
14
+ response_latency_average: "Response latency (avg)",
15
+ response_latency_p99: "Response latency (p99)",
16
+ response_latency_p95: "Response latency (p95)",
17
+ response_latency_p50: "Response latency (p50)",
18
+ kong_latency_average: "Kong latency (avg)",
19
+ kong_latency_p99: "Kong latency (p99)",
20
+ kong_latency_p95: "Kong latency (p95)",
21
+ kong_latency_p50: "Kong latency (p50)",
22
+ upstream_latency_average: "Upstream latency (avg)",
23
+ upstream_latency_p99: "Upstream latency (p99)",
24
+ upstream_latency_p95: "Upstream latency (p95)",
25
+ upstream_latency_p50: "Upstream latency (p50)",
26
+ response_size_average: "Response size (avg)",
27
+ response_size_p99: "Response size (p99)",
28
+ response_size_p95: "Response size (p95)",
29
+ response_size_p50: "Response size (p50)",
30
+ response_size_sum: "Response size (sum)",
31
+ request_size_average: "Request size (avg)",
32
+ request_size_p99: "Request size (p99)",
33
+ request_size_p95: "Request size (p95)",
34
+ request_size_p50: "Request size (p50)",
35
+ request_size_sum: "Request size (sum)"
36
+ }, sa = {
37
+ windows_zoom_help_text: "Use Ctrl + Scroll to zoom the map",
38
+ mac_zoom_help_text: "Use ⌘ + Scroll to zoom the map",
39
+ mobile_zoom_help_text: "Use two fingers to zoom the map"
40
+ }, la = "No location", ua = "No location data found.", ca = {
41
+ metricUnits: ia,
42
+ metrics: oa,
43
+ cooperative_gestures: sa,
44
+ no_location_data: la,
45
+ no_location_data_description: ua
46
+ };
47
+ function da() {
48
+ const e = na("en-us", ca);
49
+ return {
50
+ i18n: e,
51
+ i18nT: ra(e)
52
+ // Translation component <i18n-t>
53
+ };
54
+ }
55
+ var ma = Object.defineProperty, fa = (e, t, n) => t in e ? ma(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, A = (e, t, n) => fa(e, typeof t != "symbol" ? t + "" : t, n), h = /* @__PURE__ */ ((e) => (e.FIFTEEN_MIN = "15m", e.ONE_HOUR = "1h", e.SIX_HOUR = "6h", e.TWELVE_HOUR = "12h", e.ONE_DAY = "24h", e.SEVEN_DAY = "7d", e.THIRTY_DAY = "30d", e.NINETY_DAY = "90d", e.ONE_HUNDRED_EIGHTY_DAY = "180d", e.ONE_YEAR = "365d", e.CURRENT_WEEK = "current_week", e.CURRENT_MONTH = "current_month", e.CURRENT_QUARTER = "current_quarter", e.CURRENT_YEAR = "current_year", e.PREVIOUS_WEEK = "previous_week", e.PREVIOUS_MONTH = "previous_month", e.PREVIOUS_QUARTER = "previous_quarter", e.PREVIOUS_YEAR = "previous_year", e))(h || {});
56
+ const pa = ["in", "not_in", "selector"], ha = ["empty", "not_empty"], ya = [
57
+ "15m",
58
+ "1h",
59
+ "6h",
60
+ "12h",
61
+ "24h",
62
+ "7d",
63
+ "current_week",
64
+ "previous_week",
65
+ "30d",
66
+ "current_month",
67
+ "previous_month"
68
+ ], Oe = (e) => e.filter((t) => t !== "time"), Mn = [
69
+ "api",
70
+ "api_product",
71
+ "api_product_version",
72
+ "control_plane",
73
+ "control_plane_group",
74
+ "data_plane_node",
75
+ "gateway_service",
76
+ "portal",
77
+ "route",
78
+ "status_code",
79
+ "status_code_grouped",
80
+ "time"
81
+ ], Tn = Oe(Mn), _a = [
82
+ ...Mn,
83
+ "application",
84
+ "consumer",
85
+ "country_code",
86
+ "upstream_status_code",
87
+ "upstream_status_code_grouped",
88
+ "response_source",
89
+ "data_plane_node_version",
90
+ "realm"
91
+ ], Sn = Oe(_a), ga = [
92
+ "control_plane",
93
+ "control_plane_group",
94
+ "gateway_service",
95
+ "consumer",
96
+ "application",
97
+ "route",
98
+ "ai_provider",
99
+ "ai_response_model",
100
+ "ai_request_model",
101
+ "llm_cache_status",
102
+ "llm_embeddings_provider",
103
+ "llm_embeddings_model",
104
+ "time",
105
+ "realm",
106
+ "status_code",
107
+ "status_code_grouped",
108
+ "ai_plugin"
109
+ ], Dn = Oe(ga), wa = [
110
+ "api",
111
+ "api_product",
112
+ "api_product_version",
113
+ "application",
114
+ "auth_type",
115
+ "client_ip",
116
+ "consumer",
117
+ "consumer_group",
118
+ "control_plane",
119
+ "control_plane_group",
120
+ "country_code",
121
+ "data_plane_node",
122
+ "data_plane_node_version",
123
+ "gateway_service",
124
+ "header_host",
125
+ "header_user_agent",
126
+ "http_method",
127
+ "portal",
128
+ "realm",
129
+ "request_id",
130
+ "request_uri",
131
+ "response_header_content_type",
132
+ "response_source",
133
+ "route",
134
+ "service_port",
135
+ "service_protocol",
136
+ "sse",
137
+ "status_code_grouped",
138
+ "time",
139
+ "trace_id",
140
+ "upstream_uri",
141
+ "upstream_status_code_grouped",
142
+ "websocket"
143
+ ];
144
+ Oe(wa);
145
+ const va = [
146
+ "ai_count",
147
+ "latencies_response_ms",
148
+ "latencies_upstream_ms",
149
+ "latencies_kong_gateway_ms",
150
+ "request_body_size",
151
+ "response_body_size",
152
+ "response_header_content_length",
153
+ "status_code",
154
+ "upstream_status_code"
155
+ ];
156
+ Oe(va);
157
+ new Set(Tn), new Set(Sn), new Set(Dn);
158
+ const Nt = [
159
+ { code: "AF", name: "Afghanistan" },
160
+ { code: "AX", name: "Aland Islands" },
161
+ { code: "AL", name: "Albania" },
162
+ { code: "DZ", name: "Algeria" },
163
+ { code: "AS", name: "American Samoa" },
164
+ { code: "AD", name: "Andorra" },
165
+ { code: "AO", name: "Angola" },
166
+ { code: "AI", name: "Anguilla" },
167
+ { code: "AQ", name: "Antarctica" },
168
+ { code: "AG", name: "Antigua and Barbuda" },
169
+ { code: "AR", name: "Argentina" },
170
+ { code: "AM", name: "Armenia" },
171
+ { code: "AW", name: "Aruba" },
172
+ { code: "AU", name: "Australia" },
173
+ { code: "AT", name: "Austria" },
174
+ { code: "AZ", name: "Azerbaijan" },
175
+ { code: "BS", name: "Bahamas" },
176
+ { code: "BH", name: "Bahrain" },
177
+ { code: "BD", name: "Bangladesh" },
178
+ { code: "BB", name: "Barbados" },
179
+ { code: "BY", name: "Belarus" },
180
+ { code: "BE", name: "Belgium" },
181
+ { code: "BZ", name: "Belize" },
182
+ { code: "BJ", name: "Benin" },
183
+ { code: "BM", name: "Bermuda" },
184
+ { code: "BT", name: "Bhutan" },
185
+ { code: "BO", name: "Bolivia" },
186
+ { code: "BA", name: "Bosnia and Herzegovina" },
187
+ { code: "BW", name: "Botswana" },
188
+ { code: "BV", name: "Bouvet Island" },
189
+ { code: "BR", name: "Brazil" },
190
+ { code: "IO", name: "British Indian Ocean Territory" },
191
+ { code: "BN", name: "Brunei Darussalam" },
192
+ { code: "BG", name: "Bulgaria" },
193
+ { code: "BF", name: "Burkina Faso" },
194
+ { code: "BI", name: "Burundi" },
195
+ { code: "KH", name: "Cambodia" },
196
+ { code: "CM", name: "Cameroon" },
197
+ { code: "CA", name: "Canada" },
198
+ { code: "CV", name: "Cape Verde" },
199
+ { code: "KY", name: "Cayman Islands" },
200
+ { code: "CF", name: "Central African Republic" },
201
+ { code: "TD", name: "Chad" },
202
+ { code: "CL", name: "Chile" },
203
+ { code: "CN", name: "China" },
204
+ { code: "CX", name: "Christmas Island" },
205
+ { code: "CC", name: "Cocos (Keeling) Islands" },
206
+ { code: "CO", name: "Colombia" },
207
+ { code: "KM", name: "Comoros" },
208
+ { code: "CG", name: "Congo" },
209
+ { code: "CD", name: "Democratic Republic of the Congo" },
210
+ { code: "CK", name: "Cook Islands" },
211
+ { code: "CR", name: "Costa Rica" },
212
+ { code: "CI", name: "Cote d'Ivoire" },
213
+ { code: "HR", name: "Croatia" },
214
+ { code: "CU", name: "Cuba" },
215
+ { code: "CY", name: "Cyprus" },
216
+ { code: "CZ", name: "Czech Republic" },
217
+ { code: "DK", name: "Denmark" },
218
+ { code: "DJ", name: "Djibouti" },
219
+ { code: "DM", name: "Dominica" },
220
+ { code: "DO", name: "Dominican Republic" },
221
+ { code: "EC", name: "Ecuador" },
222
+ { code: "EG", name: "Egypt" },
223
+ { code: "SV", name: "El Salvador" },
224
+ { code: "GQ", name: "Equatorial Guinea" },
225
+ { code: "ER", name: "Eritrea" },
226
+ { code: "EE", name: "Estonia" },
227
+ { code: "ET", name: "Ethiopia" },
228
+ { code: "FK", name: "Falkland Islands (Malvinas)" },
229
+ { code: "FO", name: "Faroe Islands" },
230
+ { code: "FJ", name: "Fiji" },
231
+ { code: "FI", name: "Finland" },
232
+ { code: "FR", name: "France" },
233
+ { code: "GF", name: "French Guiana" },
234
+ { code: "PF", name: "French Polynesia" },
235
+ { code: "TF", name: "French Southern Territories" },
236
+ { code: "GA", name: "Gabon" },
237
+ { code: "GM", name: "Gambia" },
238
+ { code: "GE", name: "Georgia" },
239
+ { code: "DE", name: "Germany" },
240
+ { code: "GH", name: "Ghana" },
241
+ { code: "GI", name: "Gibraltar" },
242
+ { code: "GR", name: "Greece" },
243
+ { code: "GL", name: "Greenland" },
244
+ { code: "GD", name: "Grenada" },
245
+ { code: "GP", name: "Guadeloupe" },
246
+ { code: "GU", name: "Guam" },
247
+ { code: "GT", name: "Guatemala" },
248
+ { code: "GG", name: "Guernsey" },
249
+ { code: "GN", name: "Guinea" },
250
+ { code: "GW", name: "Guinea-Bissau" },
251
+ { code: "GY", name: "Guyana" },
252
+ { code: "HT", name: "Haiti" },
253
+ { code: "HM", name: "Heard Island and McDonald Islands" },
254
+ { code: "VA", name: "The Vatican" },
255
+ { code: "HN", name: "Honduras" },
256
+ { code: "HK", name: "Hong Kong" },
257
+ { code: "HU", name: "Hungary" },
258
+ { code: "IS", name: "Iceland" },
259
+ { code: "IN", name: "India" },
260
+ { code: "ID", name: "Indonesia" },
261
+ { code: "IR", name: "Iran" },
262
+ { code: "IQ", name: "Iraq" },
263
+ { code: "IE", name: "Ireland" },
264
+ { code: "IM", name: "Isle of Man" },
265
+ { code: "IL", name: "Israel" },
266
+ { code: "IT", name: "Italy" },
267
+ { code: "JM", name: "Jamaica" },
268
+ { code: "JP", name: "Japan" },
269
+ { code: "JE", name: "Jersey" },
270
+ { code: "JO", name: "Jordan" },
271
+ { code: "KZ", name: "Kazakhstan" },
272
+ { code: "KE", name: "Kenya" },
273
+ { code: "KI", name: "Kiribati" },
274
+ { code: "KP", name: "North Korea" },
275
+ { code: "KR", name: "South Korea" },
276
+ { code: "KW", name: "Kuwait" },
277
+ { code: "KG", name: "Kyrgyzstan" },
278
+ { code: "LA", name: "Laos" },
279
+ { code: "LV", name: "Latvia" },
280
+ { code: "LB", name: "Lebanon" },
281
+ { code: "LS", name: "Lesotho" },
282
+ { code: "LR", name: "Liberia" },
283
+ { code: "LY", name: "Libya" },
284
+ { code: "LI", name: "Liechtenstein" },
285
+ { code: "LT", name: "Lithuania" },
286
+ { code: "LU", name: "Luxembourg" },
287
+ { code: "MO", name: "Macao" },
288
+ { code: "MK", name: "Macedonia" },
289
+ { code: "MG", name: "Madagascar" },
290
+ { code: "MW", name: "Malawi" },
291
+ { code: "MY", name: "Malaysia" },
292
+ { code: "MV", name: "Maldives" },
293
+ { code: "ML", name: "Mali" },
294
+ { code: "MT", name: "Malta" },
295
+ { code: "MH", name: "Marshall Islands" },
296
+ { code: "MQ", name: "Martinique" },
297
+ { code: "MR", name: "Mauritania" },
298
+ { code: "MU", name: "Mauritius" },
299
+ { code: "YT", name: "Mayotte" },
300
+ { code: "MX", name: "Mexico" },
301
+ { code: "FM", name: "Micronesia, " },
302
+ { code: "MD", name: "Moldova," },
303
+ { code: "MC", name: "Monaco" },
304
+ { code: "MN", name: "Mongolia" },
305
+ { code: "ME", name: "Montenegro" },
306
+ { code: "MS", name: "Montserrat" },
307
+ { code: "MA", name: "Morocco" },
308
+ { code: "MZ", name: "Mozambique" },
309
+ { code: "MM", name: "Myanmar" },
310
+ { code: "NA", name: "Namibia" },
311
+ { code: "NR", name: "Nauru" },
312
+ { code: "NP", name: "Nepal" },
313
+ { code: "NL", name: "Netherlands" },
314
+ { code: "NC", name: "New Caledonia" },
315
+ { code: "NZ", name: "New Zealand" },
316
+ { code: "NI", name: "Nicaragua" },
317
+ { code: "NE", name: "Niger" },
318
+ { code: "NG", name: "Nigeria" },
319
+ { code: "NU", name: "Niue" },
320
+ { code: "NF", name: "Norfolk Island" },
321
+ { code: "MP", name: "Northern Mariana Islands" },
322
+ { code: "NO", name: "Norway" },
323
+ { code: "OM", name: "Oman" },
324
+ { code: "PK", name: "Pakistan" },
325
+ { code: "PW", name: "Palau" },
326
+ { code: "PA", name: "Panama" },
327
+ { code: "PG", name: "Papua New Guinea" },
328
+ { code: "PY", name: "Paraguay" },
329
+ { code: "PE", name: "Peru" },
330
+ { code: "PH", name: "Philippines" },
331
+ { code: "PN", name: "Pitcairn" },
332
+ { code: "PL", name: "Poland" },
333
+ { code: "PT", name: "Portugal" },
334
+ { code: "PR", name: "Puerto Rico" },
335
+ { code: "QA", name: "Qatar" },
336
+ { code: "RE", name: "Reunion" },
337
+ { code: "RO", name: "Romania" },
338
+ { code: "RU", name: "Russia" },
339
+ { code: "RW", name: "Rwanda" },
340
+ { code: "BL", name: "Saint Barthelemy" },
341
+ { code: "SH", name: "Saint Helena" },
342
+ { code: "KN", name: "Saint Kitts and Nevis" },
343
+ { code: "LC", name: "Saint Lucia" },
344
+ { code: "MF", name: "Saint Martin" },
345
+ { code: "PM", name: "Saint Pierre and Miquelon" },
346
+ { code: "VC", name: "Saint Vincent and the Grenadines" },
347
+ { code: "WS", name: "Samoa" },
348
+ { code: "SM", name: "San Marino" },
349
+ { code: "ST", name: "Sao Tome and Principe" },
350
+ { code: "SA", name: "Saudi Arabia" },
351
+ { code: "SN", name: "Senegal" },
352
+ { code: "RS", name: "Serbia" },
353
+ { code: "SC", name: "Seychelles" },
354
+ { code: "SL", name: "Sierra Leone" },
355
+ { code: "SG", name: "Singapore" },
356
+ { code: "SX", name: "Sint Maarten" },
357
+ { code: "SK", name: "Slovakia" },
358
+ { code: "SI", name: "Slovenia" },
359
+ { code: "SB", name: "Solomon Islands" },
360
+ { code: "SO", name: "Somalia" },
361
+ { code: "ZA", name: "South Africa" },
362
+ { code: "GS", name: "South Georgia and the South Sandwich Islands" },
363
+ { code: "SS", name: "South Sudan" },
364
+ { code: "ES", name: "Spain" },
365
+ { code: "LK", name: "Sri Lanka" },
366
+ { code: "SD", name: "Sudan" },
367
+ { code: "SR", name: "Suriname" },
368
+ { code: "SJ", name: "Svalbard and Jan Mayen" },
369
+ { code: "SZ", name: "Swaziland" },
370
+ { code: "SE", name: "Sweden" },
371
+ { code: "CH", name: "Switzerland" },
372
+ { code: "SY", name: "Syria" },
373
+ { code: "TW", name: "Taiwan" },
374
+ { code: "TJ", name: "Tajikistan" },
375
+ { code: "TZ", name: "Tanzania" },
376
+ { code: "TH", name: "Thailand" },
377
+ { code: "TL", name: "Timor-Leste" },
378
+ { code: "TG", name: "Togo" },
379
+ { code: "TK", name: "Tokelau" },
380
+ { code: "TO", name: "Tonga" },
381
+ { code: "TT", name: "Trinidad and Tobago" },
382
+ { code: "TN", name: "Tunisia" },
383
+ { code: "TR", name: "Turkey" },
384
+ { code: "TM", name: "Turkmenistan" },
385
+ { code: "TC", name: "Turks and Caicos Islands" },
386
+ { code: "TV", name: "Tuvalu" },
387
+ { code: "UG", name: "Uganda" },
388
+ { code: "UA", name: "Ukraine" },
389
+ { code: "AE", name: "United Arab Emirates" },
390
+ { code: "GB", name: "United Kingdom" },
391
+ { code: "US", name: "United States" },
392
+ { code: "UM", name: "United States Minor Outlying Islands" },
393
+ { code: "UY", name: "Uruguay" },
394
+ { code: "UZ", name: "Uzbekistan" },
395
+ { code: "VU", name: "Vanuatu" },
396
+ { code: "VE", name: "Venezuela" },
397
+ { code: "VN", name: "Vietnam" },
398
+ { code: "VG", name: "British Virgin Islands" },
399
+ { code: "VI", name: "U.S. Virgin Islands" },
400
+ { code: "WF", name: "Wallis and Futuna" },
401
+ { code: "EH", name: "Western Sahara" },
402
+ { code: "YE", name: "Yemen" },
403
+ { code: "ZM", name: "Zambia" },
404
+ { code: "ZW", name: "Zimbabwe" }
405
+ ];
406
+ Nt.map((e) => e.code);
407
+ const xa = (e) => ({
408
+ type: "array",
409
+ description: "A list of filters to apply to the query",
410
+ items: {
411
+ oneOf: [
412
+ {
413
+ type: "object",
414
+ description: "In filter",
415
+ properties: {
416
+ field: {
417
+ type: "string",
418
+ enum: e
419
+ },
420
+ operator: {
421
+ type: "string",
422
+ enum: pa
423
+ },
424
+ value: {
425
+ type: "array",
426
+ items: {
427
+ type: ["string", "number", "null"]
428
+ }
429
+ }
430
+ },
431
+ required: [
432
+ "field",
433
+ "operator",
434
+ "value"
435
+ ],
436
+ additionalProperties: !1
437
+ },
438
+ {
439
+ type: "object",
440
+ description: "Empty filter",
441
+ properties: {
442
+ field: {
443
+ type: "string",
444
+ enum: e
445
+ },
446
+ operator: {
447
+ type: "string",
448
+ enum: ha
449
+ }
450
+ },
451
+ required: [
452
+ "field",
453
+ "operator"
454
+ ],
455
+ additionalProperties: !1
456
+ }
457
+ ]
458
+ }
459
+ });
460
+ xa([.../* @__PURE__ */ new Set([...Sn, ...Tn, ...Dn])]);
461
+ let Fa = {};
462
+ function Ma() {
463
+ return Fa;
464
+ }
465
+ const Ta = 60, Sa = 3600, rn = Symbol.for("constructDateFrom");
466
+ function Ee(e, t) {
467
+ return typeof e == "function" ? e(t) : e && typeof e == "object" && rn in e ? e[rn](t) : e instanceof Date ? new e.constructor(t) : new Date(t);
468
+ }
469
+ function Fe(e, t) {
470
+ return Ee(t || e, e);
471
+ }
472
+ function mt(e, t) {
473
+ const n = Fe(e, void 0);
474
+ return n.setHours(0, 0, 0, 0), n;
475
+ }
476
+ function Ve(e, t) {
477
+ var n, a, i, o;
478
+ const u = Ma(), d = (t == null ? void 0 : t.weekStartsOn) ?? ((a = (n = t == null ? void 0 : t.locale) == null ? void 0 : n.options) == null ? void 0 : a.weekStartsOn) ?? u.weekStartsOn ?? ((o = (i = u.locale) == null ? void 0 : i.options) == null ? void 0 : o.weekStartsOn) ?? 0, f = Fe(e, t == null ? void 0 : t.in), m = f.getDay(), c = (m < d ? 7 : 0) + m - d;
479
+ return f.setDate(f.getDate() - c), f.setHours(0, 0, 0, 0), f;
480
+ }
481
+ function ft(e, t, n) {
482
+ const a = Fe(e, void 0);
483
+ return isNaN(t) ? Ee(e, NaN) : (a.setDate(a.getDate() + t), a);
484
+ }
485
+ function Da(e, t, n) {
486
+ const a = Fe(e, void 0);
487
+ if (isNaN(t)) return Ee(e, NaN);
488
+ const i = a.getDate(), o = Ee(e, a.getTime());
489
+ o.setMonth(a.getMonth() + t + 1, 0);
490
+ const u = o.getDate();
491
+ return i >= u ? o : (a.setFullYear(
492
+ o.getFullYear(),
493
+ o.getMonth(),
494
+ i
495
+ ), a);
496
+ }
497
+ function we(e, t) {
498
+ const n = Fe(e, void 0);
499
+ return n.setDate(1), n.setHours(0, 0, 0, 0), n;
500
+ }
501
+ function Na(e, t) {
502
+ const n = Fe(e, void 0), a = n.getFullYear(), i = n.getMonth(), o = Ee(n, 0);
503
+ return o.setFullYear(a, i + 1, 0), o.setHours(0, 0, 0, 0), o.getDate();
504
+ }
505
+ function an(e) {
506
+ return Math.trunc(e * Sa);
507
+ }
508
+ function ka(e) {
509
+ const t = e / Ta;
510
+ return Math.trunc(t);
511
+ }
512
+ function Nn(e, t, n) {
513
+ return Da(e, -1);
514
+ }
515
+ function Ea(e, t) {
516
+ const n = Ia(t);
517
+ return "formatToParts" in n ? Oa(n, e) : ba(n, e);
518
+ }
519
+ const Ra = {
520
+ year: 0,
521
+ month: 1,
522
+ day: 2,
523
+ hour: 3,
524
+ minute: 4,
525
+ second: 5
526
+ };
527
+ function Oa(e, t) {
528
+ try {
529
+ const n = e.formatToParts(t), a = [];
530
+ for (let i = 0; i < n.length; i++) {
531
+ const o = Ra[n[i].type];
532
+ o !== void 0 && (a[o] = parseInt(n[i].value, 10));
533
+ }
534
+ return a;
535
+ } catch (n) {
536
+ if (n instanceof RangeError)
537
+ return [NaN];
538
+ throw n;
539
+ }
540
+ }
541
+ function ba(e, t) {
542
+ const n = e.format(t), a = /(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(n);
543
+ return [
544
+ parseInt(a[3], 10),
545
+ parseInt(a[1], 10),
546
+ parseInt(a[2], 10),
547
+ parseInt(a[4], 10),
548
+ parseInt(a[5], 10),
549
+ parseInt(a[6], 10)
550
+ ];
551
+ }
552
+ const pt = {}, on = new Intl.DateTimeFormat("en-US", {
553
+ hourCycle: "h23",
554
+ timeZone: "America/New_York",
555
+ year: "numeric",
556
+ month: "2-digit",
557
+ day: "2-digit",
558
+ hour: "2-digit",
559
+ minute: "2-digit",
560
+ second: "2-digit"
561
+ }).format(/* @__PURE__ */ new Date("2014-06-25T04:00:00.123Z")), Ga = on === "06/25/2014, 00:00:00" || on === "‎06‎/‎25‎/‎2014‎ ‎00‎:‎00‎:‎00";
562
+ function Ia(e) {
563
+ return pt[e] || (pt[e] = Ga ? new Intl.DateTimeFormat("en-US", {
564
+ hourCycle: "h23",
565
+ timeZone: e,
566
+ year: "numeric",
567
+ month: "numeric",
568
+ day: "2-digit",
569
+ hour: "2-digit",
570
+ minute: "2-digit",
571
+ second: "2-digit"
572
+ }) : new Intl.DateTimeFormat("en-US", {
573
+ hour12: !1,
574
+ timeZone: e,
575
+ year: "numeric",
576
+ month: "numeric",
577
+ day: "2-digit",
578
+ hour: "2-digit",
579
+ minute: "2-digit",
580
+ second: "2-digit"
581
+ })), pt[e];
582
+ }
583
+ function kt(e, t, n, a, i, o, u) {
584
+ const d = /* @__PURE__ */ new Date(0);
585
+ return d.setUTCFullYear(e, t, n), d.setUTCHours(a, i, o, u), d;
586
+ }
587
+ const sn = 36e5, La = 6e4, ht = {
588
+ timezoneZ: /^(Z)$/,
589
+ timezoneHH: /^([+-]\d{2})$/,
590
+ timezoneHHMM: /^([+-])(\d{2}):?(\d{2})$/
591
+ };
592
+ function Ke(e, t, n) {
593
+ if (!e)
594
+ return 0;
595
+ let a = ht.timezoneZ.exec(e);
596
+ if (a)
597
+ return 0;
598
+ let i, o;
599
+ if (a = ht.timezoneHH.exec(e), a)
600
+ return i = parseInt(a[1], 10), ln(i) ? -(i * sn) : NaN;
601
+ if (a = ht.timezoneHHMM.exec(e), a) {
602
+ i = parseInt(a[2], 10);
603
+ const u = parseInt(a[3], 10);
604
+ return ln(i, u) ? (o = Math.abs(i) * sn + u * La, a[1] === "+" ? -o : o) : NaN;
605
+ }
606
+ if (Ca(e)) {
607
+ t = new Date(t || Date.now());
608
+ const u = n ? t : Pa(t), d = Ft(u, e);
609
+ return -(n ? d : Ua(t, d, e));
610
+ }
611
+ return NaN;
612
+ }
613
+ function Pa(e) {
614
+ return kt(e.getFullYear(), e.getMonth(), e.getDate(), e.getHours(), e.getMinutes(), e.getSeconds(), e.getMilliseconds());
615
+ }
616
+ function Ft(e, t) {
617
+ const n = Ea(e, t), a = kt(n[0], n[1] - 1, n[2], n[3] % 24, n[4], n[5], 0).getTime();
618
+ let i = e.getTime();
619
+ const o = i % 1e3;
620
+ return i -= o >= 0 ? o : 1e3 + o, a - i;
621
+ }
622
+ function Ua(e, t, n) {
623
+ let a = e.getTime() - t;
624
+ const i = Ft(new Date(a), n);
625
+ if (t === i)
626
+ return t;
627
+ a -= i - t;
628
+ const o = Ft(new Date(a), n);
629
+ return i === o ? i : Math.max(i, o);
630
+ }
631
+ function ln(e, t) {
632
+ return -23 <= e && e <= 23 && (t == null || 0 <= t && t <= 59);
633
+ }
634
+ const un = {};
635
+ function Ca(e) {
636
+ if (un[e])
637
+ return !0;
638
+ try {
639
+ return new Intl.DateTimeFormat(void 0, { timeZone: e }), un[e] = !0, !0;
640
+ } catch {
641
+ return !1;
642
+ }
643
+ }
644
+ function cn(e) {
645
+ const t = new Date(Date.UTC(e.getFullYear(), e.getMonth(), e.getDate(), e.getHours(), e.getMinutes(), e.getSeconds(), e.getMilliseconds()));
646
+ return t.setUTCFullYear(e.getFullYear()), +e - +t;
647
+ }
648
+ const kn = /(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/, yt = 36e5, dn = 6e4, Aa = 2, b = {
649
+ dateTimePattern: /^([0-9W+-]+)(T| )(.*)/,
650
+ datePattern: /^([0-9W+-]+)(.*)/,
651
+ // year tokens
652
+ YY: /^(\d{2})$/,
653
+ YYY: [
654
+ /^([+-]\d{2})$/,
655
+ // 0 additional digits
656
+ /^([+-]\d{3})$/,
657
+ // 1 additional digit
658
+ /^([+-]\d{4})$/
659
+ // 2 additional digits
660
+ ],
661
+ YYYY: /^(\d{4})/,
662
+ YYYYY: [
663
+ /^([+-]\d{4})/,
664
+ // 0 additional digits
665
+ /^([+-]\d{5})/,
666
+ // 1 additional digit
667
+ /^([+-]\d{6})/
668
+ // 2 additional digits
669
+ ],
670
+ // date tokens
671
+ MM: /^-(\d{2})$/,
672
+ DDD: /^-?(\d{3})$/,
673
+ MMDD: /^-?(\d{2})-?(\d{2})$/,
674
+ Www: /^-?W(\d{2})$/,
675
+ WwwD: /^-?W(\d{2})-?(\d{1})$/,
676
+ HH: /^(\d{2}([.,]\d*)?)$/,
677
+ HHMM: /^(\d{2}):?(\d{2}([.,]\d*)?)$/,
678
+ HHMMSS: /^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/,
679
+ // time zone tokens (to identify the presence of a tz)
680
+ timeZone: kn
681
+ };
682
+ function Mt(e, t = {}) {
683
+ if (arguments.length < 1)
684
+ throw new TypeError("1 argument required, but only " + arguments.length + " present");
685
+ if (e === null)
686
+ return /* @__PURE__ */ new Date(NaN);
687
+ const n = t.additionalDigits == null ? Aa : Number(t.additionalDigits);
688
+ if (n !== 2 && n !== 1 && n !== 0)
689
+ throw new RangeError("additionalDigits must be 0, 1 or 2");
690
+ if (e instanceof Date || typeof e == "object" && Object.prototype.toString.call(e) === "[object Date]")
691
+ return new Date(e.getTime());
692
+ if (typeof e == "number" || Object.prototype.toString.call(e) === "[object Number]")
693
+ return new Date(e);
694
+ if (Object.prototype.toString.call(e) !== "[object String]")
695
+ return /* @__PURE__ */ new Date(NaN);
696
+ const a = Ba(e), { year: i, restDateString: o } = Ha(a.date, n), u = Va(o, i);
697
+ if (u === null || isNaN(u.getTime()))
698
+ return /* @__PURE__ */ new Date(NaN);
699
+ if (u) {
700
+ const d = u.getTime();
701
+ let f = 0, m;
702
+ if (a.time && (f = Ya(a.time), f === null || isNaN(f)))
703
+ return /* @__PURE__ */ new Date(NaN);
704
+ if (a.timeZone || t.timeZone) {
705
+ if (m = Ke(a.timeZone || t.timeZone, new Date(d + f)), isNaN(m))
706
+ return /* @__PURE__ */ new Date(NaN);
707
+ } else
708
+ m = cn(new Date(d + f)), m = cn(new Date(d + f + m));
709
+ return new Date(d + f + m);
710
+ } else
711
+ return /* @__PURE__ */ new Date(NaN);
712
+ }
713
+ function Ba(e) {
714
+ const t = {};
715
+ let n = b.dateTimePattern.exec(e), a;
716
+ if (n ? (t.date = n[1], a = n[3]) : (n = b.datePattern.exec(e), n ? (t.date = n[1], a = n[2]) : (t.date = null, a = e)), a) {
717
+ const i = b.timeZone.exec(a);
718
+ i ? (t.time = a.replace(i[1], ""), t.timeZone = i[1].trim()) : t.time = a;
719
+ }
720
+ return t;
721
+ }
722
+ function Ha(e, t) {
723
+ if (e) {
724
+ const n = b.YYY[t], a = b.YYYYY[t];
725
+ let i = b.YYYY.exec(e) || a.exec(e);
726
+ if (i) {
727
+ const o = i[1];
728
+ return {
729
+ year: parseInt(o, 10),
730
+ restDateString: e.slice(o.length)
731
+ };
732
+ }
733
+ if (i = b.YY.exec(e) || n.exec(e), i) {
734
+ const o = i[1];
735
+ return {
736
+ year: parseInt(o, 10) * 100,
737
+ restDateString: e.slice(o.length)
738
+ };
739
+ }
740
+ }
741
+ return {
742
+ year: null
743
+ };
744
+ }
745
+ function Va(e, t) {
746
+ if (t === null)
747
+ return null;
748
+ let n, a, i;
749
+ if (!e || !e.length)
750
+ return n = /* @__PURE__ */ new Date(0), n.setUTCFullYear(t), n;
751
+ let o = b.MM.exec(e);
752
+ if (o)
753
+ return n = /* @__PURE__ */ new Date(0), a = parseInt(o[1], 10) - 1, fn(t, a) ? (n.setUTCFullYear(t, a), n) : /* @__PURE__ */ new Date(NaN);
754
+ if (o = b.DDD.exec(e), o) {
755
+ n = /* @__PURE__ */ new Date(0);
756
+ const u = parseInt(o[1], 10);
757
+ return $a(t, u) ? (n.setUTCFullYear(t, 0, u), n) : /* @__PURE__ */ new Date(NaN);
758
+ }
759
+ if (o = b.MMDD.exec(e), o) {
760
+ n = /* @__PURE__ */ new Date(0), a = parseInt(o[1], 10) - 1;
761
+ const u = parseInt(o[2], 10);
762
+ return fn(t, a, u) ? (n.setUTCFullYear(t, a, u), n) : /* @__PURE__ */ new Date(NaN);
763
+ }
764
+ if (o = b.Www.exec(e), o)
765
+ return i = parseInt(o[1], 10) - 1, pn(i) ? mn(t, i) : /* @__PURE__ */ new Date(NaN);
766
+ if (o = b.WwwD.exec(e), o) {
767
+ i = parseInt(o[1], 10) - 1;
768
+ const u = parseInt(o[2], 10) - 1;
769
+ return pn(i, u) ? mn(t, i, u) : /* @__PURE__ */ new Date(NaN);
770
+ }
771
+ return null;
772
+ }
773
+ function Ya(e) {
774
+ let t, n, a = b.HH.exec(e);
775
+ if (a)
776
+ return t = parseFloat(a[1].replace(",", ".")), _t(t) ? t % 24 * yt : NaN;
777
+ if (a = b.HHMM.exec(e), a)
778
+ return t = parseInt(a[1], 10), n = parseFloat(a[2].replace(",", ".")), _t(t, n) ? t % 24 * yt + n * dn : NaN;
779
+ if (a = b.HHMMSS.exec(e), a) {
780
+ t = parseInt(a[1], 10), n = parseInt(a[2], 10);
781
+ const i = parseFloat(a[3].replace(",", "."));
782
+ return _t(t, n, i) ? t % 24 * yt + n * dn + i * 1e3 : NaN;
783
+ }
784
+ return null;
785
+ }
786
+ function mn(e, t, n) {
787
+ t = t || 0, n = n || 0;
788
+ const a = /* @__PURE__ */ new Date(0);
789
+ a.setUTCFullYear(e, 0, 4);
790
+ const i = a.getUTCDay() || 7, o = t * 7 + n + 1 - i;
791
+ return a.setUTCDate(a.getUTCDate() + o), a;
792
+ }
793
+ const za = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], ja = [31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
794
+ function En(e) {
795
+ return e % 400 === 0 || e % 4 === 0 && e % 100 !== 0;
796
+ }
797
+ function fn(e, t, n) {
798
+ if (t < 0 || t > 11)
799
+ return !1;
800
+ if (n != null) {
801
+ if (n < 1)
802
+ return !1;
803
+ const a = En(e);
804
+ if (a && n > ja[t] || !a && n > za[t])
805
+ return !1;
806
+ }
807
+ return !0;
808
+ }
809
+ function $a(e, t) {
810
+ if (t < 1)
811
+ return !1;
812
+ const n = En(e);
813
+ return !(n && t > 366 || !n && t > 365);
814
+ }
815
+ function pn(e, t) {
816
+ return !(e < 0 || e > 52 || t != null && (t < 0 || t > 6));
817
+ }
818
+ function _t(e, t, n) {
819
+ return !(e < 0 || e >= 25 || t != null && (t < 0 || t >= 60) || n != null && (n < 0 || n >= 60));
820
+ }
821
+ function Ka(e, t, n) {
822
+ e = Mt(e, n);
823
+ const a = Ke(t, e, !0), i = new Date(e.getTime() - a), o = /* @__PURE__ */ new Date(0);
824
+ return o.setFullYear(i.getUTCFullYear(), i.getUTCMonth(), i.getUTCDate()), o.setHours(i.getUTCHours(), i.getUTCMinutes(), i.getUTCSeconds(), i.getUTCMilliseconds()), o;
825
+ }
826
+ function Wa(e, t, n) {
827
+ if (typeof e == "string" && !e.match(kn))
828
+ return Mt(e, { ...n, timeZone: t });
829
+ e = Mt(e, n);
830
+ const a = kt(e.getFullYear(), e.getMonth(), e.getDate(), e.getHours(), e.getMinutes(), e.getSeconds(), e.getMilliseconds()).getTime(), i = Ke(t, new Date(a));
831
+ return new Date(a + i);
832
+ }
833
+ function Za(e, t) {
834
+ return -Ke(e, t);
835
+ }
836
+ var Ae = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
837
+ function qa(e) {
838
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
839
+ }
840
+ var Ye = { exports: {} };
841
+ Ye.exports;
842
+ (function(e, t) {
843
+ var n = 200, a = "__lodash_hash_undefined__", i = 9007199254740991, o = "[object Arguments]", u = "[object Array]", d = "[object Boolean]", f = "[object Date]", m = "[object Error]", c = "[object Function]", y = "[object GeneratorFunction]", w = "[object Map]", x = "[object Number]", k = "[object Object]", P = "[object Promise]", M = "[object RegExp]", T = "[object Set]", S = "[object String]", U = "[object Symbol]", E = "[object WeakMap]", V = "[object ArrayBuffer]", ne = "[object DataView]", _ = "[object Float32Array]", F = "[object Float64Array]", D = "[object Int8Array]", R = "[object Int16Array]", re = "[object Int32Array]", Z = "[object Uint8Array]", Y = "[object Uint8ClampedArray]", ae = "[object Uint16Array]", ie = "[object Uint32Array]", C = /[\\^$.*+?()[\]{}|]/g, z = /\w*$/, j = /^\[object .+?Constructor\]$/, $ = /^(?:0|[1-9]\d*)$/, g = {};
844
+ g[o] = g[u] = g[V] = g[ne] = g[d] = g[f] = g[_] = g[F] = g[D] = g[R] = g[re] = g[w] = g[x] = g[k] = g[M] = g[T] = g[S] = g[U] = g[Z] = g[Y] = g[ae] = g[ie] = !0, g[m] = g[c] = g[E] = !1;
845
+ var K = typeof Ae == "object" && Ae && Ae.Object === Object && Ae, me = typeof self == "object" && self && self.Object === Object && self, G = K || me || Function("return this")(), q = t && !t.nodeType && t, be = q && !0 && e && !e.nodeType && e, Ze = be && be.exports === q;
846
+ function qe(r, s) {
847
+ return r.set(s[0], s[1]), r;
848
+ }
849
+ function Je(r, s) {
850
+ return r.add(s), r;
851
+ }
852
+ function Me(r, s) {
853
+ for (var l = -1, p = r ? r.length : 0; ++l < p && s(r[l], l, r) !== !1; )
854
+ ;
855
+ return r;
856
+ }
857
+ function Gn(r, s) {
858
+ for (var l = -1, p = s.length, N = r.length; ++l < p; )
859
+ r[N + l] = s[l];
860
+ return r;
861
+ }
862
+ function Gt(r, s, l, p) {
863
+ for (var N = -1, I = r ? r.length : 0; ++N < I; )
864
+ l = s(l, r[N], N, r);
865
+ return l;
866
+ }
867
+ function In(r, s) {
868
+ for (var l = -1, p = Array(r); ++l < r; )
869
+ p[l] = s(l);
870
+ return p;
871
+ }
872
+ function Ln(r, s) {
873
+ return r == null ? void 0 : r[s];
874
+ }
875
+ function It(r) {
876
+ var s = !1;
877
+ if (r != null && typeof r.toString != "function")
878
+ try {
879
+ s = !!(r + "");
880
+ } catch {
881
+ }
882
+ return s;
883
+ }
884
+ function Lt(r) {
885
+ var s = -1, l = Array(r.size);
886
+ return r.forEach(function(p, N) {
887
+ l[++s] = [N, p];
888
+ }), l;
889
+ }
890
+ function Xe(r, s) {
891
+ return function(l) {
892
+ return r(s(l));
893
+ };
894
+ }
895
+ function Pt(r) {
896
+ var s = -1, l = Array(r.size);
897
+ return r.forEach(function(p) {
898
+ l[++s] = p;
899
+ }), l;
900
+ }
901
+ var Pn = Array.prototype, Un = Function.prototype, Ge = Object.prototype, Qe = G["__core-js_shared__"], Ut = function() {
902
+ var r = /[^.]+$/.exec(Qe && Qe.keys && Qe.keys.IE_PROTO || "");
903
+ return r ? "Symbol(src)_1." + r : "";
904
+ }(), Ct = Un.toString, oe = Ge.hasOwnProperty, Ie = Ge.toString, Cn = RegExp(
905
+ "^" + Ct.call(oe).replace(C, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
906
+ ), At = Ze ? G.Buffer : void 0, Bt = G.Symbol, Ht = G.Uint8Array, An = Xe(Object.getPrototypeOf, Object), Bn = Object.create, Hn = Ge.propertyIsEnumerable, Vn = Pn.splice, Vt = Object.getOwnPropertySymbols, Yn = At ? At.isBuffer : void 0, zn = Xe(Object.keys, Object), et = he(G, "DataView"), Te = he(G, "Map"), tt = he(G, "Promise"), nt = he(G, "Set"), rt = he(G, "WeakMap"), Se = he(Object, "create"), jn = ce(et), $n = ce(Te), Kn = ce(tt), Wn = ce(nt), Zn = ce(rt), Yt = Bt ? Bt.prototype : void 0, zt = Yt ? Yt.valueOf : void 0;
907
+ function le(r) {
908
+ var s = -1, l = r ? r.length : 0;
909
+ for (this.clear(); ++s < l; ) {
910
+ var p = r[s];
911
+ this.set(p[0], p[1]);
912
+ }
913
+ }
914
+ function qn() {
915
+ this.__data__ = Se ? Se(null) : {};
916
+ }
917
+ function Jn(r) {
918
+ return this.has(r) && delete this.__data__[r];
919
+ }
920
+ function Xn(r) {
921
+ var s = this.__data__;
922
+ if (Se) {
923
+ var l = s[r];
924
+ return l === a ? void 0 : l;
925
+ }
926
+ return oe.call(s, r) ? s[r] : void 0;
927
+ }
928
+ function Qn(r) {
929
+ var s = this.__data__;
930
+ return Se ? s[r] !== void 0 : oe.call(s, r);
931
+ }
932
+ function er(r, s) {
933
+ var l = this.__data__;
934
+ return l[r] = Se && s === void 0 ? a : s, this;
935
+ }
936
+ le.prototype.clear = qn, le.prototype.delete = Jn, le.prototype.get = Xn, le.prototype.has = Qn, le.prototype.set = er;
937
+ function J(r) {
938
+ var s = -1, l = r ? r.length : 0;
939
+ for (this.clear(); ++s < l; ) {
940
+ var p = r[s];
941
+ this.set(p[0], p[1]);
942
+ }
943
+ }
944
+ function tr() {
945
+ this.__data__ = [];
946
+ }
947
+ function nr(r) {
948
+ var s = this.__data__, l = Le(s, r);
949
+ if (l < 0)
950
+ return !1;
951
+ var p = s.length - 1;
952
+ return l == p ? s.pop() : Vn.call(s, l, 1), !0;
953
+ }
954
+ function rr(r) {
955
+ var s = this.__data__, l = Le(s, r);
956
+ return l < 0 ? void 0 : s[l][1];
957
+ }
958
+ function ar(r) {
959
+ return Le(this.__data__, r) > -1;
960
+ }
961
+ function ir(r, s) {
962
+ var l = this.__data__, p = Le(l, r);
963
+ return p < 0 ? l.push([r, s]) : l[p][1] = s, this;
964
+ }
965
+ J.prototype.clear = tr, J.prototype.delete = nr, J.prototype.get = rr, J.prototype.has = ar, J.prototype.set = ir;
966
+ function fe(r) {
967
+ var s = -1, l = r ? r.length : 0;
968
+ for (this.clear(); ++s < l; ) {
969
+ var p = r[s];
970
+ this.set(p[0], p[1]);
971
+ }
972
+ }
973
+ function or() {
974
+ this.__data__ = {
975
+ hash: new le(),
976
+ map: new (Te || J)(),
977
+ string: new le()
978
+ };
979
+ }
980
+ function sr(r) {
981
+ return Pe(this, r).delete(r);
982
+ }
983
+ function lr(r) {
984
+ return Pe(this, r).get(r);
985
+ }
986
+ function ur(r) {
987
+ return Pe(this, r).has(r);
988
+ }
989
+ function cr(r, s) {
990
+ return Pe(this, r).set(r, s), this;
991
+ }
992
+ fe.prototype.clear = or, fe.prototype.delete = sr, fe.prototype.get = lr, fe.prototype.has = ur, fe.prototype.set = cr;
993
+ function pe(r) {
994
+ this.__data__ = new J(r);
995
+ }
996
+ function dr() {
997
+ this.__data__ = new J();
998
+ }
999
+ function mr(r) {
1000
+ return this.__data__.delete(r);
1001
+ }
1002
+ function fr(r) {
1003
+ return this.__data__.get(r);
1004
+ }
1005
+ function pr(r) {
1006
+ return this.__data__.has(r);
1007
+ }
1008
+ function hr(r, s) {
1009
+ var l = this.__data__;
1010
+ if (l instanceof J) {
1011
+ var p = l.__data__;
1012
+ if (!Te || p.length < n - 1)
1013
+ return p.push([r, s]), this;
1014
+ l = this.__data__ = new fe(p);
1015
+ }
1016
+ return l.set(r, s), this;
1017
+ }
1018
+ pe.prototype.clear = dr, pe.prototype.delete = mr, pe.prototype.get = fr, pe.prototype.has = pr, pe.prototype.set = hr;
1019
+ function yr(r, s) {
1020
+ var l = ot(r) || Br(r) ? In(r.length, String) : [], p = l.length, N = !!p;
1021
+ for (var I in r)
1022
+ oe.call(r, I) && !(N && (I == "length" || Pr(I, p))) && l.push(I);
1023
+ return l;
1024
+ }
1025
+ function jt(r, s, l) {
1026
+ var p = r[s];
1027
+ (!(oe.call(r, s) && Zt(p, l)) || l === void 0 && !(s in r)) && (r[s] = l);
1028
+ }
1029
+ function Le(r, s) {
1030
+ for (var l = r.length; l--; )
1031
+ if (Zt(r[l][0], s))
1032
+ return l;
1033
+ return -1;
1034
+ }
1035
+ function _r(r, s) {
1036
+ return r && $t(s, st(s), r);
1037
+ }
1038
+ function at(r, s, l, p, N, I, X) {
1039
+ var L;
1040
+ if (p && (L = I ? p(r, N, I, X) : p(r)), L !== void 0)
1041
+ return L;
1042
+ if (!Ue(r))
1043
+ return r;
1044
+ var Xt = ot(r);
1045
+ if (Xt) {
1046
+ if (L = Gr(r), !s)
1047
+ return Rr(r, L);
1048
+ } else {
1049
+ var ye = ue(r), Qt = ye == c || ye == y;
1050
+ if (Vr(r))
1051
+ return Mr(r, s);
1052
+ if (ye == k || ye == o || Qt && !I) {
1053
+ if (It(r))
1054
+ return I ? r : {};
1055
+ if (L = Ir(Qt ? {} : r), !s)
1056
+ return Or(r, _r(L, r));
1057
+ } else {
1058
+ if (!g[ye])
1059
+ return I ? r : {};
1060
+ L = Lr(r, ye, at, s);
1061
+ }
1062
+ }
1063
+ X || (X = new pe());
1064
+ var en = X.get(r);
1065
+ if (en)
1066
+ return en;
1067
+ if (X.set(r, L), !Xt)
1068
+ var tn = l ? br(r) : st(r);
1069
+ return Me(tn || r, function(lt, Ce) {
1070
+ tn && (Ce = lt, lt = r[Ce]), jt(L, Ce, at(lt, s, l, p, Ce, r, X));
1071
+ }), L;
1072
+ }
1073
+ function gr(r) {
1074
+ return Ue(r) ? Bn(r) : {};
1075
+ }
1076
+ function wr(r, s, l) {
1077
+ var p = s(r);
1078
+ return ot(r) ? p : Gn(p, l(r));
1079
+ }
1080
+ function vr(r) {
1081
+ return Ie.call(r);
1082
+ }
1083
+ function xr(r) {
1084
+ if (!Ue(r) || Cr(r))
1085
+ return !1;
1086
+ var s = Jt(r) || It(r) ? Cn : j;
1087
+ return s.test(ce(r));
1088
+ }
1089
+ function Fr(r) {
1090
+ if (!Wt(r))
1091
+ return zn(r);
1092
+ var s = [];
1093
+ for (var l in Object(r))
1094
+ oe.call(r, l) && l != "constructor" && s.push(l);
1095
+ return s;
1096
+ }
1097
+ function Mr(r, s) {
1098
+ if (s)
1099
+ return r.slice();
1100
+ var l = new r.constructor(r.length);
1101
+ return r.copy(l), l;
1102
+ }
1103
+ function it(r) {
1104
+ var s = new r.constructor(r.byteLength);
1105
+ return new Ht(s).set(new Ht(r)), s;
1106
+ }
1107
+ function Tr(r, s) {
1108
+ var l = s ? it(r.buffer) : r.buffer;
1109
+ return new r.constructor(l, r.byteOffset, r.byteLength);
1110
+ }
1111
+ function Sr(r, s, l) {
1112
+ var p = s ? l(Lt(r), !0) : Lt(r);
1113
+ return Gt(p, qe, new r.constructor());
1114
+ }
1115
+ function Dr(r) {
1116
+ var s = new r.constructor(r.source, z.exec(r));
1117
+ return s.lastIndex = r.lastIndex, s;
1118
+ }
1119
+ function Nr(r, s, l) {
1120
+ var p = s ? l(Pt(r), !0) : Pt(r);
1121
+ return Gt(p, Je, new r.constructor());
1122
+ }
1123
+ function kr(r) {
1124
+ return zt ? Object(zt.call(r)) : {};
1125
+ }
1126
+ function Er(r, s) {
1127
+ var l = s ? it(r.buffer) : r.buffer;
1128
+ return new r.constructor(l, r.byteOffset, r.length);
1129
+ }
1130
+ function Rr(r, s) {
1131
+ var l = -1, p = r.length;
1132
+ for (s || (s = Array(p)); ++l < p; )
1133
+ s[l] = r[l];
1134
+ return s;
1135
+ }
1136
+ function $t(r, s, l, p) {
1137
+ l || (l = {});
1138
+ for (var N = -1, I = s.length; ++N < I; ) {
1139
+ var X = s[N], L = void 0;
1140
+ jt(l, X, L === void 0 ? r[X] : L);
1141
+ }
1142
+ return l;
1143
+ }
1144
+ function Or(r, s) {
1145
+ return $t(r, Kt(r), s);
1146
+ }
1147
+ function br(r) {
1148
+ return wr(r, st, Kt);
1149
+ }
1150
+ function Pe(r, s) {
1151
+ var l = r.__data__;
1152
+ return Ur(s) ? l[typeof s == "string" ? "string" : "hash"] : l.map;
1153
+ }
1154
+ function he(r, s) {
1155
+ var l = Ln(r, s);
1156
+ return xr(l) ? l : void 0;
1157
+ }
1158
+ var Kt = Vt ? Xe(Vt, Object) : jr, ue = vr;
1159
+ (et && ue(new et(new ArrayBuffer(1))) != ne || Te && ue(new Te()) != w || tt && ue(tt.resolve()) != P || nt && ue(new nt()) != T || rt && ue(new rt()) != E) && (ue = function(r) {
1160
+ var s = Ie.call(r), l = s == k ? r.constructor : void 0, p = l ? ce(l) : void 0;
1161
+ if (p)
1162
+ switch (p) {
1163
+ case jn:
1164
+ return ne;
1165
+ case $n:
1166
+ return w;
1167
+ case Kn:
1168
+ return P;
1169
+ case Wn:
1170
+ return T;
1171
+ case Zn:
1172
+ return E;
1173
+ }
1174
+ return s;
1175
+ });
1176
+ function Gr(r) {
1177
+ var s = r.length, l = r.constructor(s);
1178
+ return s && typeof r[0] == "string" && oe.call(r, "index") && (l.index = r.index, l.input = r.input), l;
1179
+ }
1180
+ function Ir(r) {
1181
+ return typeof r.constructor == "function" && !Wt(r) ? gr(An(r)) : {};
1182
+ }
1183
+ function Lr(r, s, l, p) {
1184
+ var N = r.constructor;
1185
+ switch (s) {
1186
+ case V:
1187
+ return it(r);
1188
+ case d:
1189
+ case f:
1190
+ return new N(+r);
1191
+ case ne:
1192
+ return Tr(r, p);
1193
+ case _:
1194
+ case F:
1195
+ case D:
1196
+ case R:
1197
+ case re:
1198
+ case Z:
1199
+ case Y:
1200
+ case ae:
1201
+ case ie:
1202
+ return Er(r, p);
1203
+ case w:
1204
+ return Sr(r, p, l);
1205
+ case x:
1206
+ case S:
1207
+ return new N(r);
1208
+ case M:
1209
+ return Dr(r);
1210
+ case T:
1211
+ return Nr(r, p, l);
1212
+ case U:
1213
+ return kr(r);
1214
+ }
1215
+ }
1216
+ function Pr(r, s) {
1217
+ return s = s ?? i, !!s && (typeof r == "number" || $.test(r)) && r > -1 && r % 1 == 0 && r < s;
1218
+ }
1219
+ function Ur(r) {
1220
+ var s = typeof r;
1221
+ return s == "string" || s == "number" || s == "symbol" || s == "boolean" ? r !== "__proto__" : r === null;
1222
+ }
1223
+ function Cr(r) {
1224
+ return !!Ut && Ut in r;
1225
+ }
1226
+ function Wt(r) {
1227
+ var s = r && r.constructor, l = typeof s == "function" && s.prototype || Ge;
1228
+ return r === l;
1229
+ }
1230
+ function ce(r) {
1231
+ if (r != null) {
1232
+ try {
1233
+ return Ct.call(r);
1234
+ } catch {
1235
+ }
1236
+ try {
1237
+ return r + "";
1238
+ } catch {
1239
+ }
1240
+ }
1241
+ return "";
1242
+ }
1243
+ function Ar(r) {
1244
+ return at(r, !0, !0);
1245
+ }
1246
+ function Zt(r, s) {
1247
+ return r === s || r !== r && s !== s;
1248
+ }
1249
+ function Br(r) {
1250
+ return Hr(r) && oe.call(r, "callee") && (!Hn.call(r, "callee") || Ie.call(r) == o);
1251
+ }
1252
+ var ot = Array.isArray;
1253
+ function qt(r) {
1254
+ return r != null && Yr(r.length) && !Jt(r);
1255
+ }
1256
+ function Hr(r) {
1257
+ return zr(r) && qt(r);
1258
+ }
1259
+ var Vr = Yn || $r;
1260
+ function Jt(r) {
1261
+ var s = Ue(r) ? Ie.call(r) : "";
1262
+ return s == c || s == y;
1263
+ }
1264
+ function Yr(r) {
1265
+ return typeof r == "number" && r > -1 && r % 1 == 0 && r <= i;
1266
+ }
1267
+ function Ue(r) {
1268
+ var s = typeof r;
1269
+ return !!r && (s == "object" || s == "function");
1270
+ }
1271
+ function zr(r) {
1272
+ return !!r && typeof r == "object";
1273
+ }
1274
+ function st(r) {
1275
+ return qt(r) ? yr(r) : Fr(r);
1276
+ }
1277
+ function jr() {
1278
+ return [];
1279
+ }
1280
+ function $r() {
1281
+ return !1;
1282
+ }
1283
+ e.exports = Ar;
1284
+ })(Ye, Ye.exports);
1285
+ Ye.exports;
1286
+ const te = (e, t) => new Date(e.getTime() - Za(t, e));
1287
+ class O {
1288
+ constructor(t) {
1289
+ A(this, "timeframeText"), A(this, "key"), A(this, "display"), A(this, "timeframeLength"), A(this, "allowedTiers"), A(this, "defaultResponseGranularity"), A(this, "dataGranularity"), A(this, "isRelative"), A(this, "fineGrainedDefaultGranularity"), A(this, "_startCustom"), A(this, "_endCustom"), A(this, "_allowedGranularitiesOverride"), this.display = t.display, this.timeframeText = t.timeframeText, this.key = t.key, this.timeframeLength = t.timeframeLength, this.allowedTiers = t.allowedTiers, this.defaultResponseGranularity = t.defaultResponseGranularity, this.dataGranularity = t.dataGranularity, this.isRelative = t.isRelative, this._startCustom = t.startCustom, this._endCustom = t.endCustom, this._allowedGranularitiesOverride = t.allowedGranularitiesOverride, this.fineGrainedDefaultGranularity = t.fineGrainedDefaultGranularity;
1290
+ }
1291
+ // rawEnd does not consider granularity and should not be used directly in queries.
1292
+ // Use `new QueryTime(timeframe, granularity?).queryEndSeconds()` instead.
1293
+ // eslint-disable-next-line -- `tz` is required because it's used in subclasses.
1294
+ rawEnd(t) {
1295
+ return this._endCustom || /* @__PURE__ */ new Date();
1296
+ }
1297
+ // rawStart does not consider granularity and should not be used directly in queries.
1298
+ // Use `new QueryTime(timeframe, granularity?).queryStartSeconds()` instead.
1299
+ // eslint-disable-next-line -- `tz` is required because it's used in subclasses.
1300
+ rawStart(t) {
1301
+ return this._startCustom || new Date(this.rawEnd().getTime() - this.timeframeLengthMs());
1302
+ }
1303
+ timeframeLengthMs() {
1304
+ return this.timeframeLength() * 1e3;
1305
+ }
1306
+ maximumTimeframeLength() {
1307
+ return this.timeframeLength();
1308
+ }
1309
+ allowedGranularities(t) {
1310
+ if (this._allowedGranularitiesOverride && t)
1311
+ return new Set(this._allowedGranularitiesOverride);
1312
+ const n = /* @__PURE__ */ new Set(), a = this.maximumTimeframeLength() / 3600;
1313
+ return a <= 6 && n.add("minutely"), a >= 2 && a <= 7 * 24 && n.add("hourly"), a >= 2 * 24 && n.add("daily"), a >= 2 * 24 * 14 && n.add("weekly"), n;
1314
+ }
1315
+ cacheKey() {
1316
+ return this.key !== "custom" ? this.key : `${this.rawStart().toISOString()}-${this.rawEnd().toISOString()}`;
1317
+ }
1318
+ v4Query(t) {
1319
+ if (this.key === "custom")
1320
+ return {
1321
+ type: "absolute",
1322
+ start: this.rawStart(),
1323
+ end: this.rawEnd(),
1324
+ tz: t
1325
+ };
1326
+ if (ya.includes(this.key))
1327
+ return {
1328
+ type: "relative",
1329
+ // Safe assertion; we just checked that key is a member of the union.
1330
+ time_range: this.key,
1331
+ tz: t
1332
+ };
1333
+ throw new Error("Unsupported relative time value for Explore");
1334
+ }
1335
+ tzAdjustedDate(t) {
1336
+ if (!t)
1337
+ return /* @__PURE__ */ new Date();
1338
+ const n = Wa(/* @__PURE__ */ new Date(), new Intl.DateTimeFormat().resolvedOptions().timeZone);
1339
+ return Ka(n, t);
1340
+ }
1341
+ }
1342
+ class Ja extends O {
1343
+ rawStart(t) {
1344
+ let n = Ve(this.tzAdjustedDate(t), { weekStartsOn: 1 });
1345
+ return t && (n = te(n, t)), n;
1346
+ }
1347
+ maximumTimeframeLength() {
1348
+ return 60 * 60 * 24 * 7;
1349
+ }
1350
+ }
1351
+ class Xa extends O {
1352
+ rawStart(t) {
1353
+ let n = we(this.tzAdjustedDate(t));
1354
+ return t && (n = te(n, t)), n;
1355
+ }
1356
+ maximumTimeframeLength() {
1357
+ return 60 * 60 * 24 * 31;
1358
+ }
1359
+ }
1360
+ class Qa extends O {
1361
+ rawStart(t) {
1362
+ let n = new Date(this.tzAdjustedDate(t).getFullYear(), 0, 1);
1363
+ return t && (n = te(n, t)), n;
1364
+ }
1365
+ maximumTimeframeLength() {
1366
+ return 60 * 60 * 24 * 366;
1367
+ }
1368
+ }
1369
+ class ei extends O {
1370
+ rawEnd(t) {
1371
+ let n = Ve(this.tzAdjustedDate(t), { weekStartsOn: 1 });
1372
+ return t && (n = te(n, t)), n;
1373
+ }
1374
+ rawStart(t) {
1375
+ const n = this.tzAdjustedDate(t);
1376
+ let a = Ve(n.setDate(n.getDate() - 7), {
1377
+ weekStartsOn: 1
1378
+ });
1379
+ return t && (a = te(a, t)), a;
1380
+ }
1381
+ }
1382
+ class ti extends O {
1383
+ rawEnd(t) {
1384
+ let n = we(this.tzAdjustedDate(t));
1385
+ return t && (n = te(n, t)), n;
1386
+ }
1387
+ rawStart(t) {
1388
+ let n = we(Nn(this.tzAdjustedDate(t)));
1389
+ return t && (n = te(n, t)), n;
1390
+ }
1391
+ }
1392
+ class ni extends O {
1393
+ rawEnd(t) {
1394
+ let n = new Date(this.tzAdjustedDate(t).getFullYear(), 0, 1);
1395
+ return t && (n = te(n, t)), n;
1396
+ }
1397
+ rawStart(t) {
1398
+ let n = new Date(this.tzAdjustedDate(t).getFullYear() - 1, 0, 1);
1399
+ return t && (n = te(n, t)), n;
1400
+ }
1401
+ }
1402
+ h.FIFTEEN_MIN, new O({
1403
+ key: h.FIFTEEN_MIN,
1404
+ display: "Last 15 minutes",
1405
+ timeframeText: "15 minutes",
1406
+ timeframeLength: () => 60 * 15,
1407
+ defaultResponseGranularity: "minutely",
1408
+ dataGranularity: "minutely",
1409
+ isRelative: !0,
1410
+ fineGrainedDefaultGranularity: "thirtySecondly",
1411
+ allowedTiers: ["free", "trial", "plus", "enterprise"],
1412
+ allowedGranularitiesOverride: ["tenSecondly", "thirtySecondly", "minutely"]
1413
+ }), h.ONE_HOUR, new O({
1414
+ key: h.ONE_HOUR,
1415
+ display: "Last hour",
1416
+ timeframeText: "One hour",
1417
+ timeframeLength: () => 60 * 60 * 1,
1418
+ defaultResponseGranularity: "minutely",
1419
+ dataGranularity: "minutely",
1420
+ isRelative: !0,
1421
+ fineGrainedDefaultGranularity: "minutely",
1422
+ allowedTiers: ["free", "trial", "plus", "enterprise"],
1423
+ allowedGranularitiesOverride: ["tenSecondly", "thirtySecondly", "minutely", "fiveMinutely", "tenMinutely"]
1424
+ }), h.SIX_HOUR, new O({
1425
+ key: h.SIX_HOUR,
1426
+ display: "Last 6 hours",
1427
+ timeframeText: "6 hours",
1428
+ timeframeLength: () => 60 * 60 * 6,
1429
+ defaultResponseGranularity: "hourly",
1430
+ dataGranularity: "hourly",
1431
+ isRelative: !0,
1432
+ fineGrainedDefaultGranularity: "fiveMinutely",
1433
+ allowedTiers: ["free", "trial", "plus", "enterprise"],
1434
+ allowedGranularitiesOverride: ["thirtySecondly", "minutely", "fiveMinutely", "tenMinutely", "thirtyMinutely", "hourly"]
1435
+ }), h.TWELVE_HOUR, new O({
1436
+ key: h.TWELVE_HOUR,
1437
+ display: "Last 12 hours",
1438
+ timeframeText: "12 hours",
1439
+ timeframeLength: () => 60 * 60 * 12,
1440
+ defaultResponseGranularity: "hourly",
1441
+ dataGranularity: "hourly",
1442
+ isRelative: !0,
1443
+ fineGrainedDefaultGranularity: "tenMinutely",
1444
+ allowedTiers: ["free", "trial", "plus", "enterprise"],
1445
+ allowedGranularitiesOverride: ["minutely", "fiveMinutely", "tenMinutely", "thirtyMinutely", "hourly"]
1446
+ }), h.ONE_DAY, new O({
1447
+ key: h.ONE_DAY,
1448
+ display: "Last 24 hours",
1449
+ timeframeText: "24 hours",
1450
+ timeframeLength: () => 60 * 60 * 24,
1451
+ defaultResponseGranularity: "hourly",
1452
+ dataGranularity: "hourly",
1453
+ isRelative: !0,
1454
+ fineGrainedDefaultGranularity: "thirtyMinutely",
1455
+ allowedTiers: ["free", "trial", "plus", "enterprise"],
1456
+ allowedGranularitiesOverride: ["fiveMinutely", "tenMinutely", "thirtyMinutely", "hourly"]
1457
+ }), h.SEVEN_DAY, new O({
1458
+ key: h.SEVEN_DAY,
1459
+ display: "Last 7 days",
1460
+ timeframeText: "7 days",
1461
+ timeframeLength: () => 60 * 60 * 24 * 7,
1462
+ defaultResponseGranularity: "daily",
1463
+ dataGranularity: "daily",
1464
+ isRelative: !0,
1465
+ fineGrainedDefaultGranularity: "twoHourly",
1466
+ allowedTiers: ["trial", "plus", "enterprise"],
1467
+ allowedGranularitiesOverride: ["thirtyMinutely", "hourly", "twoHourly", "twelveHourly", "daily"]
1468
+ }), h.THIRTY_DAY, new O({
1469
+ key: h.THIRTY_DAY,
1470
+ display: "Last 30 days",
1471
+ timeframeText: "30 days",
1472
+ timeframeLength: () => 60 * 60 * 24 * 30,
1473
+ defaultResponseGranularity: "daily",
1474
+ dataGranularity: "daily",
1475
+ isRelative: !0,
1476
+ fineGrainedDefaultGranularity: "twelveHourly",
1477
+ allowedTiers: ["trial", "plus", "enterprise"],
1478
+ allowedGranularitiesOverride: ["hourly", "twoHourly", "twelveHourly", "daily", "weekly"]
1479
+ }), h.NINETY_DAY, new O({
1480
+ key: h.NINETY_DAY,
1481
+ display: "Last 90 days",
1482
+ timeframeText: "90 days",
1483
+ timeframeLength: () => 60 * 60 * 24 * 90,
1484
+ defaultResponseGranularity: "daily",
1485
+ dataGranularity: "daily",
1486
+ isRelative: !0,
1487
+ fineGrainedDefaultGranularity: "daily",
1488
+ allowedTiers: ["trial", "plus", "enterprise"],
1489
+ allowedGranularitiesOverride: ["hourly", "twoHourly", "twelveHourly", "daily", "weekly"]
1490
+ }), h.ONE_HUNDRED_EIGHTY_DAY, new O({
1491
+ key: h.ONE_HUNDRED_EIGHTY_DAY,
1492
+ display: "Last 180 days",
1493
+ timeframeText: "180 days",
1494
+ timeframeLength: () => 60 * 60 * 24 * 180,
1495
+ defaultResponseGranularity: "daily",
1496
+ dataGranularity: "daily",
1497
+ isRelative: !0,
1498
+ fineGrainedDefaultGranularity: "daily",
1499
+ allowedTiers: ["trial", "plus", "enterprise"],
1500
+ allowedGranularitiesOverride: ["hourly", "twoHourly", "twelveHourly", "daily", "weekly"]
1501
+ }), h.ONE_YEAR, new O({
1502
+ key: h.ONE_YEAR,
1503
+ display: "Last 365 days",
1504
+ timeframeText: "365 days",
1505
+ timeframeLength: () => 60 * 60 * 24 * 365,
1506
+ defaultResponseGranularity: "daily",
1507
+ dataGranularity: "daily",
1508
+ isRelative: !0,
1509
+ fineGrainedDefaultGranularity: "daily",
1510
+ allowedTiers: ["trial", "plus", "enterprise"],
1511
+ allowedGranularitiesOverride: ["hourly", "twoHourly", "twelveHourly", "daily", "weekly"]
1512
+ }), h.CURRENT_WEEK, new Ja({
1513
+ key: h.CURRENT_WEEK,
1514
+ display: "This week",
1515
+ timeframeText: "Week",
1516
+ timeframeLength: () => {
1517
+ const e = Ve(/* @__PURE__ */ new Date(), { weekStartsOn: 1 });
1518
+ return (mt(ft(/* @__PURE__ */ new Date(), 1)).getTime() - e.getTime()) / 1e3;
1519
+ },
1520
+ defaultResponseGranularity: "daily",
1521
+ dataGranularity: "daily",
1522
+ isRelative: !1,
1523
+ fineGrainedDefaultGranularity: "twoHourly",
1524
+ allowedTiers: ["plus", "enterprise"],
1525
+ allowedGranularitiesOverride: ["thirtyMinutely", "hourly", "twoHourly", "twelveHourly", "daily"]
1526
+ }), h.CURRENT_MONTH, new Xa({
1527
+ key: h.CURRENT_MONTH,
1528
+ display: "This month",
1529
+ timeframeText: "Month",
1530
+ timeframeLength: () => {
1531
+ const e = we(/* @__PURE__ */ new Date());
1532
+ return (mt(ft(/* @__PURE__ */ new Date(), 1)).getTime() - e.getTime()) / 1e3;
1533
+ },
1534
+ defaultResponseGranularity: "daily",
1535
+ dataGranularity: "daily",
1536
+ isRelative: !1,
1537
+ allowedTiers: ["plus", "enterprise"]
1538
+ }), h.CURRENT_YEAR, new Qa({
1539
+ key: h.CURRENT_YEAR,
1540
+ display: "This year",
1541
+ timeframeText: "Year",
1542
+ timeframeLength: () => {
1543
+ const e = new Date((/* @__PURE__ */ new Date()).getFullYear(), 0, 1);
1544
+ return (mt(ft(/* @__PURE__ */ new Date(), 1)).getTime() - e.getTime()) / 1e3;
1545
+ },
1546
+ defaultResponseGranularity: "daily",
1547
+ dataGranularity: "daily",
1548
+ isRelative: !1,
1549
+ allowedTiers: ["plus", "enterprise"]
1550
+ }), h.PREVIOUS_WEEK, new ei({
1551
+ key: h.PREVIOUS_WEEK,
1552
+ display: "Previous week",
1553
+ timeframeText: "Week",
1554
+ timeframeLength: () => 60 * 60 * 24 * 7,
1555
+ defaultResponseGranularity: "daily",
1556
+ dataGranularity: "daily",
1557
+ isRelative: !1,
1558
+ fineGrainedDefaultGranularity: "twoHourly",
1559
+ allowedTiers: ["plus", "enterprise"],
1560
+ allowedGranularitiesOverride: ["thirtyMinutely", "hourly", "twoHourly", "twelveHourly", "daily"]
1561
+ }), h.PREVIOUS_MONTH, new ti({
1562
+ key: h.PREVIOUS_MONTH,
1563
+ display: "Previous month",
1564
+ timeframeText: "Month",
1565
+ timeframeLength: () => {
1566
+ let e = 0;
1567
+ const t = we(/* @__PURE__ */ new Date()), n = we(Nn(/* @__PURE__ */ new Date()));
1568
+ return t.getTimezoneOffset() !== n.getTimezoneOffset() && (e = hn(t, n)), 60 * 60 * 24 * Na((/* @__PURE__ */ new Date()).setMonth((/* @__PURE__ */ new Date()).getMonth() - 1)) + an(e);
1569
+ },
1570
+ defaultResponseGranularity: "daily",
1571
+ dataGranularity: "daily",
1572
+ isRelative: !1,
1573
+ allowedTiers: ["plus", "enterprise"]
1574
+ }), h.PREVIOUS_YEAR, new ni({
1575
+ key: h.PREVIOUS_YEAR,
1576
+ display: "Previous year",
1577
+ timeframeText: "Year",
1578
+ timeframeLength: () => {
1579
+ const e = new Date((/* @__PURE__ */ new Date()).getFullYear(), 0, 1), t = new Date((/* @__PURE__ */ new Date()).getFullYear() - 1, 0, 1);
1580
+ let n = 0;
1581
+ return e.getTimezoneOffset() !== t.getTimezoneOffset() && (n = hn(e, t)), 60 * 60 * 24 * (365 + (t.getFullYear() % 4 === 0 ? 1 : 0)) + an(n);
1582
+ },
1583
+ defaultResponseGranularity: "daily",
1584
+ dataGranularity: "daily",
1585
+ isRelative: !1,
1586
+ allowedTiers: ["plus", "enterprise"]
1587
+ });
1588
+ function hn(e, t) {
1589
+ return ka(e.getTimezoneOffset() - t.getTimezoneOffset());
1590
+ }
1591
+ h.FIFTEEN_MIN, h.ONE_HOUR, h.SIX_HOUR, h.TWELVE_HOUR, h.ONE_DAY, h.SEVEN_DAY, h.FIFTEEN_MIN, h.ONE_HOUR, h.SIX_HOUR, h.TWELVE_HOUR, h.ONE_DAY, h.SEVEN_DAY, h.THIRTY_DAY, h.NINETY_DAY, h.ONE_HUNDRED_EIGHTY_DAY, h.ONE_YEAR, h.CURRENT_WEEK, h.CURRENT_MONTH, h.CURRENT_YEAR, h.PREVIOUS_WEEK, h.PREVIOUS_MONTH, h.PREVIOUS_YEAR;
1592
+ new Map(Nt.map((e) => [e.code, { code: e.code, name: e.name }]));
1593
+ var Rn = { exports: {} };
1594
+ (function(e) {
1595
+ (function() {
1596
+ function t(m, c) {
1597
+ if (c.separator === !1 || m < 1e3)
1598
+ return m.toString();
1599
+ var y = typeof c.separator == "string" ? c.separator : ",", w = [], x = Math.round(m).toString().split("");
1600
+ return x.reverse().forEach(function(k, P) {
1601
+ P && P % 3 === 0 && w.push(y), w.push(k);
1602
+ }), w.reverse().join("");
1603
+ }
1604
+ function n(m, c, y) {
1605
+ var w = m / c, x = y.round ? "round" : "floor";
1606
+ return y.decimal === !1 ? (m = Math[x](w), m.toString()) : (y.precision ? m = w : m = w < 10 ? Math[x](w * 10) / 10 : Math[x](w), m = m.toString(), typeof y.decimal == "string" && (m = m.replace(".", y.decimal)), m);
1607
+ }
1608
+ var a = 1e3, i = 1e4, o = 1e6, u = 1e9, d = 1e12;
1609
+ function f(m, c) {
1610
+ var y;
1611
+ c = c || {};
1612
+ var w = m < 0;
1613
+ w && (m = Math.abs(m)), c.precision && (m = parseFloat(m.toPrecision(c.precision)));
1614
+ var x = c.min10k ? i : a;
1615
+ return m < x || c.precision && c.precision > Math.log10(m) ? y = t(n(m, 1, c), c) : m < o ? y = n(m, a, c) + "k" : m < u ? y = n(m, o, c) + "m" : m < d ? y = t(n(m, u, c), c) + "b" : y = t(n(m, d, c), c) + "t", w && (y = "-" + y), c.capital && (y = y.toUpperCase()), c.prefix && (y = c.prefix + y), c.suffix && (y = y + c.suffix), y;
1616
+ }
1617
+ f.addCommas = t, e.exports = f;
1618
+ })();
1619
+ })(Rn);
1620
+ var ri = Rn.exports;
1621
+ const gt = /* @__PURE__ */ qa(ri);
1622
+ var yn;
1623
+ const wt = new Intl.NumberFormat(((yn = document == null ? void 0 : document.documentElement) == null ? void 0 : yn.lang) || "en-US");
1624
+ function ai({
1625
+ i18n: e
1626
+ }) {
1627
+ const t = (a, i) => {
1628
+ if (isNaN(a))
1629
+ return "0 B";
1630
+ const o = i ? Math.pow(2, 50) : 1e15, u = i ? Math.pow(2, 40) : 1e12, d = i ? Math.pow(2, 30) : 1e9, f = i ? Math.pow(2, 20) : 1e6, m = i ? Math.pow(2, 10) : 1e3;
1631
+ let c;
1632
+ return a >= o ? c = e.formatNumber(
1633
+ Number.parseFloat((a / o).toPrecision(3)),
1634
+ { style: "unit", unit: "petabyte", unitDisplay: "narrow" }
1635
+ ) : a >= u ? c = e.formatNumber(
1636
+ Number.parseFloat((a / u).toPrecision(3)),
1637
+ { style: "unit", unit: "terabyte", unitDisplay: "narrow" }
1638
+ ) : a >= d ? c = e.formatNumber(
1639
+ Number.parseFloat((a / d).toPrecision(3)),
1640
+ { style: "unit", unit: "gigabyte", unitDisplay: "narrow" }
1641
+ ) : a >= f ? c = e.formatNumber(
1642
+ Number.parseFloat((a / f).toPrecision(3)),
1643
+ { style: "unit", unit: "megabyte", unitDisplay: "narrow" }
1644
+ ) : a >= m ? c = e.formatNumber(
1645
+ Number.parseFloat((a / m).toPrecision(3)),
1646
+ { style: "unit", unit: "kilobyte", unitDisplay: "narrow" }
1647
+ ) : c = e.formatNumber(
1648
+ Number.parseFloat(a.toPrecision(3)),
1649
+ { style: "unit", unit: "byte", unitDisplay: "narrow" }
1650
+ ), c.replace(/([a-zA-Z]*)$/, " $1");
1651
+ }, n = (a, i = "USD") => isNaN(a) ? i === "USD" ? "$0.00" : `${a}` : a >= 0.01 || i !== "USD" ? e.formatNumber(a, { style: "currency", currency: i }) : a < 1e-4 ? "< $0.0001" : `$${Number.parseFloat(a.toPrecision(4))}`;
1652
+ return { formatUnit: (a, i, {
1653
+ isBytes1024: o = !1,
1654
+ currency: u = "USD",
1655
+ approximate: d = !1,
1656
+ translateUnit: f = (m) => m
1657
+ } = {}) => {
1658
+ const m = f(i, a);
1659
+ switch (i) {
1660
+ case "bytes":
1661
+ return t(a, o);
1662
+ case "usd":
1663
+ return n(a, u);
1664
+ case "ms":
1665
+ case "count/minute":
1666
+ case "token count":
1667
+ case "count":
1668
+ default:
1669
+ return isNaN(a) ? `${a}` : d ? `${gt(a, { capital: !0 })} ${m}` : a >= 0.01 ? `${wt.format(Number.parseFloat(a.toFixed(2)))} ${m}` : `${Number.parseFloat(a.toPrecision(4))} ${m}`;
1670
+ }
1671
+ }, formatBytes: t, formatCost: n, formatRange: (a, i, o, {
1672
+ isBytes1024: u = !1,
1673
+ currency: d = "USD",
1674
+ approximate: f = !1,
1675
+ translateUnit: m = (c) => c
1676
+ } = {}) => {
1677
+ const c = m(o, i);
1678
+ switch (o) {
1679
+ case "bytes":
1680
+ return `${t(a, u)} - ${t(i, u)}`;
1681
+ case "usd":
1682
+ return `${n(a, d)} - ${n(i, d)}`;
1683
+ case "ms":
1684
+ case "count/minute":
1685
+ case "token count":
1686
+ case "count":
1687
+ default:
1688
+ if (isNaN(a) || isNaN(i))
1689
+ return `${a} - ${i}`;
1690
+ if (f)
1691
+ return `${gt(a, { capital: !0 })} - ${gt(i, { capital: !0 })} ${c}`;
1692
+ }
1693
+ const y = a >= 0.01 ? `${wt.format(Number.parseFloat(a.toFixed(2)))}` : `${Number.parseFloat(a.toPrecision(4))}`, w = i >= 0.01 ? `${wt.format(Number.parseFloat(i.toFixed(2)))}` : `${Number.parseFloat(i.toPrecision(4))}`;
1694
+ return `${y} - ${w} ${c}`;
1695
+ } };
1696
+ }
1697
+ const ke = "#e0e4ea", ii = "#828a9e", oi = "32px", _n = 5, vt = [
1698
+ "#00819d",
1699
+ "#00abd2",
1700
+ "#00c8f4",
1701
+ "#67e3ff",
1702
+ "#b3f1ff"
1703
+ ], si = (e, t) => {
1704
+ const n = e.length;
1705
+ if (!n)
1706
+ return NaN;
1707
+ const a = (n - 1) * t, i = Math.floor(a), o = Math.ceil(a);
1708
+ return i === o ? e[i] : e[i] + (a - i) * (e[o] - e[i]);
1709
+ }, xt = (e, t) => {
1710
+ if (e.length === 0)
1711
+ return [];
1712
+ const n = e.filter((d) => d > 0).map(Math.log).sort((d, f) => d - f), a = Math.min(...n), o = (Math.max(...n) - a) / t;
1713
+ return Array.from({ length: t }, (d, f) => a + f * o).map((d) => Math.exp(d)).reverse();
1714
+ };
1715
+ function li({
1716
+ countryMetrics: e,
1717
+ metric: t,
1718
+ unit: n
1719
+ }) {
1720
+ const { i18n: a } = Tt.useI18n(), { formatUnit: i, formatRange: o } = ai({ i18n: a }), u = B(() => {
1721
+ const M = { ...e.value };
1722
+ for (const T of Object.keys(M))
1723
+ Nt.find((S) => S.code === T) || delete M[T];
1724
+ return M;
1725
+ }), d = B(() => Object.values(u.value)), f = B(() => Object.keys(u.value).length), m = B(() => f.value < _n - 1 ? f.value : _n), c = B(() => {
1726
+ var M;
1727
+ return !((M = t.value) != null && M.includes("latency"));
1728
+ }), y = B(() => {
1729
+ const M = [];
1730
+ if (d.value.length > 10) {
1731
+ const T = [...d.value].sort((_, F) => _ - F), S = si(T, 0.75), U = d.value.filter((_) => _ >= S), E = d.value.filter((_) => _ < S), V = xt(U, 3), ne = xt(E, 2);
1732
+ return M.push(...V, ...ne), M;
1733
+ }
1734
+ return xt(d.value, m.value);
1735
+ }), w = B(() => d.value.length === 1 ? [{
1736
+ color: x(d.value[0]),
1737
+ range: k(d.value[0])
1738
+ }] : y.value.map((M, T) => {
1739
+ const S = T === 0 ? Math.max(...y.value) : y.value[T - 1], U = M, E = S;
1740
+ let V = "";
1741
+ return T === 0 ? V = `> ${k(U, { showUnit: !n.value.includes("count") })}`.trim() : T === y.value.length - 1 ? V = `< ${k(E, { showUnit: !n.value.includes("count") })}`.trim() : V = P(U, E, { showUnit: !n.value.includes("count") }).trim(), {
1742
+ color: x(U),
1743
+ range: V
1744
+ };
1745
+ })), x = (M) => {
1746
+ if (M === 0)
1747
+ return ke;
1748
+ const T = y.value.findIndex((S) => M >= S);
1749
+ return T === -1 ? vt[vt.length - 1] : vt[T] ?? ke;
1750
+ }, k = (M, {
1751
+ showUnit: T = !0
1752
+ } = {}) => i(M, n.value, {
1753
+ approximate: c.value,
1754
+ translateUnit: (S) => T ? a.t(`metricUnits.${S}`, { plural: M > 1 ? "s" : "" }) : ""
1755
+ }), P = (M, T, {
1756
+ showUnit: S = !0
1757
+ } = {}) => o(M, T, n.value, {
1758
+ approximate: c.value,
1759
+ translateUnit: (U) => S ? a.t(`metricUnits.${U}`, { plural: T > 1 ? "s" : "" }) : ""
1760
+ });
1761
+ return {
1762
+ getColor: x,
1763
+ formatMetric: k,
1764
+ formatMetricRange: P,
1765
+ legendData: w,
1766
+ scale: y
1767
+ };
1768
+ }
1769
+ const Tt = {
1770
+ useI18n: da,
1771
+ useMetricUtils: li
1772
+ }, ui = "FeatureCollection", ci = [
1773
+ {
1774
+ type: "Feature",
1775
+ properties: {
1776
+ scalerank: 0,
1777
+ featurecla: "Lake",
1778
+ name: "Lake\rBaikal",
1779
+ name_alt: null,
1780
+ admin: null,
1781
+ min_zoom: 1,
1782
+ min_label: 3
1783
+ },
1784
+ geometry: {
1785
+ type: "Polygon",
1786
+ coordinates: [
1787
+ [
1788
+ [
1789
+ 106.57998579307912,
1790
+ 52.79998159444554
1791
+ ],
1792
+ [
1793
+ 106.53998823448521,
1794
+ 52.93999888774037
1795
+ ],
1796
+ [
1797
+ 107.0800069519353,
1798
+ 53.18001007751998
1799
+ ],
1800
+ [
1801
+ 107.2999935242018,
1802
+ 53.37999787048953
1803
+ ],
1804
+ [
1805
+ 107.59997521365611,
1806
+ 53.51998932556822
1807
+ ],
1808
+ [
1809
+ 108.03994835818912,
1810
+ 53.859968573616456
1811
+ ],
1812
+ [
1813
+ 108.37997928266967,
1814
+ 54.25999583598784
1815
+ ],
1816
+ [
1817
+ 109.05270307824526,
1818
+ 55.027597561251326
1819
+ ],
1820
+ [
1821
+ 109.19346967980832,
1822
+ 55.53560272889659
1823
+ ],
1824
+ [
1825
+ 109.50699059452313,
1826
+ 55.73091380474372
1827
+ ],
1828
+ [
1829
+ 109.92980716353523,
1830
+ 55.7129562445223
1831
+ ],
1832
+ [
1833
+ 109.70000206913326,
1834
+ 54.980003567110515
1835
+ ],
1836
+ [
1837
+ 109.66000451053935,
1838
+ 54.71999359803395
1839
+ ],
1840
+ [
1841
+ 109.47996382043448,
1842
+ 54.33999095317566
1843
+ ],
1844
+ [
1845
+ 109.31997358605884,
1846
+ 53.81999685323869
1847
+ ],
1848
+ [
1849
+ 109.22003136600637,
1850
+ 53.619983222052994
1851
+ ],
1852
+ [
1853
+ 108.99999311730755,
1854
+ 53.78002513286093
1855
+ ],
1856
+ [
1857
+ 108.60001753136845,
1858
+ 53.4399942083804
1859
+ ],
1860
+ [
1861
+ 108.800005324338,
1862
+ 53.37999787048953
1863
+ ],
1864
+ [
1865
+ 108.76000776574409,
1866
+ 53.200008856816936
1867
+ ],
1868
+ [
1869
+ 108.45997439985749,
1870
+ 53.14001251892607
1871
+ ],
1872
+ [
1873
+ 108.17999148970011,
1874
+ 52.79998159444554
1875
+ ],
1876
+ [
1877
+ 107.79996300662566,
1878
+ 52.579995022179034
1879
+ ],
1880
+ [
1881
+ 107.31999230349876,
1882
+ 52.42000478780339
1883
+ ],
1884
+ [
1885
+ 106.64003380740229,
1886
+ 52.32001089131862
1887
+ ],
1888
+ [
1889
+ 106.1000150899522,
1890
+ 52.03997630472897
1891
+ ],
1892
+ [
1893
+ 105.740037062607,
1894
+ 51.759993394571595
1895
+ ],
1896
+ [
1897
+ 105.24001590375084,
1898
+ 51.52000804300813
1899
+ ],
1900
+ [
1901
+ 104.81998986208251,
1902
+ 51.46001170511727
1903
+ ],
1904
+ [
1905
+ 104.30002160036167,
1906
+ 51.50000926371118
1907
+ ],
1908
+ [
1909
+ 103.7600028829116,
1910
+ 51.60000316019595
1911
+ ],
1912
+ [
1913
+ 103.6200114278329,
1914
+ 51.73999461527464
1915
+ ],
1916
+ [
1917
+ 103.85999677939637,
1918
+ 51.85998729105637
1919
+ ],
1920
+ [
1921
+ 104.39996382041414,
1922
+ 51.85998729105637
1923
+ ],
1924
+ [
1925
+ 105.05997521364597,
1926
+ 52.0000045843512
1927
+ ],
1928
+ [
1929
+ 105.4800012553143,
1930
+ 52.28001333272471
1931
+ ],
1932
+ [
1933
+ 105.98002241417046,
1934
+ 52.51999868428817
1935
+ ],
1936
+ [
1937
+ 106.26000532432784,
1938
+ 52.619992580772944
1939
+ ],
1940
+ [
1941
+ 106.57998579307912,
1942
+ 52.79998159444554
1943
+ ]
1944
+ ]
1945
+ ]
1946
+ }
1947
+ },
1948
+ {
1949
+ type: "Feature",
1950
+ properties: {
1951
+ scalerank: 0,
1952
+ featurecla: "Lake",
1953
+ name: "Lake\rWinnipeg",
1954
+ name_alt: null,
1955
+ admin: null,
1956
+ min_zoom: 1,
1957
+ min_label: 3
1958
+ },
1959
+ geometry: {
1960
+ type: "Polygon",
1961
+ coordinates: [
1962
+ [
1963
+ [
1964
+ -98.95540137408423,
1965
+ 53.92978343364277
1966
+ ],
1967
+ [
1968
+ -97.95799455441879,
1969
+ 54.337097072967325
1970
+ ],
1971
+ [
1972
+ -97.8050064766187,
1973
+ 54.05938792583079
1974
+ ],
1975
+ [
1976
+ -97.64380184608419,
1977
+ 53.42521474874492
1978
+ ],
1979
+ [
1980
+ -96.39258622921722,
1981
+ 51.39730235453108
1982
+ ],
1983
+ [
1984
+ -96.23789282915149,
1985
+ 50.6910147161819
1986
+ ],
1987
+ [
1988
+ -96.72558915890605,
1989
+ 50.448910630894474
1990
+ ],
1991
+ [
1992
+ -96.92110694048235,
1993
+ 50.75405996357799
1994
+ ],
1995
+ [
1996
+ -97.23568722205913,
1997
+ 51.49778717712263
1998
+ ],
1999
+ [
2000
+ -98.20097713905517,
2001
+ 52.18456696228162
2002
+ ],
2003
+ [
2004
+ -99.23680538612963,
2005
+ 53.21628693298888
2006
+ ],
2007
+ [
2008
+ -98.95540137408423,
2009
+ 53.92978343364277
2010
+ ]
2011
+ ]
2012
+ ]
2013
+ }
2014
+ },
2015
+ {
2016
+ type: "Feature",
2017
+ properties: {
2018
+ scalerank: 0,
2019
+ featurecla: "Lake",
2020
+ name: "Great\rSlave Lake",
2021
+ name_alt: null,
2022
+ admin: null,
2023
+ min_zoom: 1,
2024
+ min_label: 3
2025
+ },
2026
+ geometry: {
2027
+ type: "Polygon",
2028
+ coordinates: [
2029
+ [
2030
+ [
2031
+ -115.00000342492967,
2032
+ 61.9723932969562
2033
+ ],
2034
+ [
2035
+ -115.80669837122196,
2036
+ 62.54171255151576
2037
+ ],
2038
+ [
2039
+ -116.0585951404287,
2040
+ 62.77880402287089
2041
+ ],
2042
+ [
2043
+ -115.84279435917783,
2044
+ 62.7503044704619
2045
+ ],
2046
+ [
2047
+ -114.45259497766185,
2048
+ 62.42820526798667
2049
+ ],
2050
+ [
2051
+ -113.35341142459757,
2052
+ 62.04448192000336
2053
+ ],
2054
+ [
2055
+ -111.77890804731261,
2056
+ 62.44360484480964
2057
+ ],
2058
+ [
2059
+ -111.04001258018727,
2060
+ 62.92000987410843
2061
+ ],
2062
+ [
2063
+ -110.20001217328286,
2064
+ 63.08000010848407
2065
+ ],
2066
+ [
2067
+ -109.40000932497237,
2068
+ 62.87817780216814
2069
+ ],
2070
+ [
2071
+ -109.09010576051801,
2072
+ 62.814099026126215
2073
+ ],
2074
+ [
2075
+ -109.11651241741916,
2076
+ 62.6928144395372
2077
+ ],
2078
+ [
2079
+ -110.10089677614705,
2080
+ 62.51561595320837
2081
+ ],
2082
+ [
2083
+ -111.27599300824811,
2084
+ 62.34911448836395
2085
+ ],
2086
+ [
2087
+ -112.63050981326654,
2088
+ 61.55991201440246
2089
+ ],
2090
+ [
2091
+ -113.64000891808828,
2092
+ 61.07999298770784
2093
+ ],
2094
+ [
2095
+ -115.3409903634076,
2096
+ 60.87659455020702
2097
+ ],
2098
+ [
2099
+ -116.43999304895887,
2100
+ 60.86000641544133
2101
+ ],
2102
+ [
2103
+ -118.06110856817108,
2104
+ 61.31196849226605
2105
+ ],
2106
+ [
2107
+ -118.3474735177165,
2108
+ 61.36137116153708
2109
+ ],
2110
+ [
2111
+ -118.3849906075604,
2112
+ 61.52110301375126
2113
+ ],
2114
+ [
2115
+ -118.17960262741634,
2116
+ 61.55629466414203
2117
+ ],
2118
+ [
2119
+ -116.8028132800801,
2120
+ 61.32589529076871
2121
+ ],
2122
+ [
2123
+ -115.67879920129957,
2124
+ 61.69179026961132
2125
+ ],
2126
+ [
2127
+ -115.00000342492967,
2128
+ 61.9723932969562
2129
+ ]
2130
+ ]
2131
+ ]
2132
+ }
2133
+ },
2134
+ {
2135
+ type: "Feature",
2136
+ properties: {
2137
+ scalerank: 0,
2138
+ featurecla: "Lake",
2139
+ name: "L. Ontario",
2140
+ name_alt: null,
2141
+ admin: "admin-0",
2142
+ min_zoom: 1,
2143
+ min_label: 3
2144
+ },
2145
+ geometry: {
2146
+ type: "Polygon",
2147
+ coordinates: [
2148
+ [
2149
+ [
2150
+ -79.05630591502026,
2151
+ 43.25410431576152
2152
+ ],
2153
+ [
2154
+ -79.36168779164908,
2155
+ 43.20237620703736
2156
+ ],
2157
+ [
2158
+ -79.76047481964547,
2159
+ 43.29720246029295
2160
+ ],
2161
+ [
2162
+ -79.46116492381094,
2163
+ 43.639197089200565
2164
+ ],
2165
+ [
2166
+ -79.1561706204243,
2167
+ 43.75743276628437
2168
+ ],
2169
+ [
2170
+ -78.45052893747877,
2171
+ 43.9031861435636
2172
+ ],
2173
+ [
2174
+ -77.60536088734519,
2175
+ 44.039327704436545
2176
+ ],
2177
+ [
2178
+ -77.16148617217414,
2179
+ 43.850140285815996
2180
+ ],
2181
+ [
2182
+ -76.88269181995948,
2183
+ 44.0694550644627
2184
+ ],
2185
+ [
2186
+ -76.56555355498425,
2187
+ 44.20802541765336
2188
+ ],
2189
+ [
2190
+ -76.35303422718391,
2191
+ 44.134670722015045
2192
+ ],
2193
+ [
2194
+ -76.23926856149336,
2195
+ 43.979150499032656
2196
+ ],
2197
+ [
2198
+ -76.17999569365458,
2199
+ 43.5900011256587
2200
+ ],
2201
+ [
2202
+ -76.9300015937227,
2203
+ 43.2599954290428
2204
+ ],
2205
+ [
2206
+ -77.74915056019732,
2207
+ 43.342832750006664
2208
+ ],
2209
+ [
2210
+ -78.53499406605984,
2211
+ 43.379988104824534
2212
+ ],
2213
+ [
2214
+ -79.05630591502026,
2215
+ 43.25410431576152
2216
+ ]
2217
+ ]
2218
+ ]
2219
+ }
2220
+ },
2221
+ {
2222
+ type: "Feature",
2223
+ properties: {
2224
+ scalerank: 0,
2225
+ featurecla: "Lake",
2226
+ name: "L. Erie",
2227
+ name_alt: null,
2228
+ admin: "admin-0",
2229
+ min_zoom: 1,
2230
+ min_label: 3
2231
+ },
2232
+ geometry: {
2233
+ type: "Polygon",
2234
+ coordinates: [
2235
+ [
2236
+ [
2237
+ -83.12001135937246,
2238
+ 42.08001577409016
2239
+ ],
2240
+ [
2241
+ -82.57123348664891,
2242
+ 42.01702220312636
2243
+ ],
2244
+ [
2245
+ -81.82918575715374,
2246
+ 42.33552989355732
2247
+ ],
2248
+ [
2249
+ -81.39226152212595,
2250
+ 42.61517690690481
2251
+ ],
2252
+ [
2253
+ -81.09496700715081,
2254
+ 42.66075552018623
2255
+ ],
2256
+ [
2257
+ -80.54515560578142,
2258
+ 42.560089830081665
2259
+ ],
2260
+ [
2261
+ -80.27917700877515,
2262
+ 42.71566172949635
2263
+ ],
2264
+ [
2265
+ -79.79135148793986,
2266
+ 42.84203644466612
2267
+ ],
2268
+ [
2269
+ -78.92000932485044,
2270
+ 42.96500051530464
2271
+ ],
2272
+ [
2273
+ -78.90057898630869,
2274
+ 42.8667119410855
2275
+ ],
2276
+ [
2277
+ -79.76220598012725,
2278
+ 42.269616604169045
2279
+ ],
2280
+ [
2281
+ -80.51644934764329,
2282
+ 41.980331936199136
2283
+ ],
2284
+ [
2285
+ -81.03119828970264,
2286
+ 41.845508124349635
2287
+ ],
2288
+ [
2289
+ -81.62351355663209,
2290
+ 41.568935858723535
2291
+ ],
2292
+ [
2293
+ -82.34744869660895,
2294
+ 41.435920722004255
2295
+ ],
2296
+ [
2297
+ -82.84610043000939,
2298
+ 41.48710622818935
2299
+ ],
2300
+ [
2301
+ -83.46283281119673,
2302
+ 41.69396698665372
2303
+ ],
2304
+ [
2305
+ -83.12001135937246,
2306
+ 42.08001577409016
2307
+ ],
2308
+ [
2309
+ -83.12001135937246,
2310
+ 42.08001577409016
2311
+ ]
2312
+ ]
2313
+ ]
2314
+ }
2315
+ },
2316
+ {
2317
+ type: "Feature",
2318
+ properties: {
2319
+ scalerank: 0,
2320
+ featurecla: "Lake",
2321
+ name: "Lake Superior",
2322
+ name_alt: null,
2323
+ admin: "admin-0",
2324
+ min_zoom: 1,
2325
+ min_label: 3
2326
+ },
2327
+ geometry: {
2328
+ type: "Polygon",
2329
+ coordinates: [
2330
+ [
2331
+ [
2332
+ -89.60000342482806,
2333
+ 48.00998973244721
2334
+ ],
2335
+ [
2336
+ -89.19405921095924,
2337
+ 48.40546946877693
2338
+ ],
2339
+ [
2340
+ -88.62641944044917,
2341
+ 48.56251414651193
2342
+ ],
2343
+ [
2344
+ -88.40423661981026,
2345
+ 48.80632355406499
2346
+ ],
2347
+ [
2348
+ -88.17895321323383,
2349
+ 48.93670319273738
2350
+ ],
2351
+ [
2352
+ -87.24903581414156,
2353
+ 48.73511343036678
2354
+ ],
2355
+ [
2356
+ -86.56000810417788,
2357
+ 48.71108388935106
2358
+ ],
2359
+ [
2360
+ -86.32103044304411,
2361
+ 48.57729360614741
2362
+ ],
2363
+ [
2364
+ -85.98652889681881,
2365
+ 48.01035146747326
2366
+ ],
2367
+ [
2368
+ -84.8642201403039,
2369
+ 47.86007640236849
2370
+ ],
2371
+ [
2372
+ -85.04061764193222,
2373
+ 47.575700995466306
2374
+ ],
2375
+ [
2376
+ -84.64500871452178,
2377
+ 47.28220469826462
2378
+ ],
2379
+ [
2380
+ -84.81528255892351,
2381
+ 46.90233124448706
2382
+ ],
2383
+ [
2384
+ -84.39559241406505,
2385
+ 46.77683502866624
2386
+ ],
2387
+ [
2388
+ -84.60490780306328,
2389
+ 46.439594631529474
2390
+ ],
2391
+ [
2392
+ -84.9100054593145,
2393
+ 46.48000560158172
2394
+ ],
2395
+ [
2396
+ -85.11999264193253,
2397
+ 46.76001434995524
2398
+ ],
2399
+ [
2400
+ -86.1026200019625,
2401
+ 46.67265534116582
2402
+ ],
2403
+ [
2404
+ -86.99000769727856,
2405
+ 46.45000743263628
2406
+ ],
2407
+ [
2408
+ -87.69427995476835,
2409
+ 46.83104360614041
2410
+ ],
2411
+ [
2412
+ -88.2612220934425,
2413
+ 46.958581041036766
2414
+ ],
2415
+ [
2416
+ -87.93992387566777,
2417
+ 47.485913194359185
2418
+ ],
2419
+ [
2420
+ -88.82260901564527,
2421
+ 47.154796454449
2422
+ ],
2423
+ [
2424
+ -89.62498897984119,
2425
+ 46.83083690041124
2426
+ ],
2427
+ [
2428
+ -90.39703487828177,
2429
+ 46.57648550067064
2430
+ ],
2431
+ [
2432
+ -91.00999487991183,
2433
+ 46.92000458433087
2434
+ ],
2435
+ [
2436
+ -92.01192338740282,
2437
+ 46.71167104754619
2438
+ ],
2439
+ [
2440
+ -92.00877112503301,
2441
+ 46.85843211525511
2442
+ ],
2443
+ [
2444
+ -91.33000118687926,
2445
+ 47.28000844989221
2446
+ ],
2447
+ [
2448
+ -90.61999284540505,
2449
+ 47.68000987404746
2450
+ ],
2451
+ [
2452
+ -89.60000342482806,
2453
+ 48.00998973244721
2454
+ ]
2455
+ ]
2456
+ ]
2457
+ }
2458
+ },
2459
+ {
2460
+ type: "Feature",
2461
+ properties: {
2462
+ scalerank: 0,
2463
+ featurecla: "Lake",
2464
+ name: "Lake\rVictoria",
2465
+ name_alt: null,
2466
+ admin: "admin-0",
2467
+ min_zoom: 1,
2468
+ min_label: 3
2469
+ },
2470
+ geometry: {
2471
+ type: "Polygon",
2472
+ coordinates: [
2473
+ [
2474
+ [
2475
+ 33.85036827976734,
2476
+ 0.128157863766091
2477
+ ],
2478
+ [
2479
+ 33.85036827976734,
2480
+ 0.128157863766091
2481
+ ],
2482
+ [
2483
+ 34.13624230320599,
2484
+ -0.319308363449238
2485
+ ],
2486
+ [
2487
+ 34.0726286150547,
2488
+ -1.059831638191795
2489
+ ],
2490
+ [
2491
+ 33.579428745261055,
2492
+ -1.506005954599821
2493
+ ],
2494
+ [
2495
+ 33.251748488098286,
2496
+ -1.957968031424549
2497
+ ],
2498
+ [
2499
+ 33.64717654799571,
2500
+ -2.30089283611342
2501
+ ],
2502
+ [
2503
+ 33.07672041192572,
2504
+ -2.547131035984201
2505
+ ],
2506
+ [
2507
+ 32.95176679864397,
2508
+ -2.43044565186915
2509
+ ],
2510
+ [
2511
+ 32.37309410983957,
2512
+ -2.489925225437091
2513
+ ],
2514
+ [
2515
+ 31.926558058405476,
2516
+ -2.714511000177573
2517
+ ],
2518
+ [
2519
+ 31.648022088352292,
2520
+ -2.32921152100937
2521
+ ],
2522
+ [
2523
+ 31.836020949030114,
2524
+ -1.629305922048232
2525
+ ],
2526
+ [
2527
+ 31.866199985488578,
2528
+ -1.027378838712494
2529
+ ],
2530
+ [
2531
+ 31.815143670384202,
2532
+ -0.64042571371094
2533
+ ],
2534
+ [
2535
+ 32.27284183119332,
2536
+ -0.056120293786734
2537
+ ],
2538
+ [
2539
+ 32.906136508930246,
2540
+ 0.0867650415003
2541
+ ],
2542
+ [
2543
+ 33.33184695815069,
2544
+ 0.324993394365833
2545
+ ],
2546
+ [
2547
+ 33.85036827976734,
2548
+ 0.128157863766091
2549
+ ]
2550
+ ]
2551
+ ]
2552
+ }
2553
+ },
2554
+ {
2555
+ type: "Feature",
2556
+ properties: {
2557
+ scalerank: 0,
2558
+ featurecla: "Lake",
2559
+ name: "Lake\rLadoga",
2560
+ name_alt: null,
2561
+ admin: null,
2562
+ min_zoom: 1,
2563
+ min_label: 3
2564
+ },
2565
+ geometry: {
2566
+ type: "Polygon",
2567
+ coordinates: [
2568
+ [
2569
+ [
2570
+ 29.836711460089845,
2571
+ 61.22608226179696
2572
+ ],
2573
+ [
2574
+ 29.836711460089845,
2575
+ 61.22608226179696
2576
+ ],
2577
+ [
2578
+ 30.85199832532828,
2579
+ 61.77504100203353
2580
+ ],
2581
+ [
2582
+ 32.52688317234018,
2583
+ 61.11751007755173
2584
+ ],
2585
+ [
2586
+ 32.94432539239392,
2587
+ 60.64260366478942
2588
+ ],
2589
+ [
2590
+ 32.81575442885176,
2591
+ 60.481889960361684
2592
+ ],
2593
+ [
2594
+ 32.599901971168606,
2595
+ 60.533514716221276
2596
+ ],
2597
+ [
2598
+ 32.583882277158125,
2599
+ 60.20893504499601
2600
+ ],
2601
+ [
2602
+ 31.699440138482714,
2603
+ 60.23565176049091
2604
+ ],
2605
+ [
2606
+ 31.50973595553924,
2607
+ 59.92034800886205
2608
+ ],
2609
+ [
2610
+ 31.106246372204282,
2611
+ 59.92768606224749
2612
+ ],
2613
+ [
2614
+ 31.10893354668346,
2615
+ 60.14645823835514
2616
+ ],
2617
+ [
2618
+ 30.533878208139498,
2619
+ 60.63009796817478
2620
+ ],
2621
+ [
2622
+ 30.502045525847706,
2623
+ 60.843211574946466
2624
+ ],
2625
+ [
2626
+ 29.836711460089845,
2627
+ 61.22608226179696
2628
+ ]
2629
+ ]
2630
+ ]
2631
+ }
2632
+ },
2633
+ {
2634
+ type: "Feature",
2635
+ properties: {
2636
+ scalerank: 0,
2637
+ featurecla: "Lake",
2638
+ name: "Lake\rBalkhash",
2639
+ name_alt: "Balqash Köli",
2640
+ admin: null,
2641
+ min_zoom: 1,
2642
+ min_label: 3
2643
+ },
2644
+ geometry: {
2645
+ type: "Polygon",
2646
+ coordinates: [
2647
+ [
2648
+ [
2649
+ 78.99076541536459,
2650
+ 46.748619696634876
2651
+ ],
2652
+ [
2653
+ 78.99076541536459,
2654
+ 46.748619696634876
2655
+ ],
2656
+ [
2657
+ 79.2451684915375,
2658
+ 46.64516347918655
2659
+ ],
2660
+ [
2661
+ 78.88989301953086,
2662
+ 46.369934800800024
2663
+ ],
2664
+ [
2665
+ 78.44506229036242,
2666
+ 46.29717438413307
2667
+ ],
2668
+ [
2669
+ 77.20606814973246,
2670
+ 46.3955663112168
2671
+ ],
2672
+ [
2673
+ 75.61128177277294,
2674
+ 46.50718740496724
2675
+ ],
2676
+ [
2677
+ 75.46333214712132,
2678
+ 46.6706141220903
2679
+ ],
2680
+ [
2681
+ 75.40566124868357,
2682
+ 46.47080719663377
2683
+ ],
2684
+ [
2685
+ 74.91122114451494,
2686
+ 46.404661363300164
2687
+ ],
2688
+ [
2689
+ 74.77138471873312,
2690
+ 46.107831936215646
2691
+ ],
2692
+ [
2693
+ 74.27802981964263,
2694
+ 46.004065660173566
2695
+ ],
2696
+ [
2697
+ 74.0999528339648,
2698
+ 44.98893382423201
2699
+ ],
2700
+ [
2701
+ 73.4367375019309,
2702
+ 45.60946442319282
2703
+ ],
2704
+ [
2705
+ 73.4399931171653,
2706
+ 45.80586070411809
2707
+ ],
2708
+ [
2709
+ 73.73713260284359,
2710
+ 46.012747300798594
2711
+ ],
2712
+ [
2713
+ 73.67925499867667,
2714
+ 46.18307282163262
2715
+ ],
2716
+ [
2717
+ 74.02068118682908,
2718
+ 46.20490611427593
2719
+ ],
2720
+ [
2721
+ 74.09432010284502,
2722
+ 46.42781240496693
2723
+ ],
2724
+ [
2725
+ 74.939384800114,
2726
+ 46.81678091082786
2727
+ ],
2728
+ [
2729
+ 76.20313195181177,
2730
+ 46.7800131292522
2731
+ ],
2732
+ [
2733
+ 77.18131513866464,
2734
+ 46.64340648048862
2735
+ ],
2736
+ [
2737
+ 77.85993004752152,
2738
+ 46.64785065366573
2739
+ ],
2740
+ [
2741
+ 78.29700931184618,
2742
+ 46.46853343361292
2743
+ ],
2744
+ [
2745
+ 78.39710656119556,
2746
+ 46.657669175801175
2747
+ ],
2748
+ [
2749
+ 78.99076541536459,
2750
+ 46.748619696634876
2751
+ ]
2752
+ ]
2753
+ ]
2754
+ }
2755
+ },
2756
+ {
2757
+ type: "Feature",
2758
+ properties: {
2759
+ scalerank: 0,
2760
+ featurecla: "Lake",
2761
+ name: "Lake\rTanganyika",
2762
+ name_alt: null,
2763
+ admin: "admin-0",
2764
+ min_zoom: 1,
2765
+ min_label: 3
2766
+ },
2767
+ geometry: {
2768
+ type: "Polygon",
2769
+ coordinates: [
2770
+ [
2771
+ [
2772
+ 30.806006300588507,
2773
+ -8.578339125201033
2774
+ ],
2775
+ [
2776
+ 30.46442508313922,
2777
+ -8.498188978716335
2778
+ ],
2779
+ [
2780
+ 30.566847771941724,
2781
+ -8.1150082332721
2782
+ ],
2783
+ [
2784
+ 30.27735639824263,
2785
+ -7.848357842646031
2786
+ ],
2787
+ [
2788
+ 30.14702843600253,
2789
+ -7.299244073112582
2790
+ ],
2791
+ [
2792
+ 29.536523064906334,
2793
+ -6.7541610652979
2794
+ ],
2795
+ [
2796
+ 29.19318484875913,
2797
+ -6.038029066597119
2798
+ ],
2799
+ [
2800
+ 29.371985304489016,
2801
+ -5.616452731960017
2802
+ ],
2803
+ [
2804
+ 29.101717563602506,
2805
+ -5.054006442895265
2806
+ ],
2807
+ [
2808
+ 29.281034783655315,
2809
+ -3.455499362810748
2810
+ ],
2811
+ [
2812
+ 29.652588331833897,
2813
+ -4.420143324403149
2814
+ ],
2815
+ [
2816
+ 29.600085076625334,
2817
+ -4.896393324405054
2818
+ ],
2819
+ [
2820
+ 29.79195966972506,
2821
+ -5.040880629093131
2822
+ ],
2823
+ [
2824
+ 29.758421665167646,
2825
+ -5.466901136907339
2826
+ ],
2827
+ [
2828
+ 29.951226434048635,
2829
+ -5.860985609565162
2830
+ ],
2831
+ [
2832
+ 29.722041456834177,
2833
+ -6.244114678577112
2834
+ ],
2835
+ [
2836
+ 30.52803877129051,
2837
+ -6.922729587433992
2838
+ ],
2839
+ [
2840
+ 30.604158156056457,
2841
+ -7.541916599155222
2842
+ ],
2843
+ [
2844
+ 31.189032016735865,
2845
+ -8.729906101113095
2846
+ ],
2847
+ [
2848
+ 31.022117140433124,
2849
+ -8.786543470904988
2850
+ ],
2851
+ [
2852
+ 30.806006300588507,
2853
+ -8.578339125201033
2854
+ ],
2855
+ [
2856
+ 30.806006300588507,
2857
+ -8.578339125201033
2858
+ ]
2859
+ ]
2860
+ ]
2861
+ }
2862
+ },
2863
+ {
2864
+ type: "Feature",
2865
+ properties: {
2866
+ scalerank: 0,
2867
+ featurecla: "Lake",
2868
+ name: "Lake Malawi",
2869
+ name_alt: "Lake Nyasa",
2870
+ admin: "admin-0",
2871
+ min_zoom: 1,
2872
+ min_label: 3
2873
+ },
2874
+ geometry: {
2875
+ type: "Polygon",
2876
+ coordinates: [
2877
+ [
2878
+ [
2879
+ 35.2602047055542,
2880
+ -14.277474460510291
2881
+ ],
2882
+ [
2883
+ 35.236226840970915,
2884
+ -14.401291192281633
2885
+ ],
2886
+ [
2887
+ 34.881209751125766,
2888
+ -14.012012627826891
2889
+ ],
2890
+ [
2891
+ 34.706543409979076,
2892
+ -14.262023207255027
2893
+ ],
2894
+ [
2895
+ 34.54675988133266,
2896
+ -14.047669366108266
2897
+ ],
2898
+ [
2899
+ 34.55110070164528,
2900
+ -13.67208505621096
2901
+ ],
2902
+ [
2903
+ 34.3209338722171,
2904
+ -13.379389743709737
2905
+ ],
2906
+ [
2907
+ 34.32997724786827,
2908
+ -12.944584242405995
2909
+ ],
2910
+ [
2911
+ 34.032527703596315,
2912
+ -12.208556817272836
2913
+ ],
2914
+ [
2915
+ 34.322690870915096,
2916
+ -11.652983493702834
2917
+ ],
2918
+ [
2919
+ 34.25990400568048,
2920
+ -10.447579034062642
2921
+ ],
2922
+ [
2923
+ 33.906592238100984,
2924
+ -9.801726983278854
2925
+ ],
2926
+ [
2927
+ 33.99557905450757,
2928
+ -9.495440769084837
2929
+ ],
2930
+ [
2931
+ 34.52422895685345,
2932
+ -10.03013681400887
2933
+ ],
2934
+ [
2935
+ 34.60789310073403,
2936
+ -11.080511976773494
2937
+ ],
2938
+ [
2939
+ 34.93702029800096,
2940
+ -11.463434340056267
2941
+ ],
2942
+ [
2943
+ 34.69388268406766,
2944
+ -12.422393894096615
2945
+ ],
2946
+ [
2947
+ 34.86756717300062,
2948
+ -13.701127211159019
2949
+ ],
2950
+ [
2951
+ 35.05597944513687,
2952
+ -13.742933444883136
2953
+ ],
2954
+ [
2955
+ 35.2602047055542,
2956
+ -14.277474460510291
2957
+ ]
2958
+ ]
2959
+ ]
2960
+ }
2961
+ },
2962
+ {
2963
+ type: "Feature",
2964
+ properties: {
2965
+ scalerank: 0,
2966
+ featurecla: "Lake",
2967
+ name: "Aral\rSea",
2968
+ name_alt: null,
2969
+ admin: null,
2970
+ min_zoom: 1,
2971
+ min_label: 3
2972
+ },
2973
+ geometry: {
2974
+ type: "Polygon",
2975
+ coordinates: [
2976
+ [
2977
+ [
2978
+ 60.05285159692946,
2979
+ 44.264636949229114
2980
+ ],
2981
+ [
2982
+ 59.77002648299603,
2983
+ 44.15999217383806
2984
+ ],
2985
+ [
2986
+ 59.06288618351405,
2987
+ 44.36928172462015
2988
+ ],
2989
+ [
2990
+ 59.34571129744745,
2991
+ 44.99720205339871
2992
+ ],
2993
+ [
2994
+ 59.35930219914022,
2995
+ 45.190006822279685
2996
+ ],
2997
+ [
2998
+ 58.96139367049281,
2999
+ 45.37500844988459
3000
+ ],
3001
+ [
3002
+ 58.92144778833119,
3003
+ 45.101846828789746
3004
+ ],
3005
+ [
3006
+ 58.92144778833119,
3007
+ 44.73556427670495
3008
+ ],
3009
+ [
3010
+ 58.497132602782614,
3011
+ 44.212340399749735
3012
+ ],
3013
+ [
3014
+ 58.285000848224456,
3015
+ 44.473952338227335
3016
+ ],
3017
+ [
3018
+ 58.285000848224456,
3019
+ 44.89255727800766
3020
+ ],
3021
+ [
3022
+ 58.689989048095896,
3023
+ 45.50001373959863
3024
+ ],
3025
+ [
3026
+ 58.78000939314833,
3027
+ 45.88673432065487
3028
+ ],
3029
+ [
3030
+ 59.20427290226462,
3031
+ 45.93905670835039
3032
+ ],
3033
+ [
3034
+ 59.535002068932585,
3035
+ 45.70501414650049
3036
+ ],
3037
+ [
3038
+ 59.55784305200561,
3039
+ 46.30533926043519
3040
+ ],
3041
+ [
3042
+ 59.77002648299603,
3043
+ 46.25299103452352
3044
+ ],
3045
+ [
3046
+ 60.12359663273702,
3047
+ 46.096023871436955
3048
+ ],
3049
+ [
3050
+ 60.12359663273702,
3051
+ 45.88673432065487
3052
+ ],
3053
+ [
3054
+ 59.94675988143425,
3055
+ 45.808211981787366
3056
+ ],
3057
+ [
3058
+ 59.84071984237133,
3059
+ 45.520477606786216
3060
+ ],
3061
+ [
3062
+ 60.12359663273702,
3063
+ 45.572774156265595
3064
+ ],
3065
+ [
3066
+ 60.23997195825834,
3067
+ 44.78403677019473
3068
+ ],
3069
+ [
3070
+ 60.05285159692946,
3071
+ 44.264636949229114
3072
+ ]
3073
+ ]
3074
+ ]
3075
+ }
3076
+ },
3077
+ {
3078
+ type: "Feature",
3079
+ properties: {
3080
+ scalerank: 1,
3081
+ featurecla: "Lake",
3082
+ name: "Vänern",
3083
+ name_alt: null,
3084
+ admin: null,
3085
+ min_zoom: 1.7,
3086
+ min_label: 3.6
3087
+ },
3088
+ geometry: {
3089
+ type: "Polygon",
3090
+ coordinates: [
3091
+ [
3092
+ [
3093
+ 13.979281447005576,
3094
+ 59.20491364199721
3095
+ ],
3096
+ [
3097
+ 13.979281447005576,
3098
+ 59.20491364199721
3099
+ ],
3100
+ [
3101
+ 13.984449090234762,
3102
+ 59.086212877022774
3103
+ ],
3104
+ [
3105
+ 13.91892337408865,
3106
+ 58.902503160225166
3107
+ ],
3108
+ [
3109
+ 13.28268313971111,
3110
+ 58.608670966213566
3111
+ ],
3112
+ [
3113
+ 12.830100945698888,
3114
+ 58.50903880475484
3115
+ ],
3116
+ [
3117
+ 12.460149366921371,
3118
+ 58.50619660097878
3119
+ ],
3120
+ [
3121
+ 12.537767368223768,
3122
+ 58.77594757754237
3123
+ ],
3124
+ [
3125
+ 12.522161085671598,
3126
+ 58.880282294339665
3127
+ ],
3128
+ [
3129
+ 12.697085808979608,
3130
+ 58.953843695707135
3131
+ ],
3132
+ [
3133
+ 13.027039829163215,
3134
+ 58.993531195707305
3135
+ ],
3136
+ [
3137
+ 13.195298292705559,
3138
+ 59.12900096296045
3139
+ ],
3140
+ [
3141
+ 13.59144982265505,
3142
+ 59.336481838612315
3143
+ ],
3144
+ [
3145
+ 13.979281447005576,
3146
+ 59.20491364199721
3147
+ ]
3148
+ ]
3149
+ ]
3150
+ }
3151
+ },
3152
+ {
3153
+ type: "Feature",
3154
+ properties: {
3155
+ scalerank: 1,
3156
+ featurecla: "Lake",
3157
+ name: "Lake Okeechobee",
3158
+ name_alt: null,
3159
+ admin: null,
3160
+ min_zoom: 1.7,
3161
+ min_label: 3.6
3162
+ },
3163
+ geometry: {
3164
+ type: "Polygon",
3165
+ coordinates: [
3166
+ [
3167
+ [
3168
+ -80.70643775096435,
3169
+ 26.788959458924822
3170
+ ],
3171
+ [
3172
+ -80.93244462759287,
3173
+ 26.823272609966622
3174
+ ],
3175
+ [
3176
+ -80.91970638703292,
3177
+ 27.068916530866048
3178
+ ],
3179
+ [
3180
+ -80.69369951040441,
3181
+ 27.034629218040394
3182
+ ],
3183
+ [
3184
+ -80.70643775096435,
3185
+ 26.788959458924822
3186
+ ],
3187
+ [
3188
+ -80.70643775096435,
3189
+ 26.788959458924822
3190
+ ]
3191
+ ]
3192
+ ]
3193
+ }
3194
+ },
3195
+ {
3196
+ type: "Feature",
3197
+ properties: {
3198
+ scalerank: 1,
3199
+ featurecla: "Lake",
3200
+ name: "Lago de\rNicaragua",
3201
+ name_alt: null,
3202
+ admin: null,
3203
+ min_zoom: 1.7,
3204
+ min_label: 3.6
3205
+ },
3206
+ geometry: {
3207
+ type: "Polygon",
3208
+ coordinates: [
3209
+ [
3210
+ [
3211
+ -84.85548682324658,
3212
+ 11.147898667846633
3213
+ ],
3214
+ [
3215
+ -85.29013729525353,
3216
+ 11.176165676310276
3217
+ ],
3218
+ [
3219
+ -85.79132117383625,
3220
+ 11.509737046754324
3221
+ ],
3222
+ [
3223
+ -85.8851655748783,
3224
+ 11.900100816287136
3225
+ ],
3226
+ [
3227
+ -85.5653401354239,
3228
+ 11.940330918826362
3229
+ ],
3230
+ [
3231
+ -85.03684526237491,
3232
+ 11.5216484643976
3233
+ ],
3234
+ [
3235
+ -84.85548682324658,
3236
+ 11.147898667846633
3237
+ ],
3238
+ [
3239
+ -84.85548682324658,
3240
+ 11.147898667846633
3241
+ ]
3242
+ ]
3243
+ ]
3244
+ }
3245
+ },
3246
+ {
3247
+ type: "Feature",
3248
+ properties: {
3249
+ scalerank: 1,
3250
+ featurecla: "Lake",
3251
+ name: "Lake Tana",
3252
+ name_alt: null,
3253
+ admin: null,
3254
+ min_zoom: 1.7,
3255
+ min_label: 3.6
3256
+ },
3257
+ geometry: {
3258
+ type: "Polygon",
3259
+ coordinates: [
3260
+ [
3261
+ [
3262
+ 37.14370730972843,
3263
+ 11.850594794151519
3264
+ ],
3265
+ [
3266
+ 37.01482628759251,
3267
+ 12.035596421756424
3268
+ ],
3269
+ [
3270
+ 37.24401126480697,
3271
+ 12.233878892460353
3272
+ ],
3273
+ [
3274
+ 37.518361443844526,
3275
+ 12.160601711470477
3276
+ ],
3277
+ [
3278
+ 37.48187788264647,
3279
+ 11.825092474815477
3280
+ ],
3281
+ [
3282
+ 37.33635704931254,
3283
+ 11.713393866416595
3284
+ ],
3285
+ [
3286
+ 37.14370730972843,
3287
+ 11.850594794151519
3288
+ ],
3289
+ [
3290
+ 37.14370730972843,
3291
+ 11.850594794151519
3292
+ ]
3293
+ ]
3294
+ ]
3295
+ }
3296
+ },
3297
+ {
3298
+ type: "Feature",
3299
+ properties: {
3300
+ scalerank: 1,
3301
+ featurecla: "Lake",
3302
+ name: "Lago Titicaca",
3303
+ name_alt: null,
3304
+ admin: null,
3305
+ min_zoom: 1.7,
3306
+ min_label: 3.6
3307
+ },
3308
+ geometry: {
3309
+ type: "Polygon",
3310
+ coordinates: [
3311
+ [
3312
+ [
3313
+ -69.40673987494259,
3314
+ -16.126198825752063
3315
+ ],
3316
+ [
3317
+ -69.7290974595793,
3318
+ -15.928794854397104
3319
+ ],
3320
+ [
3321
+ -69.98365556504908,
3322
+ -15.73717864345884
3323
+ ],
3324
+ [
3325
+ -69.8770212470148,
3326
+ -15.669844252182529
3327
+ ],
3328
+ [
3329
+ -69.8679778713637,
3330
+ -15.546079196843493
3331
+ ],
3332
+ [
3333
+ -69.88559953477524,
3334
+ -15.35425628017606
3335
+ ],
3336
+ [
3337
+ -69.59675411647981,
3338
+ -15.410480238509614
3339
+ ],
3340
+ [
3341
+ -68.98697221543571,
3342
+ -15.885903415594846
3343
+ ],
3344
+ [
3345
+ -68.9596870591856,
3346
+ -15.91329192470954
3347
+ ],
3348
+ [
3349
+ -68.74623755560401,
3350
+ -16.356003920154023
3351
+ ],
3352
+ [
3353
+ -68.90524593776611,
3354
+ -16.506640720284835
3355
+ ],
3356
+ [
3357
+ -69.00115739609983,
3358
+ -16.536406345284952
3359
+ ],
3360
+ [
3361
+ -69.09084184434238,
3362
+ -16.461992282784657
3363
+ ],
3364
+ [
3365
+ -69.18205074733753,
3366
+ -16.40116912197712
3367
+ ],
3368
+ [
3369
+ -69.25098710801488,
3370
+ -16.227536309476427
3371
+ ],
3372
+ [
3373
+ -69.40673987494259,
3374
+ -16.126198825752063
3375
+ ],
3376
+ [
3377
+ -69.40673987494259,
3378
+ -16.126198825752063
3379
+ ]
3380
+ ]
3381
+ ]
3382
+ }
3383
+ },
3384
+ {
3385
+ type: "Feature",
3386
+ properties: {
3387
+ scalerank: 1,
3388
+ featurecla: "Lake",
3389
+ name: "Lake\rWinnipegosis",
3390
+ name_alt: null,
3391
+ admin: null,
3392
+ min_zoom: 1.7,
3393
+ min_label: 3.6
3394
+ },
3395
+ geometry: {
3396
+ type: "Polygon",
3397
+ coordinates: [
3398
+ [
3399
+ [
3400
+ -99.40377193886468,
3401
+ 53.1258531764781
3402
+ ],
3403
+ [
3404
+ -99.54846594928192,
3405
+ 53.120427151087455
3406
+ ],
3407
+ [
3408
+ -99.80498775917877,
3409
+ 53.14290639913442
3410
+ ],
3411
+ [
3412
+ -100.43146114785316,
3413
+ 53.2841897650204
3414
+ ],
3415
+ [
3416
+ -100.60685095905177,
3417
+ 53.531616522833886
3418
+ ],
3419
+ [
3420
+ -100.33487789589965,
3421
+ 53.745246893928496
3422
+ ],
3423
+ [
3424
+ -100.42673275429846,
3425
+ 53.90740753846039
3426
+ ],
3427
+ [
3428
+ -100.4044860501968,
3429
+ 53.94507965760117
3430
+ ],
3431
+ [
3432
+ -100.32629960813921,
3433
+ 54.094011135466346
3434
+ ],
3435
+ [
3436
+ -100.23586585162842,
3437
+ 54.23033356385231
3438
+ ],
3439
+ [
3440
+ -99.99549292682278,
3441
+ 54.215864162810576
3442
+ ],
3443
+ [
3444
+ -100.04778947630214,
3445
+ 54.10013479269293
3446
+ ],
3447
+ [
3448
+ -100.18356930214904,
3449
+ 53.930351874397985
3450
+ ],
3451
+ [
3452
+ -99.87128862180926,
3453
+ 53.928465684619326
3454
+ ],
3455
+ [
3456
+ -99.91066606321566,
3457
+ 53.821314602262134
3458
+ ],
3459
+ [
3460
+ -100.05649695514333,
3461
+ 53.44332733826322
3462
+ ],
3463
+ [
3464
+ -99.66551306842301,
3465
+ 53.29581696228607
3466
+ ],
3467
+ [
3468
+ -99.39317827024485,
3469
+ 53.26791168884846
3470
+ ],
3471
+ [
3472
+ -99.40377193886468,
3473
+ 53.1258531764781
3474
+ ],
3475
+ [
3476
+ -99.40377193886468,
3477
+ 53.1258531764781
3478
+ ]
3479
+ ]
3480
+ ]
3481
+ }
3482
+ },
3483
+ {
3484
+ type: "Feature",
3485
+ properties: {
3486
+ scalerank: 1,
3487
+ featurecla: "Lake",
3488
+ name: "Lake\rOnega",
3489
+ name_alt: null,
3490
+ admin: null,
3491
+ min_zoom: 1.7,
3492
+ min_label: 3.6
3493
+ },
3494
+ geometry: {
3495
+ type: "Polygon",
3496
+ coordinates: [
3497
+ [
3498
+ [
3499
+ 35.71464725112901,
3500
+ 62.2802298041189
3501
+ ],
3502
+ [
3503
+ 36.0541614112866,
3504
+ 61.716310736733874
3505
+ ],
3506
+ [
3507
+ 36.391401808423325,
3508
+ 61.27605337182331
3509
+ ],
3510
+ [
3511
+ 36.10945519383887,
3512
+ 61.01508738874924
3513
+ ],
3514
+ [
3515
+ 35.35074181492962,
3516
+ 60.948579820389625
3517
+ ],
3518
+ [
3519
+ 34.866843702948586,
3520
+ 61.11637319604125
3521
+ ],
3522
+ [
3523
+ 35.207288038887384,
3524
+ 61.114435329830485
3525
+ ],
3526
+ [
3527
+ 35.57832482274313,
3528
+ 61.08634918887975
3529
+ ],
3530
+ [
3531
+ 35.16000410334027,
3532
+ 61.39428904890701
3533
+ ],
3534
+ [
3535
+ 34.85733523940689,
3536
+ 61.55179881453273
3537
+ ],
3538
+ [
3539
+ 34.48691857273877,
3540
+ 61.86697337508076
3541
+ ],
3542
+ [
3543
+ 34.265019972477376,
3544
+ 62.21914826114994
3545
+ ],
3546
+ [
3547
+ 34.289824659977455,
3548
+ 62.29774811466581
3549
+ ],
3550
+ [
3551
+ 34.66561567560399,
3552
+ 62.22979360620195
3553
+ ],
3554
+ [
3555
+ 34.62613488133297,
3556
+ 62.45223480900245
3557
+ ],
3558
+ [
3559
+ 34.8356311378443,
3560
+ 62.29676626245225
3561
+ ],
3562
+ [
3563
+ 35.080267368314026,
3564
+ 62.1411943630377
3565
+ ],
3566
+ [
3567
+ 35.21658979669991,
3568
+ 62.193284206787894
3569
+ ],
3570
+ [
3571
+ 35.463706495919666,
3572
+ 62.2560193955901
3573
+ ],
3574
+ [
3575
+ 35.13969526544963,
3576
+ 62.48776235620312
3577
+ ],
3578
+ [
3579
+ 34.614352654770414,
3580
+ 62.762448432050576
3581
+ ],
3582
+ [
3583
+ 34.99541466649072,
3584
+ 62.748469957115674
3585
+ ],
3586
+ [
3587
+ 35.23395307795005,
3588
+ 62.675347805422575
3589
+ ],
3590
+ [
3591
+ 35.71464725112901,
3592
+ 62.2802298041189
3593
+ ]
3594
+ ]
3595
+ ]
3596
+ }
3597
+ },
3598
+ {
3599
+ type: "Feature",
3600
+ properties: {
3601
+ scalerank: 1,
3602
+ featurecla: "Lake",
3603
+ name: "Great Salt Lake",
3604
+ name_alt: null,
3605
+ admin: null,
3606
+ min_zoom: 1.7,
3607
+ min_label: 3.6
3608
+ },
3609
+ geometry: {
3610
+ type: "Polygon",
3611
+ coordinates: [
3612
+ [
3613
+ [
3614
+ -112.18405127648089,
3615
+ 41.34124949804567
3616
+ ],
3617
+ [
3618
+ -112.13875688357706,
3619
+ 41.142346910154174
3620
+ ],
3621
+ [
3622
+ -112.17193315310845,
3623
+ 40.851460272783186
3624
+ ],
3625
+ [
3626
+ -112.67882727745939,
3627
+ 41.130487168943205
3628
+ ],
3629
+ [
3630
+ -112.70549231652205,
3631
+ 41.16753917089636
3632
+ ],
3633
+ [
3634
+ -112.87814327680917,
3635
+ 41.62815705013003
3636
+ ],
3637
+ [
3638
+ -112.58955624067522,
3639
+ 41.43891795507716
3640
+ ],
3641
+ [
3642
+ -112.40532975955472,
3643
+ 41.33801972102742
3644
+ ],
3645
+ [
3646
+ -112.21901038292629,
3647
+ 41.42855683040267
3648
+ ],
3649
+ [
3650
+ -112.18405127648089,
3651
+ 41.34124949804567
3652
+ ]
3653
+ ]
3654
+ ]
3655
+ }
3656
+ },
3657
+ {
3658
+ type: "Feature",
3659
+ properties: {
3660
+ scalerank: 1,
3661
+ featurecla: "Lake",
3662
+ name: "Great\rBear Lake",
3663
+ name_alt: null,
3664
+ admin: null,
3665
+ min_zoom: 1.7,
3666
+ min_label: 3.6
3667
+ },
3668
+ geometry: {
3669
+ type: "Polygon",
3670
+ coordinates: [
3671
+ [
3672
+ [
3673
+ -117.7592923653704,
3674
+ 66.22368419052789
3675
+ ],
3676
+ [
3677
+ -117.97374955938167,
3678
+ 65.85489533147692
3679
+ ],
3680
+ [
3681
+ -118.10710059291085,
3682
+ 65.76691620550001
3683
+ ],
3684
+ [
3685
+ -119.7200520432652,
3686
+ 65.73479930283061
3687
+ ],
3688
+ [
3689
+ -119.74568355368197,
3690
+ 65.65436493596833
3691
+ ],
3692
+ [
3693
+ -119.6648099371452,
3694
+ 65.52742178004333
3695
+ ],
3696
+ [
3697
+ -119.70219783590836,
3698
+ 65.36794830999061
3699
+ ],
3700
+ [
3701
+ -121.35509436098008,
3702
+ 64.87999359807459
3703
+ ],
3704
+ [
3705
+ -121.33610327211281,
3706
+ 64.99461192489797
3707
+ ],
3708
+ [
3709
+ -120.94527441468938,
3710
+ 65.37774099390991
3711
+ ],
3712
+ [
3713
+ -121.05728308168202,
3714
+ 65.4463414577774
3715
+ ],
3716
+ [
3717
+ -122.56450374412293,
3718
+ 65.0310696478799
3719
+ ],
3720
+ [
3721
+ -123.232705851873,
3722
+ 65.18041453720339
3723
+ ],
3724
+ [
3725
+ -123.17963415590926,
3726
+ 65.31937246363624
3727
+ ],
3728
+ [
3729
+ -122.32599117087979,
3730
+ 65.79378795029179
3731
+ ],
3732
+ [
3733
+ -122.35622188377054,
3734
+ 65.90184337021411
3735
+ ],
3736
+ [
3737
+ -124.95363440005697,
3738
+ 66.04925039332666
3739
+ ],
3740
+ [
3741
+ -124.89753963280414,
3742
+ 66.15115631780624
3743
+ ],
3744
+ [
3745
+ -119.48724971579031,
3746
+ 66.96929759385118
3747
+ ],
3748
+ [
3749
+ -119.35743771042887,
3750
+ 66.87519481064767
3751
+ ],
3752
+ [
3753
+ -120.1769492193738,
3754
+ 66.46527151149239
3755
+ ],
3756
+ [
3757
+ -117.60545162643749,
3758
+ 66.55934845647975
3759
+ ],
3760
+ [
3761
+ -117.61278967982294,
3762
+ 66.41997711858856
3763
+ ],
3764
+ [
3765
+ -117.7592923653704,
3766
+ 66.22368419052789
3767
+ ],
3768
+ [
3769
+ -117.7592923653704,
3770
+ 66.22368419052789
3771
+ ]
3772
+ ]
3773
+ ]
3774
+ }
3775
+ },
3776
+ {
3777
+ type: "Feature",
3778
+ properties: {
3779
+ scalerank: 1,
3780
+ featurecla: "Lake",
3781
+ name: "Lake Athabasca",
3782
+ name_alt: null,
3783
+ admin: null,
3784
+ min_zoom: 1.7,
3785
+ min_label: 3.6
3786
+ },
3787
+ geometry: {
3788
+ type: "Polygon",
3789
+ coordinates: [
3790
+ [
3791
+ [
3792
+ -109.65330135785099,
3793
+ 59.03763703066841
3794
+ ],
3795
+ [
3796
+ -111.08626298708849,
3797
+ 58.56017263450765
3798
+ ],
3799
+ [
3800
+ -111.19948605023998,
3801
+ 58.685565497463884
3802
+ ],
3803
+ [
3804
+ -111.160005255969,
3805
+ 58.75985036888345
3806
+ ],
3807
+ [
3808
+ -109.09672034385136,
3809
+ 59.55042226830068
3810
+ ],
3811
+ [
3812
+ -106.54517066122398,
3813
+ 59.31968699811746
3814
+ ],
3815
+ [
3816
+ -106.54695349813804,
3817
+ 59.292815253325685
3818
+ ],
3819
+ [
3820
+ -109.65330135785099,
3821
+ 59.03763703066841
3822
+ ],
3823
+ [
3824
+ -109.65330135785099,
3825
+ 59.03763703066841
3826
+ ]
3827
+ ]
3828
+ ]
3829
+ }
3830
+ },
3831
+ {
3832
+ type: "Feature",
3833
+ properties: {
3834
+ scalerank: 1,
3835
+ featurecla: "Lake",
3836
+ name: "Reindeer\rLake",
3837
+ name_alt: null,
3838
+ admin: null,
3839
+ min_zoom: 1.7,
3840
+ min_label: 3.6
3841
+ },
3842
+ geometry: {
3843
+ type: "Polygon",
3844
+ coordinates: [
3845
+ [
3846
+ [
3847
+ -101.89514441608819,
3848
+ 58.01403025983099
3849
+ ],
3850
+ [
3851
+ -101.89514441608819,
3852
+ 58.01403025983099
3853
+ ],
3854
+ [
3855
+ -101.54384802936804,
3856
+ 57.86809601503873
3857
+ ],
3858
+ [
3859
+ -101.97090206582807,
3860
+ 57.34867035585697
3861
+ ],
3862
+ [
3863
+ -101.93403093138781,
3864
+ 57.23066722271848
3865
+ ],
3866
+ [
3867
+ -103.20416012247362,
3868
+ 56.34539826112639
3869
+ ],
3870
+ [
3871
+ -103.2825015938281,
3872
+ 56.40994212505895
3873
+ ],
3874
+ [
3875
+ -103.1487371488406,
3876
+ 56.70411021588043
3877
+ ],
3878
+ [
3879
+ -103.07832800984292,
3880
+ 56.71080231386223
3881
+ ],
3882
+ [
3883
+ -103.01440426309787,
3884
+ 56.56510061301529
3885
+ ],
3886
+ [
3887
+ -102.57680823445028,
3888
+ 56.938281968811054
3889
+ ],
3890
+ [
3891
+ -102.81322791218561,
3892
+ 57.28714956321349
3893
+ ],
3894
+ [
3895
+ -102.81369300007623,
3896
+ 57.46434804954232
3897
+ ],
3898
+ [
3899
+ -102.12874772826359,
3900
+ 58.01914622662788
3901
+ ],
3902
+ [
3903
+ -101.89514441608819,
3904
+ 58.01403025983099
3905
+ ]
3906
+ ]
3907
+ ]
3908
+ }
3909
+ },
3910
+ {
3911
+ type: "Feature",
3912
+ properties: {
3913
+ scalerank: 0,
3914
+ featurecla: "Lake",
3915
+ name: "Lake\rHuron",
3916
+ name_alt: null,
3917
+ admin: "admin-0",
3918
+ min_zoom: 1,
3919
+ min_label: 3
3920
+ },
3921
+ geometry: {
3922
+ type: "Polygon",
3923
+ coordinates: [
3924
+ [
3925
+ [
3926
+ -80.41056433787725,
3927
+ 45.590137437515665
3928
+ ],
3929
+ [
3930
+ -79.76292945017934,
3931
+ 44.824602769543844
3932
+ ],
3933
+ [
3934
+ -80.08500281443844,
3935
+ 44.493925279308144
3936
+ ],
3937
+ [
3938
+ -80.89769222687659,
3939
+ 44.63164297136599
3940
+ ],
3941
+ [
3942
+ -81.40233842642287,
3943
+ 45.25005483660284
3944
+ ],
3945
+ [
3946
+ -81.27567949087549,
3947
+ 44.6201708033972
3948
+ ],
3949
+ [
3950
+ -81.75265296092948,
3951
+ 44.06464915625956
3952
+ ],
3953
+ [
3954
+ -81.70017554393709,
3955
+ 43.590052802090995
3956
+ ],
3957
+ [
3958
+ -81.78272864452336,
3959
+ 43.310845038417995
3960
+ ],
3961
+ [
3962
+ -82.43000179719522,
3963
+ 42.98001251888543
3964
+ ],
3965
+ [
3966
+ -82.4799987454376,
3967
+ 43.39001333268915
3968
+ ],
3969
+ [
3970
+ -82.6599877591102,
3971
+ 43.970003770516996
3972
+ ],
3973
+ [
3974
+ -83.02999101432,
3975
+ 44.06999766700177
3976
+ ],
3977
+ [
3978
+ -83.6500048489579,
3979
+ 43.62999868425261
3980
+ ],
3981
+ [
3982
+ -83.84870073112015,
3983
+ 43.63831858985161
3984
+ ],
3985
+ [
3986
+ -83.89998959016984,
3987
+ 43.88998281511303
3988
+ ],
3989
+ [
3990
+ -83.34999732128743,
3991
+ 44.29001007748441
3992
+ ],
3993
+ [
3994
+ -83.25878841829228,
3995
+ 44.74574453386644
3996
+ ],
3997
+ [
3998
+ -83.33999793163895,
3999
+ 45.200006211928155
4000
+ ],
4001
+ [
4002
+ -84.08000444205858,
4003
+ 45.58998240821879
4004
+ ],
4005
+ [
4006
+ -84.93000423861146,
4007
+ 45.789996039404485
4008
+ ],
4009
+ [
4010
+ -84.75355506055087,
4011
+ 45.924483954444085
4012
+ ],
4013
+ [
4014
+ -84.71999121777729,
4015
+ 45.91998810483469
4016
+ ],
4017
+ [
4018
+ -83.83919226757845,
4019
+ 46.010215155616294
4020
+ ],
4021
+ [
4022
+ -84.33670711946846,
4023
+ 46.40876963966737
4024
+ ],
4025
+ [
4026
+ -84.14870825879063,
4027
+ 46.55576325132161
4028
+ ],
4029
+ [
4030
+ -83.95257036002683,
4031
+ 46.334278062518635
4032
+ ],
4033
+ [
4034
+ -83.20251278352643,
4035
+ 46.21015127215355
4036
+ ],
4037
+ [
4038
+ -82.44199072948692,
4039
+ 46.19963511818216
4040
+ ],
4041
+ [
4042
+ -81.63136837434045,
4043
+ 46.09754832618957
4044
+ ],
4045
+ [
4046
+ -80.73679765493583,
4047
+ 45.90381338152733
4048
+ ],
4049
+ [
4050
+ -80.41056433787725,
4051
+ 45.590137437515665
4052
+ ]
4053
+ ]
4054
+ ]
4055
+ }
4056
+ },
4057
+ {
4058
+ type: "Feature",
4059
+ properties: {
4060
+ scalerank: 0,
4061
+ featurecla: "Lake",
4062
+ name: "Lake\rMichigan",
4063
+ name_alt: null,
4064
+ admin: "admin-0",
4065
+ min_zoom: 1,
4066
+ min_label: 3
4067
+ },
4068
+ geometry: {
4069
+ type: "Polygon",
4070
+ coordinates: [
4071
+ [
4072
+ [
4073
+ -85.53999284538475,
4074
+ 46.03000722918408
4075
+ ],
4076
+ [
4077
+ -84.75355506055087,
4078
+ 45.924483954444085
4079
+ ],
4080
+ [
4081
+ -84.93000423861146,
4082
+ 45.789996039404485
4083
+ ],
4084
+ [
4085
+ -85.06999569369015,
4086
+ 45.40999339454619
4087
+ ],
4088
+ [
4089
+ -85.29044735384727,
4090
+ 45.30824249936349
4091
+ ],
4092
+ [
4093
+ -85.46710323763705,
4094
+ 44.81457754167923
4095
+ ],
4096
+ [
4097
+ -85.55999162468169,
4098
+ 45.150009263685774
4099
+ ],
4100
+ [
4101
+ -85.95983801954006,
4102
+ 44.91059235287753
4103
+ ],
4104
+ [
4105
+ -86.20935767286137,
4106
+ 44.574798895844935
4107
+ ],
4108
+ [
4109
+ -86.47027197950304,
4110
+ 44.08423452409818
4111
+ ],
4112
+ [
4113
+ -86.52001054558397,
4114
+ 43.65999685319804
4115
+ ],
4116
+ [
4117
+ -86.18842871778315,
4118
+ 43.04140412044818
4119
+ ],
4120
+ [
4121
+ -86.21604977084317,
4122
+ 42.38170278581012
4123
+ ],
4124
+ [
4125
+ -86.62191647006355,
4126
+ 41.8944198675139
4127
+ ],
4128
+ [
4129
+ -86.8244364082154,
4130
+ 41.75618541113313
4131
+ ],
4132
+ [
4133
+ -87.09444576694042,
4134
+ 41.64616628678374
4135
+ ],
4136
+ [
4137
+ -87.4342183092595,
4138
+ 41.640714423176945
4139
+ ],
4140
+ [
4141
+ -87.52617652052288,
4142
+ 41.70851390234388
4143
+ ],
4144
+ [
4145
+ -87.79569495314115,
4146
+ 42.23411489518453
4147
+ ],
4148
+ [
4149
+ -87.80344641798493,
4150
+ 42.49399567318035
4151
+ ],
4152
+ [
4153
+ -87.77672970249003,
4154
+ 42.740853990238634
4155
+ ],
4156
+ [
4157
+ -87.90214840366241,
4158
+ 43.23051402442029
4159
+ ],
4160
+ [
4161
+ -87.71221167677363,
4162
+ 43.79650014909703
4163
+ ],
4164
+ [
4165
+ -87.486359829442,
4166
+ 44.49335683855294
4167
+ ],
4168
+ [
4169
+ -86.9674767727993,
4170
+ 45.26287059181122
4171
+ ],
4172
+ [
4173
+ -87.11806189649782,
4174
+ 45.25933075619923
4175
+ ],
4176
+ [
4177
+ -87.85282324903983,
4178
+ 44.61505483660031
4179
+ ],
4180
+ [
4181
+ -87.98831885450912,
4182
+ 44.73331635190026
4183
+ ],
4184
+ [
4185
+ -87.5964306302237,
4186
+ 45.093707790703775
4187
+ ],
4188
+ [
4189
+ -87.00000708692704,
4190
+ 45.73999909116209
4191
+ ],
4192
+ [
4193
+ -86.31999691439827,
4194
+ 45.829993597998396
4195
+ ],
4196
+ [
4197
+ -85.53999284538475,
4198
+ 46.03000722918408
4199
+ ]
4200
+ ]
4201
+ ]
4202
+ }
4203
+ }
4204
+ ], di = {
4205
+ type: ui,
4206
+ features: ci
4207
+ };
4208
+ function mi(e) {
4209
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
4210
+ }
4211
+ var fi = hi, ze, xe, H, je, We, pi = [
4212
+ "Point",
4213
+ "MultiPoint",
4214
+ "LineString",
4215
+ "MultiLineString",
4216
+ "Polygon",
4217
+ "MultiPolygon",
4218
+ "GeometryCollection"
4219
+ ];
4220
+ function hi(e) {
4221
+ je = 2, We = Math.pow(10, 6), H = null, ze = [], xe = [];
4222
+ var t = e.readFields(yi, {});
4223
+ return ze = null, t;
4224
+ }
4225
+ function yi(e, t, n) {
4226
+ e === 1 ? ze.push(n.readString()) : e === 2 ? je = n.readVarint() : e === 3 ? We = Math.pow(10, n.readVarint()) : e === 4 ? _i(n, t) : e === 5 ? On(n, t) : e === 6 && Et(n, t);
4227
+ }
4228
+ function _i(e, t) {
4229
+ return t.type = "FeatureCollection", t.features = [], e.readMessage(gi, t);
4230
+ }
4231
+ function On(e, t) {
4232
+ t.type = "Feature";
4233
+ var n = e.readMessage(wi, t);
4234
+ return "geometry" in n || (n.geometry = null), n;
4235
+ }
4236
+ function Et(e, t) {
4237
+ return t.type = "Point", e.readMessage(vi, t);
4238
+ }
4239
+ function gi(e, t, n) {
4240
+ e === 1 ? t.features.push(On(n, {})) : e === 13 ? xe.push(Rt(n)) : e === 15 && $e(n, t);
4241
+ }
4242
+ function wi(e, t, n) {
4243
+ e === 1 ? t.geometry = Et(n, {}) : e === 11 ? t.id = n.readString() : e === 12 ? t.id = n.readSVarint() : e === 13 ? xe.push(Rt(n)) : e === 14 ? t.properties = $e(n, {}) : e === 15 && $e(n, t);
4244
+ }
4245
+ function vi(e, t, n) {
4246
+ e === 1 ? t.type = pi[n.readVarint()] : e === 2 ? H = n.readPackedVarint() : e === 3 ? xi(t, n, t.type) : e === 4 ? (t.geometries = t.geometries || [], t.geometries.push(Et(n, {}))) : e === 13 ? xe.push(Rt(n)) : e === 15 && $e(n, t);
4247
+ }
4248
+ function xi(e, t, n) {
4249
+ n === "Point" ? e.coordinates = Fi(t) : n === "MultiPoint" || n === "LineString" ? e.coordinates = gn(t) : n === "MultiLineString" ? e.coordinates = wn(t) : n === "Polygon" ? e.coordinates = wn(t, !0) : n === "MultiPolygon" && (e.coordinates = Mi(t));
4250
+ }
4251
+ function Rt(e) {
4252
+ for (var t = e.readVarint() + e.pos, n = null; e.pos < t; ) {
4253
+ var a = e.readVarint(), i = a >> 3;
4254
+ i === 1 ? n = e.readString() : i === 2 ? n = e.readDouble() : i === 3 ? n = e.readVarint() : i === 4 ? n = -e.readVarint() : i === 5 ? n = e.readBoolean() : i === 6 && (n = JSON.parse(e.readString()));
4255
+ }
4256
+ return n;
4257
+ }
4258
+ function $e(e, t) {
4259
+ for (var n = e.readVarint() + e.pos; e.pos < n; ) t[ze[e.readVarint()]] = xe[e.readVarint()];
4260
+ return xe = [], t;
4261
+ }
4262
+ function Fi(e) {
4263
+ for (var t = e.readVarint() + e.pos, n = []; e.pos < t; ) n.push(e.readSVarint() / We);
4264
+ return n;
4265
+ }
4266
+ function Re(e, t, n, a) {
4267
+ var i = 0, o = [], u, d, f = [];
4268
+ for (d = 0; d < je; d++) f[d] = 0;
4269
+ for (; n ? i < n : e.pos < t; ) {
4270
+ for (u = [], d = 0; d < je; d++)
4271
+ f[d] += e.readSVarint(), u[d] = f[d] / We;
4272
+ o.push(u), i++;
4273
+ }
4274
+ return a && o.push(o[0]), o;
4275
+ }
4276
+ function gn(e) {
4277
+ return Re(e, e.readVarint() + e.pos);
4278
+ }
4279
+ function wn(e, t) {
4280
+ var n = e.readVarint() + e.pos;
4281
+ if (!H) return [Re(e, n, null, t)];
4282
+ for (var a = [], i = 0; i < H.length; i++) a.push(Re(e, n, H[i], t));
4283
+ return H = null, a;
4284
+ }
4285
+ function Mi(e) {
4286
+ var t = e.readVarint() + e.pos;
4287
+ if (!H) return [[Re(e, t, null, !0)]];
4288
+ for (var n = [], a = 1, i = 0; i < H[0]; i++) {
4289
+ for (var o = [], u = 0; u < H[a]; u++) o.push(Re(e, t, H[a + 1 + u], !0));
4290
+ a += H[a] + 1, n.push(o);
4291
+ }
4292
+ return H = null, n;
4293
+ }
4294
+ var Ti = fi, Ot = {};
4295
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
4296
+ Ot.read = function(e, t, n, a, i) {
4297
+ var o, u, d = i * 8 - a - 1, f = (1 << d) - 1, m = f >> 1, c = -7, y = n ? i - 1 : 0, w = n ? -1 : 1, x = e[t + y];
4298
+ for (y += w, o = x & (1 << -c) - 1, x >>= -c, c += d; c > 0; o = o * 256 + e[t + y], y += w, c -= 8)
4299
+ ;
4300
+ for (u = o & (1 << -c) - 1, o >>= -c, c += a; c > 0; u = u * 256 + e[t + y], y += w, c -= 8)
4301
+ ;
4302
+ if (o === 0)
4303
+ o = 1 - m;
4304
+ else {
4305
+ if (o === f)
4306
+ return u ? NaN : (x ? -1 : 1) * (1 / 0);
4307
+ u = u + Math.pow(2, a), o = o - m;
4308
+ }
4309
+ return (x ? -1 : 1) * u * Math.pow(2, o - a);
4310
+ };
4311
+ Ot.write = function(e, t, n, a, i, o) {
4312
+ var u, d, f, m = o * 8 - i - 1, c = (1 << m) - 1, y = c >> 1, w = i === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0, x = a ? 0 : o - 1, k = a ? 1 : -1, P = t < 0 || t === 0 && 1 / t < 0 ? 1 : 0;
4313
+ for (t = Math.abs(t), isNaN(t) || t === 1 / 0 ? (d = isNaN(t) ? 1 : 0, u = c) : (u = Math.floor(Math.log(t) / Math.LN2), t * (f = Math.pow(2, -u)) < 1 && (u--, f *= 2), u + y >= 1 ? t += w / f : t += w * Math.pow(2, 1 - y), t * f >= 2 && (u++, f /= 2), u + y >= c ? (d = 0, u = c) : u + y >= 1 ? (d = (t * f - 1) * Math.pow(2, i), u = u + y) : (d = t * Math.pow(2, y - 1) * Math.pow(2, i), u = 0)); i >= 8; e[n + x] = d & 255, x += k, d /= 256, i -= 8)
4314
+ ;
4315
+ for (u = u << i | d, m += i; m > 0; e[n + x] = u & 255, x += k, u /= 256, m -= 8)
4316
+ ;
4317
+ e[n + x - k] |= P * 128;
4318
+ };
4319
+ var Si = v, Be = Ot;
4320
+ function v(e) {
4321
+ this.buf = ArrayBuffer.isView && ArrayBuffer.isView(e) ? e : new Uint8Array(e || 0), this.pos = 0, this.type = 0, this.length = this.buf.length;
4322
+ }
4323
+ v.Varint = 0;
4324
+ v.Fixed64 = 1;
4325
+ v.Bytes = 2;
4326
+ v.Fixed32 = 5;
4327
+ var St = 65536 * 65536, vn = 1 / St, Di = 12, bn = typeof TextDecoder > "u" ? null : new TextDecoder("utf-8");
4328
+ v.prototype = {
4329
+ destroy: function() {
4330
+ this.buf = null;
4331
+ },
4332
+ // === READING =================================================================
4333
+ readFields: function(e, t, n) {
4334
+ for (n = n || this.length; this.pos < n; ) {
4335
+ var a = this.readVarint(), i = a >> 3, o = this.pos;
4336
+ this.type = a & 7, e(i, t, this), this.pos === o && this.skip(a);
4337
+ }
4338
+ return t;
4339
+ },
4340
+ readMessage: function(e, t) {
4341
+ return this.readFields(e, t, this.readVarint() + this.pos);
4342
+ },
4343
+ readFixed32: function() {
4344
+ var e = He(this.buf, this.pos);
4345
+ return this.pos += 4, e;
4346
+ },
4347
+ readSFixed32: function() {
4348
+ var e = Fn(this.buf, this.pos);
4349
+ return this.pos += 4, e;
4350
+ },
4351
+ // 64-bit int handling is based on github.com/dpw/node-buffer-more-ints (MIT-licensed)
4352
+ readFixed64: function() {
4353
+ var e = He(this.buf, this.pos) + He(this.buf, this.pos + 4) * St;
4354
+ return this.pos += 8, e;
4355
+ },
4356
+ readSFixed64: function() {
4357
+ var e = He(this.buf, this.pos) + Fn(this.buf, this.pos + 4) * St;
4358
+ return this.pos += 8, e;
4359
+ },
4360
+ readFloat: function() {
4361
+ var e = Be.read(this.buf, this.pos, !0, 23, 4);
4362
+ return this.pos += 4, e;
4363
+ },
4364
+ readDouble: function() {
4365
+ var e = Be.read(this.buf, this.pos, !0, 52, 8);
4366
+ return this.pos += 8, e;
4367
+ },
4368
+ readVarint: function(e) {
4369
+ var t = this.buf, n, a;
4370
+ return a = t[this.pos++], n = a & 127, a < 128 || (a = t[this.pos++], n |= (a & 127) << 7, a < 128) || (a = t[this.pos++], n |= (a & 127) << 14, a < 128) || (a = t[this.pos++], n |= (a & 127) << 21, a < 128) ? n : (a = t[this.pos], n |= (a & 15) << 28, Ni(n, e, this));
4371
+ },
4372
+ readVarint64: function() {
4373
+ return this.readVarint(!0);
4374
+ },
4375
+ readSVarint: function() {
4376
+ var e = this.readVarint();
4377
+ return e % 2 === 1 ? (e + 1) / -2 : e / 2;
4378
+ },
4379
+ readBoolean: function() {
4380
+ return !!this.readVarint();
4381
+ },
4382
+ readString: function() {
4383
+ var e = this.readVarint() + this.pos, t = this.pos;
4384
+ return this.pos = e, e - t >= Di && bn ? Hi(this.buf, t, e) : Bi(this.buf, t, e);
4385
+ },
4386
+ readBytes: function() {
4387
+ var e = this.readVarint() + this.pos, t = this.buf.subarray(this.pos, e);
4388
+ return this.pos = e, t;
4389
+ },
4390
+ // verbose for performance reasons; doesn't affect gzipped size
4391
+ readPackedVarint: function(e, t) {
4392
+ if (this.type !== v.Bytes) return e.push(this.readVarint(t));
4393
+ var n = Q(this);
4394
+ for (e = e || []; this.pos < n; ) e.push(this.readVarint(t));
4395
+ return e;
4396
+ },
4397
+ readPackedSVarint: function(e) {
4398
+ if (this.type !== v.Bytes) return e.push(this.readSVarint());
4399
+ var t = Q(this);
4400
+ for (e = e || []; this.pos < t; ) e.push(this.readSVarint());
4401
+ return e;
4402
+ },
4403
+ readPackedBoolean: function(e) {
4404
+ if (this.type !== v.Bytes) return e.push(this.readBoolean());
4405
+ var t = Q(this);
4406
+ for (e = e || []; this.pos < t; ) e.push(this.readBoolean());
4407
+ return e;
4408
+ },
4409
+ readPackedFloat: function(e) {
4410
+ if (this.type !== v.Bytes) return e.push(this.readFloat());
4411
+ var t = Q(this);
4412
+ for (e = e || []; this.pos < t; ) e.push(this.readFloat());
4413
+ return e;
4414
+ },
4415
+ readPackedDouble: function(e) {
4416
+ if (this.type !== v.Bytes) return e.push(this.readDouble());
4417
+ var t = Q(this);
4418
+ for (e = e || []; this.pos < t; ) e.push(this.readDouble());
4419
+ return e;
4420
+ },
4421
+ readPackedFixed32: function(e) {
4422
+ if (this.type !== v.Bytes) return e.push(this.readFixed32());
4423
+ var t = Q(this);
4424
+ for (e = e || []; this.pos < t; ) e.push(this.readFixed32());
4425
+ return e;
4426
+ },
4427
+ readPackedSFixed32: function(e) {
4428
+ if (this.type !== v.Bytes) return e.push(this.readSFixed32());
4429
+ var t = Q(this);
4430
+ for (e = e || []; this.pos < t; ) e.push(this.readSFixed32());
4431
+ return e;
4432
+ },
4433
+ readPackedFixed64: function(e) {
4434
+ if (this.type !== v.Bytes) return e.push(this.readFixed64());
4435
+ var t = Q(this);
4436
+ for (e = e || []; this.pos < t; ) e.push(this.readFixed64());
4437
+ return e;
4438
+ },
4439
+ readPackedSFixed64: function(e) {
4440
+ if (this.type !== v.Bytes) return e.push(this.readSFixed64());
4441
+ var t = Q(this);
4442
+ for (e = e || []; this.pos < t; ) e.push(this.readSFixed64());
4443
+ return e;
4444
+ },
4445
+ skip: function(e) {
4446
+ var t = e & 7;
4447
+ if (t === v.Varint) for (; this.buf[this.pos++] > 127; )
4448
+ ;
4449
+ else if (t === v.Bytes) this.pos = this.readVarint() + this.pos;
4450
+ else if (t === v.Fixed32) this.pos += 4;
4451
+ else if (t === v.Fixed64) this.pos += 8;
4452
+ else throw new Error("Unimplemented type: " + t);
4453
+ },
4454
+ // === WRITING =================================================================
4455
+ writeTag: function(e, t) {
4456
+ this.writeVarint(e << 3 | t);
4457
+ },
4458
+ realloc: function(e) {
4459
+ for (var t = this.length || 16; t < this.pos + e; ) t *= 2;
4460
+ if (t !== this.length) {
4461
+ var n = new Uint8Array(t);
4462
+ n.set(this.buf), this.buf = n, this.length = t;
4463
+ }
4464
+ },
4465
+ finish: function() {
4466
+ return this.length = this.pos, this.pos = 0, this.buf.subarray(0, this.length);
4467
+ },
4468
+ writeFixed32: function(e) {
4469
+ this.realloc(4), ge(this.buf, e, this.pos), this.pos += 4;
4470
+ },
4471
+ writeSFixed32: function(e) {
4472
+ this.realloc(4), ge(this.buf, e, this.pos), this.pos += 4;
4473
+ },
4474
+ writeFixed64: function(e) {
4475
+ this.realloc(8), ge(this.buf, e & -1, this.pos), ge(this.buf, Math.floor(e * vn), this.pos + 4), this.pos += 8;
4476
+ },
4477
+ writeSFixed64: function(e) {
4478
+ this.realloc(8), ge(this.buf, e & -1, this.pos), ge(this.buf, Math.floor(e * vn), this.pos + 4), this.pos += 8;
4479
+ },
4480
+ writeVarint: function(e) {
4481
+ if (e = +e || 0, e > 268435455 || e < 0) {
4482
+ ki(e, this);
4483
+ return;
4484
+ }
4485
+ this.realloc(4), this.buf[this.pos++] = e & 127 | (e > 127 ? 128 : 0), !(e <= 127) && (this.buf[this.pos++] = (e >>>= 7) & 127 | (e > 127 ? 128 : 0), !(e <= 127) && (this.buf[this.pos++] = (e >>>= 7) & 127 | (e > 127 ? 128 : 0), !(e <= 127) && (this.buf[this.pos++] = e >>> 7 & 127)));
4486
+ },
4487
+ writeSVarint: function(e) {
4488
+ this.writeVarint(e < 0 ? -e * 2 - 1 : e * 2);
4489
+ },
4490
+ writeBoolean: function(e) {
4491
+ this.writeVarint(!!e);
4492
+ },
4493
+ writeString: function(e) {
4494
+ e = String(e), this.realloc(e.length * 4), this.pos++;
4495
+ var t = this.pos;
4496
+ this.pos = Vi(this.buf, e, this.pos);
4497
+ var n = this.pos - t;
4498
+ n >= 128 && xn(t, n, this), this.pos = t - 1, this.writeVarint(n), this.pos += n;
4499
+ },
4500
+ writeFloat: function(e) {
4501
+ this.realloc(4), Be.write(this.buf, e, this.pos, !0, 23, 4), this.pos += 4;
4502
+ },
4503
+ writeDouble: function(e) {
4504
+ this.realloc(8), Be.write(this.buf, e, this.pos, !0, 52, 8), this.pos += 8;
4505
+ },
4506
+ writeBytes: function(e) {
4507
+ var t = e.length;
4508
+ this.writeVarint(t), this.realloc(t);
4509
+ for (var n = 0; n < t; n++) this.buf[this.pos++] = e[n];
4510
+ },
4511
+ writeRawMessage: function(e, t) {
4512
+ this.pos++;
4513
+ var n = this.pos;
4514
+ e(t, this);
4515
+ var a = this.pos - n;
4516
+ a >= 128 && xn(n, a, this), this.pos = n - 1, this.writeVarint(a), this.pos += a;
4517
+ },
4518
+ writeMessage: function(e, t, n) {
4519
+ this.writeTag(e, v.Bytes), this.writeRawMessage(t, n);
4520
+ },
4521
+ writePackedVarint: function(e, t) {
4522
+ t.length && this.writeMessage(e, Oi, t);
4523
+ },
4524
+ writePackedSVarint: function(e, t) {
4525
+ t.length && this.writeMessage(e, bi, t);
4526
+ },
4527
+ writePackedBoolean: function(e, t) {
4528
+ t.length && this.writeMessage(e, Li, t);
4529
+ },
4530
+ writePackedFloat: function(e, t) {
4531
+ t.length && this.writeMessage(e, Gi, t);
4532
+ },
4533
+ writePackedDouble: function(e, t) {
4534
+ t.length && this.writeMessage(e, Ii, t);
4535
+ },
4536
+ writePackedFixed32: function(e, t) {
4537
+ t.length && this.writeMessage(e, Pi, t);
4538
+ },
4539
+ writePackedSFixed32: function(e, t) {
4540
+ t.length && this.writeMessage(e, Ui, t);
4541
+ },
4542
+ writePackedFixed64: function(e, t) {
4543
+ t.length && this.writeMessage(e, Ci, t);
4544
+ },
4545
+ writePackedSFixed64: function(e, t) {
4546
+ t.length && this.writeMessage(e, Ai, t);
4547
+ },
4548
+ writeBytesField: function(e, t) {
4549
+ this.writeTag(e, v.Bytes), this.writeBytes(t);
4550
+ },
4551
+ writeFixed32Field: function(e, t) {
4552
+ this.writeTag(e, v.Fixed32), this.writeFixed32(t);
4553
+ },
4554
+ writeSFixed32Field: function(e, t) {
4555
+ this.writeTag(e, v.Fixed32), this.writeSFixed32(t);
4556
+ },
4557
+ writeFixed64Field: function(e, t) {
4558
+ this.writeTag(e, v.Fixed64), this.writeFixed64(t);
4559
+ },
4560
+ writeSFixed64Field: function(e, t) {
4561
+ this.writeTag(e, v.Fixed64), this.writeSFixed64(t);
4562
+ },
4563
+ writeVarintField: function(e, t) {
4564
+ this.writeTag(e, v.Varint), this.writeVarint(t);
4565
+ },
4566
+ writeSVarintField: function(e, t) {
4567
+ this.writeTag(e, v.Varint), this.writeSVarint(t);
4568
+ },
4569
+ writeStringField: function(e, t) {
4570
+ this.writeTag(e, v.Bytes), this.writeString(t);
4571
+ },
4572
+ writeFloatField: function(e, t) {
4573
+ this.writeTag(e, v.Fixed32), this.writeFloat(t);
4574
+ },
4575
+ writeDoubleField: function(e, t) {
4576
+ this.writeTag(e, v.Fixed64), this.writeDouble(t);
4577
+ },
4578
+ writeBooleanField: function(e, t) {
4579
+ this.writeVarintField(e, !!t);
4580
+ }
4581
+ };
4582
+ function Ni(e, t, n) {
4583
+ var a = n.buf, i, o;
4584
+ if (o = a[n.pos++], i = (o & 112) >> 4, o < 128 || (o = a[n.pos++], i |= (o & 127) << 3, o < 128) || (o = a[n.pos++], i |= (o & 127) << 10, o < 128) || (o = a[n.pos++], i |= (o & 127) << 17, o < 128) || (o = a[n.pos++], i |= (o & 127) << 24, o < 128) || (o = a[n.pos++], i |= (o & 1) << 31, o < 128)) return _e(e, i, t);
4585
+ throw new Error("Expected varint not more than 10 bytes");
4586
+ }
4587
+ function Q(e) {
4588
+ return e.type === v.Bytes ? e.readVarint() + e.pos : e.pos + 1;
4589
+ }
4590
+ function _e(e, t, n) {
4591
+ return n ? t * 4294967296 + (e >>> 0) : (t >>> 0) * 4294967296 + (e >>> 0);
4592
+ }
4593
+ function ki(e, t) {
4594
+ var n, a;
4595
+ if (e >= 0 ? (n = e % 4294967296 | 0, a = e / 4294967296 | 0) : (n = ~(-e % 4294967296), a = ~(-e / 4294967296), n ^ 4294967295 ? n = n + 1 | 0 : (n = 0, a = a + 1 | 0)), e >= 18446744073709552e3 || e < -18446744073709552e3)
4596
+ throw new Error("Given varint doesn't fit into 10 bytes");
4597
+ t.realloc(10), Ei(n, a, t), Ri(a, t);
4598
+ }
4599
+ function Ei(e, t, n) {
4600
+ n.buf[n.pos++] = e & 127 | 128, e >>>= 7, n.buf[n.pos++] = e & 127 | 128, e >>>= 7, n.buf[n.pos++] = e & 127 | 128, e >>>= 7, n.buf[n.pos++] = e & 127 | 128, e >>>= 7, n.buf[n.pos] = e & 127;
4601
+ }
4602
+ function Ri(e, t) {
4603
+ var n = (e & 7) << 4;
4604
+ t.buf[t.pos++] |= n | ((e >>>= 3) ? 128 : 0), e && (t.buf[t.pos++] = e & 127 | ((e >>>= 7) ? 128 : 0), e && (t.buf[t.pos++] = e & 127 | ((e >>>= 7) ? 128 : 0), e && (t.buf[t.pos++] = e & 127 | ((e >>>= 7) ? 128 : 0), e && (t.buf[t.pos++] = e & 127 | ((e >>>= 7) ? 128 : 0), e && (t.buf[t.pos++] = e & 127)))));
4605
+ }
4606
+ function xn(e, t, n) {
4607
+ var a = t <= 16383 ? 1 : t <= 2097151 ? 2 : t <= 268435455 ? 3 : Math.floor(Math.log(t) / (Math.LN2 * 7));
4608
+ n.realloc(a);
4609
+ for (var i = n.pos - 1; i >= e; i--) n.buf[i + a] = n.buf[i];
4610
+ }
4611
+ function Oi(e, t) {
4612
+ for (var n = 0; n < e.length; n++) t.writeVarint(e[n]);
4613
+ }
4614
+ function bi(e, t) {
4615
+ for (var n = 0; n < e.length; n++) t.writeSVarint(e[n]);
4616
+ }
4617
+ function Gi(e, t) {
4618
+ for (var n = 0; n < e.length; n++) t.writeFloat(e[n]);
4619
+ }
4620
+ function Ii(e, t) {
4621
+ for (var n = 0; n < e.length; n++) t.writeDouble(e[n]);
4622
+ }
4623
+ function Li(e, t) {
4624
+ for (var n = 0; n < e.length; n++) t.writeBoolean(e[n]);
4625
+ }
4626
+ function Pi(e, t) {
4627
+ for (var n = 0; n < e.length; n++) t.writeFixed32(e[n]);
4628
+ }
4629
+ function Ui(e, t) {
4630
+ for (var n = 0; n < e.length; n++) t.writeSFixed32(e[n]);
4631
+ }
4632
+ function Ci(e, t) {
4633
+ for (var n = 0; n < e.length; n++) t.writeFixed64(e[n]);
4634
+ }
4635
+ function Ai(e, t) {
4636
+ for (var n = 0; n < e.length; n++) t.writeSFixed64(e[n]);
4637
+ }
4638
+ function He(e, t) {
4639
+ return (e[t] | e[t + 1] << 8 | e[t + 2] << 16) + e[t + 3] * 16777216;
4640
+ }
4641
+ function ge(e, t, n) {
4642
+ e[n] = t, e[n + 1] = t >>> 8, e[n + 2] = t >>> 16, e[n + 3] = t >>> 24;
4643
+ }
4644
+ function Fn(e, t) {
4645
+ return (e[t] | e[t + 1] << 8 | e[t + 2] << 16) + (e[t + 3] << 24);
4646
+ }
4647
+ function Bi(e, t, n) {
4648
+ for (var a = "", i = t; i < n; ) {
4649
+ var o = e[i], u = null, d = o > 239 ? 4 : o > 223 ? 3 : o > 191 ? 2 : 1;
4650
+ if (i + d > n) break;
4651
+ var f, m, c;
4652
+ d === 1 ? o < 128 && (u = o) : d === 2 ? (f = e[i + 1], (f & 192) === 128 && (u = (o & 31) << 6 | f & 63, u <= 127 && (u = null))) : d === 3 ? (f = e[i + 1], m = e[i + 2], (f & 192) === 128 && (m & 192) === 128 && (u = (o & 15) << 12 | (f & 63) << 6 | m & 63, (u <= 2047 || u >= 55296 && u <= 57343) && (u = null))) : d === 4 && (f = e[i + 1], m = e[i + 2], c = e[i + 3], (f & 192) === 128 && (m & 192) === 128 && (c & 192) === 128 && (u = (o & 15) << 18 | (f & 63) << 12 | (m & 63) << 6 | c & 63, (u <= 65535 || u >= 1114112) && (u = null))), u === null ? (u = 65533, d = 1) : u > 65535 && (u -= 65536, a += String.fromCharCode(u >>> 10 & 1023 | 55296), u = 56320 | u & 1023), a += String.fromCharCode(u), i += d;
4653
+ }
4654
+ return a;
4655
+ }
4656
+ function Hi(e, t, n) {
4657
+ return bn.decode(e.subarray(t, n));
4658
+ }
4659
+ function Vi(e, t, n) {
4660
+ for (var a = 0, i, o; a < t.length; a++) {
4661
+ if (i = t.charCodeAt(a), i > 55295 && i < 57344)
4662
+ if (o)
4663
+ if (i < 56320) {
4664
+ e[n++] = 239, e[n++] = 191, e[n++] = 189, o = i;
4665
+ continue;
4666
+ } else
4667
+ i = o - 55296 << 10 | i - 56320 | 65536, o = null;
4668
+ else {
4669
+ i > 56319 || a + 1 === t.length ? (e[n++] = 239, e[n++] = 191, e[n++] = 189) : o = i;
4670
+ continue;
4671
+ }
4672
+ else o && (e[n++] = 239, e[n++] = 191, e[n++] = 189, o = null);
4673
+ i < 128 ? e[n++] = i : (i < 2048 ? e[n++] = i >> 6 | 192 : (i < 65536 ? e[n++] = i >> 12 | 224 : (e[n++] = i >> 18 | 240, e[n++] = i >> 12 & 63 | 128), e[n++] = i >> 6 & 63 | 128), e[n++] = i & 63 | 128);
4674
+ }
4675
+ return n;
4676
+ }
4677
+ const Yi = /* @__PURE__ */ mi(Si), mo = (e) => {
4678
+ var a, i;
4679
+ if (!e || !e.data)
4680
+ return {};
4681
+ const t = {}, n = e.data;
4682
+ if (n)
4683
+ for (const o of n) {
4684
+ const u = (a = o == null ? void 0 : o.event) == null ? void 0 : a.country_code, d = (i = e.meta.metric_names) == null ? void 0 : i[0];
4685
+ u && (t[u] = d ? o.event[d] : 0);
4686
+ }
4687
+ return t;
4688
+ };
4689
+ function zi(e, t = 0) {
4690
+ let n = null;
4691
+ return (...a) => {
4692
+ n && clearTimeout(n), n = setTimeout(() => e(...a), t);
4693
+ };
4694
+ }
4695
+ const ji = { class: "legend" }, $i = {
4696
+ key: 0,
4697
+ class: "legend-title"
4698
+ }, Ki = { class: "legend-text" }, Wi = /* @__PURE__ */ Dt({
4699
+ __name: "MapLegend",
4700
+ props: {
4701
+ metric: {},
4702
+ title: {},
4703
+ data: {}
4704
+ },
4705
+ setup(e) {
4706
+ return (t, n) => (W(), se("div", ji, [
4707
+ t.metric ? (W(), se("div", $i, ve(t.title), 1)) : Ne("", !0),
4708
+ (W(!0), se(Kr, null, Wr(t.data, (a, i) => (W(), se("div", {
4709
+ key: i,
4710
+ class: "legend-item"
4711
+ }, [
4712
+ ee("span", {
4713
+ class: "legend-color",
4714
+ style: Zr({ backgroundColor: a.color })
4715
+ }, null, 4),
4716
+ ee("span", Ki, ve(a.range), 1)
4717
+ ]))), 128))
4718
+ ]));
4719
+ }
4720
+ }), bt = (e, t) => {
4721
+ const n = e.__vccOpts || e;
4722
+ for (const [a, i] of t)
4723
+ n[a] = i;
4724
+ return n;
4725
+ }, Zi = /* @__PURE__ */ bt(Wi, [["__scopeId", "data-v-5f034736"]]), qi = { class: "map-tooltip" }, Ji = { class: "map-tooltip-text" }, Xi = { key: 0 }, Qi = /* @__PURE__ */ Dt({
4726
+ __name: "MapTooltip",
4727
+ props: {
4728
+ data: {},
4729
+ showValue: { type: Boolean },
4730
+ top: {},
4731
+ left: {}
4732
+ },
4733
+ setup(e) {
4734
+ return qr((t) => ({
4735
+ "75a0a274": t.left,
4736
+ "144f4294": t.top,
4737
+ "6e49e79e": t.data.color
4738
+ })), (t, n) => (W(), se("div", qi, [
4739
+ n[0] || (n[0] = ee("div", { class: "map-tooltip-color" }, null, -1)),
4740
+ ee("div", Ji, [
4741
+ ee("div", null, ve(t.data.label), 1),
4742
+ t.showValue ? (W(), se("span", Xi, ve(t.data.value), 1)) : Ne("", !0)
4743
+ ])
4744
+ ]));
4745
+ }
4746
+ }), eo = /* @__PURE__ */ bt(Qi, [["__scopeId", "data-v-6bea2641"]]), to = { class: "kong-ui-public-analytics-geo-map" }, no = {
4747
+ key: 0,
4748
+ class: "no-location-overlay"
4749
+ }, ro = { class: "no-location-overlay-title" }, ao = { class: "no-location-overlay-description" }, io = ["id"], oo = /* @__PURE__ */ Dt({
4750
+ __name: "AnalyticsGeoMap",
4751
+ props: {
4752
+ countryMetrics: {},
4753
+ metricUnit: {},
4754
+ metric: {},
4755
+ withLegend: { type: Boolean, default: !0 },
4756
+ showTooltipValue: { type: Boolean, default: !0 },
4757
+ fitToCountry: { default: () => {
4758
+ } },
4759
+ bounds: { default: () => {
4760
+ } }
4761
+ },
4762
+ emits: ["boundsChange"],
4763
+ setup(e, { emit: t }) {
4764
+ const n = import("./countries-simple-geo-BFUDnSiE.js").then((_) => _.default), a = t, { i18n: i } = Tt.useI18n(), { getColor: o, formatMetric: u, legendData: d } = Tt.useMetricUtils({
4765
+ countryMetrics: ut(() => e.countryMetrics),
4766
+ metric: ut(() => e.metric),
4767
+ unit: ut(() => e.metricUnit)
4768
+ }), f = De(), m = Jr(), c = De(), y = De(null), w = De({ left: "0px", top: "0px" }), x = De(!1), k = B(() => Object.keys(e.countryMetrics).length === 0 && !e.fitToCountry), P = B(() => ({
4769
+ "fill-color": [
4770
+ "match",
4771
+ [
4772
+ "coalesce",
4773
+ [
4774
+ "case",
4775
+ ["==", ["get", "iso_a2"], "-99"],
4776
+ ["get", "iso_a2_eh"],
4777
+ ["get", "iso_a2"]
4778
+ ],
4779
+ ["get", "ISO_A2"]
4780
+ ],
4781
+ ...Object.keys(e.countryMetrics).length ? Object.entries(e.countryMetrics).flatMap(([_, F]) => [
4782
+ _,
4783
+ o(F)
4784
+ ]) : [ke, ke],
4785
+ ke
4786
+ // default color if no match
4787
+ ],
4788
+ "fill-opacity": 0.7
4789
+ })), M = B(() => e.withLegend && Object.keys(e.countryMetrics).length > 0), T = B(() => e.metric && i.t(`metrics.${e.metric}`) || ""), S = (_) => {
4790
+ const F = _.flat(1);
4791
+ return Array.isArray(F[0]) && Array.isArray(F[0][0]) ? S(F) : F;
4792
+ }, U = (_) => {
4793
+ var D, R, re, Z, Y, ae, ie;
4794
+ if (_ === "RU") {
4795
+ (D = c.value) == null || D.fitBounds([
4796
+ [20, 40],
4797
+ [180, 80]
4798
+ ]);
4799
+ return;
4800
+ } else if (_ === "US") {
4801
+ (R = c.value) == null || R.fitBounds([
4802
+ [-130, 20],
4803
+ [-60, 50]
4804
+ ]);
4805
+ return;
4806
+ } else if (_ === "FR") {
4807
+ (re = c.value) == null || re.fitBounds([
4808
+ [-5, 42],
4809
+ [9, 51]
4810
+ ]);
4811
+ return;
4812
+ } else if (_ === "NO") {
4813
+ (Z = c.value) == null || Z.fitBounds([
4814
+ [4, 57],
4815
+ [32, 71]
4816
+ ]);
4817
+ return;
4818
+ }
4819
+ const F = (Y = y.value) == null ? void 0 : Y.features.find((C) => {
4820
+ var z, j, $, g, K;
4821
+ return (z = C.properties) != null && z.ISO_A2 ? ((j = C.properties) == null ? void 0 : j.ISO_A2) === _ : (($ = C.properties) == null ? void 0 : $.iso_a2) === "-99" ? ((g = C.properties) == null ? void 0 : g.iso_a2_eh) === _ : ((K = C.properties) == null ? void 0 : K.iso_a2) === _;
4822
+ });
4823
+ if (F) {
4824
+ const C = (ae = F.geometry) == null ? void 0 : ae.coordinates;
4825
+ if (!C) return;
4826
+ const z = S(C), j = z.map((q) => q[1]), $ = z.map((q) => q[0]), g = Math.min(...j), K = Math.max(...j), me = Math.min(...$), G = Math.max(...$);
4827
+ (ie = c.value) == null || ie.fitBounds([
4828
+ [me, g],
4829
+ [G, K]
4830
+ ]);
4831
+ }
4832
+ }, E = B(() => {
4833
+ const _ = {
4834
+ container: m,
4835
+ style: { version: 8, sources: {}, layers: [] },
4836
+ attributionControl: !1,
4837
+ // fit bounds for whole world minus antarctica
4838
+ maxBounds: [
4839
+ [-179, -75],
4840
+ // -75 south tip of south america
4841
+ [179, 90]
4842
+ ],
4843
+ cooperativeGestures: !0,
4844
+ locale: {
4845
+ "CooperativeGesturesHandler.WindowsHelpText": i.t("cooperative_gestures.windows_zoom_help_text"),
4846
+ "CooperativeGesturesHandler.MacHelpText": i.t("cooperative_gestures.mac_zoom_help_text"),
4847
+ "CooperativeGesturesHandler.MobileHelpText": i.t("cooperative_gestures.mobile_zoom_help_text")
4848
+ }
4849
+ };
4850
+ return e.bounds && (_.bounds = e.bounds), _;
4851
+ }), ne = zi(() => {
4852
+ if (!c.value) return;
4853
+ const _ = c.value.getBounds(), F = _.getSouthWest(), D = _.getNorthEast();
4854
+ a("boundsChange", [
4855
+ [F.lng, F.lat],
4856
+ [D.lng, D.lat]
4857
+ ]);
4858
+ }, 300);
4859
+ return Xr(async () => {
4860
+ var _, F, D;
4861
+ try {
4862
+ const R = await n, re = await fetch(R), Z = new Uint8Array(await re.arrayBuffer()), Y = Ti(new Yi(Z));
4863
+ y.value = Y, c.value = new ta(E.value), c.value.on("load", () => {
4864
+ var ae, ie, C, z, j, $, g;
4865
+ (ae = c.value) == null || ae.addSource("countries", {
4866
+ type: "geojson",
4867
+ data: Y
4868
+ }), (ie = c.value) == null || ie.addLayer({
4869
+ id: "countries-layer",
4870
+ type: "fill",
4871
+ source: "countries",
4872
+ paint: P.value
4873
+ }), (C = c.value) == null || C.addSource("lakes", {
4874
+ type: "geojson",
4875
+ data: di
4876
+ }), (z = c.value) == null || z.addLayer({
4877
+ id: "lakes-layer",
4878
+ type: "fill",
4879
+ source: "lakes",
4880
+ paint: {
4881
+ "fill-color": "#FFFFFF"
4882
+ }
4883
+ }), (j = c.value) == null || j.on("mousemove", "countries-layer", (K) => {
4884
+ var G;
4885
+ const me = (G = K.features) == null ? void 0 : G[0];
4886
+ if (me) {
4887
+ const { iso_a2: q, iso_a2_eh: be, ISO_A2: Ze, admin: qe } = me.properties, Je = Ze ?? q === "-99" ? be : q, Me = e.countryMetrics[Je];
4888
+ Me !== void 0 && (f.value = {
4889
+ label: qe,
4890
+ color: o(Me),
4891
+ value: u(Me)
4892
+ }, x.value = !0, w.value = {
4893
+ left: `${K.point.x}px`,
4894
+ top: `${K.point.y}px`
4895
+ });
4896
+ }
4897
+ }), ($ = c.value) == null || $.on("mouseleave", "countries-layer", () => {
4898
+ x.value = !1;
4899
+ }), (g = c.value) == null || g.on("move", ne), e.fitToCountry && U(e.fitToCountry);
4900
+ }), (_ = c.value) == null || _.dragRotate.disable(), (F = c.value) == null || F.keyboard.disable(), (D = c.value) == null || D.touchZoomRotate.disableRotation();
4901
+ } catch (R) {
4902
+ console.error(R);
4903
+ }
4904
+ }), ct(() => e.countryMetrics, () => {
4905
+ var _;
4906
+ c.value && c.value.isStyleLoaded() && (c.value.getLayer("countries-layer") && c.value.removeLayer("countries-layer"), c.value.addLayer({
4907
+ id: "countries-layer",
4908
+ type: "fill",
4909
+ source: "countries",
4910
+ paint: P.value
4911
+ }), c.value.removeLayer("lakes-layer"), (_ = c.value) == null || _.addLayer({
4912
+ id: "lakes-layer",
4913
+ type: "fill",
4914
+ source: "lakes",
4915
+ paint: {
4916
+ "fill-color": "#FFFFFF"
4917
+ }
4918
+ }));
4919
+ }), ct(() => e.fitToCountry, (_) => {
4920
+ var F, D, R;
4921
+ c.value && _ ? U(_) : !E.value.center && !E.value.zoom ? (F = c.value) == null || F.fitBounds([
4922
+ [-180, -90],
4923
+ [180, 90]
4924
+ ]) : (E.value.zoom && ((D = c.value) == null || D.setZoom(E.value.zoom)), E.value.center && ((R = c.value) == null || R.flyTo({ center: E.value.center })));
4925
+ }), ct(() => e.bounds, (_, F) => {
4926
+ if (!_) return;
4927
+ const D = _ == null ? void 0 : _.flat(), R = F == null ? void 0 : F.flat();
4928
+ !(D && R && D.length === R.length && D.every((Z, Y) => Math.round(Z * 100) / 100 === Math.round(R[Y] * 100) / 100)) && c.value && c.value.fitBounds(_);
4929
+ }), (_, F) => (W(), se("div", to, [
4930
+ k.value ? (W(), se("div", no, [
4931
+ dt(_.$slots, "no-location-icon", {}, () => [
4932
+ Qr(de(aa), {
4933
+ color: de(ii),
4934
+ size: de(oi)
4935
+ }, null, 8, ["color", "size"])
4936
+ ], !0),
4937
+ ee("div", ro, [
4938
+ dt(_.$slots, "no-location-title", {}, () => [
4939
+ ea(ve(de(i).t("no_location_data")), 1)
4940
+ ], !0)
4941
+ ]),
4942
+ ee("div", ao, [
4943
+ dt(_.$slots, "no-location-description", {}, () => [
4944
+ ee("p", null, ve(de(i).t("no_location_data_description")), 1)
4945
+ ], !0)
4946
+ ])
4947
+ ])) : Ne("", !0),
4948
+ ee("div", {
4949
+ id: de(m),
4950
+ class: "analytics-geo-map-container"
4951
+ }, null, 8, io),
4952
+ M.value ? (W(), nn(Zi, {
4953
+ key: 1,
4954
+ class: "legend-container",
4955
+ data: de(d),
4956
+ metric: _.metric,
4957
+ title: T.value
4958
+ }, null, 8, ["data", "metric", "title"])) : Ne("", !0),
4959
+ x.value && f.value ? (W(), nn(eo, {
4960
+ key: 2,
4961
+ data: f.value,
4962
+ left: w.value.left,
4963
+ "show-value": _.showTooltipValue,
4964
+ top: w.value.top
4965
+ }, null, 8, ["data", "left", "show-value", "top"])) : Ne("", !0)
4966
+ ]));
4967
+ }
4968
+ }), fo = /* @__PURE__ */ bt(oo, [["__scopeId", "data-v-86afc763"]]);
4969
+ export {
4970
+ fo as AnalyticsGeoMap,
4971
+ zi as debounce,
4972
+ mo as exploreResultToCountryMetrics
4973
+ };