@kong-ui-public/analytics-geo-map 1.4.18-pr.2582.06c0bb66d.0 → 1.4.19

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 (33) 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 +10 -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/useLegendScale.d.ts +17 -0
  14. package/dist/types/composables/useLegendScale.d.ts.map +1 -0
  15. package/dist/types/composables/useMetricFormat.d.ts +15 -0
  16. package/dist/types/composables/useMetricFormat.d.ts.map +1 -0
  17. package/dist/types/index.d.ts +5 -0
  18. package/dist/types/index.d.ts.map +1 -0
  19. package/dist/types/types/index.d.ts +5 -0
  20. package/dist/types/types/index.d.ts.map +1 -0
  21. package/dist/types/types/map-options.d.ts +5 -0
  22. package/dist/types/types/map-options.d.ts.map +1 -0
  23. package/dist/types/types/metric-units.d.ts +2 -0
  24. package/dist/types/types/metric-units.d.ts.map +1 -0
  25. package/dist/types/utils/debounce.d.ts +2 -0
  26. package/dist/types/utils/debounce.d.ts.map +1 -0
  27. package/dist/types/utils/explore-to-country-metrics.d.ts +3 -0
  28. package/dist/types/utils/explore-to-country-metrics.d.ts.map +1 -0
  29. package/dist/types/utils/index.d.ts +3 -0
  30. package/dist/types/utils/index.d.ts.map +1 -0
  31. package/dist/vitals-geo-map.es.js +4995 -0
  32. package/dist/vitals-geo-map.umd.js +1 -0
  33. package/package.json +4 -5
@@ -0,0 +1,4995 @@
1
+ import { computed as U, defineComponent as Dt, createElementBlock as ae, openBlock as $, createCommentVNode as Ne, toDisplayString as we, Fragment as Kr, renderList as Wr, createElementVNode as X, normalizeStyle as Zr, useCssVars as qr, toRef as Be, ref as De, useId as Jr, onMounted as Xr, watch as dt, createBlock as nn, renderSlot as mt, createVNode as Qr, unref as ue, 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, P = (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
+ ], be = (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 = be(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 = be(_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 = be(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
+ be(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
+ be(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 Re(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 xe(e, t) {
470
+ return Re(t || e, e);
471
+ }
472
+ function ft(e, t) {
473
+ const n = xe(e, void 0);
474
+ return n.setHours(0, 0, 0, 0), n;
475
+ }
476
+ function ze(e, t) {
477
+ var n, a, i, o;
478
+ const l = Ma(), m = (t == null ? void 0 : t.weekStartsOn) ?? ((a = (n = t == null ? void 0 : t.locale) == null ? void 0 : n.options) == null ? void 0 : a.weekStartsOn) ?? l.weekStartsOn ?? ((o = (i = l.locale) == null ? void 0 : i.options) == null ? void 0 : o.weekStartsOn) ?? 0, f = xe(e, t == null ? void 0 : t.in), d = f.getDay(), c = (d < m ? 7 : 0) + d - m;
479
+ return f.setDate(f.getDate() - c), f.setHours(0, 0, 0, 0), f;
480
+ }
481
+ function pt(e, t, n) {
482
+ const a = xe(e, void 0);
483
+ return isNaN(t) ? Re(e, NaN) : (a.setDate(a.getDate() + t), a);
484
+ }
485
+ function Da(e, t, n) {
486
+ const a = xe(e, void 0);
487
+ if (isNaN(t)) return Re(e, NaN);
488
+ const i = a.getDate(), o = Re(e, a.getTime());
489
+ o.setMonth(a.getMonth() + t + 1, 0);
490
+ const l = o.getDate();
491
+ return i >= l ? o : (a.setFullYear(
492
+ o.getFullYear(),
493
+ o.getMonth(),
494
+ i
495
+ ), a);
496
+ }
497
+ function ge(e, t) {
498
+ const n = xe(e, void 0);
499
+ return n.setDate(1), n.setHours(0, 0, 0, 0), n;
500
+ }
501
+ function Na(e, t) {
502
+ const n = xe(e, void 0), a = n.getFullYear(), i = n.getMonth(), o = Re(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 = La(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 ht = {}, 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 La(e) {
563
+ return ht[e] || (ht[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
+ })), ht[e];
582
+ }
583
+ function kt(e, t, n, a, i, o, l) {
584
+ const m = /* @__PURE__ */ new Date(0);
585
+ return m.setUTCFullYear(e, t, n), m.setUTCHours(a, i, o, l), m;
586
+ }
587
+ const sn = 36e5, Ia = 6e4, yt = {
588
+ timezoneZ: /^(Z)$/,
589
+ timezoneHH: /^([+-]\d{2})$/,
590
+ timezoneHHMM: /^([+-])(\d{2}):?(\d{2})$/
591
+ };
592
+ function Ze(e, t, n) {
593
+ if (!e)
594
+ return 0;
595
+ let a = yt.timezoneZ.exec(e);
596
+ if (a)
597
+ return 0;
598
+ let i, o;
599
+ if (a = yt.timezoneHH.exec(e), a)
600
+ return i = parseInt(a[1], 10), ln(i) ? -(i * sn) : NaN;
601
+ if (a = yt.timezoneHHMM.exec(e), a) {
602
+ i = parseInt(a[2], 10);
603
+ const l = parseInt(a[3], 10);
604
+ return ln(i, l) ? (o = Math.abs(i) * sn + l * Ia, a[1] === "+" ? -o : o) : NaN;
605
+ }
606
+ if (Ca(e)) {
607
+ t = new Date(t || Date.now());
608
+ const l = n ? t : Pa(t), m = Mt(l, e);
609
+ return -(n ? m : Ua(t, m, 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 Mt(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 = Mt(new Date(a), n);
625
+ if (t === i)
626
+ return t;
627
+ a -= i - t;
628
+ const o = Mt(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_]+)?)$/, _t = 36e5, dn = 6e4, Aa = 2, R = {
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 Tt(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), l = Va(o, i);
697
+ if (l === null || isNaN(l.getTime()))
698
+ return /* @__PURE__ */ new Date(NaN);
699
+ if (l) {
700
+ const m = l.getTime();
701
+ let f = 0, d;
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 (d = Ze(a.timeZone || t.timeZone, new Date(m + f)), isNaN(d))
706
+ return /* @__PURE__ */ new Date(NaN);
707
+ } else
708
+ d = cn(new Date(m + f)), d = cn(new Date(m + f + d));
709
+ return new Date(m + f + d);
710
+ } else
711
+ return /* @__PURE__ */ new Date(NaN);
712
+ }
713
+ function Ba(e) {
714
+ const t = {};
715
+ let n = R.dateTimePattern.exec(e), a;
716
+ if (n ? (t.date = n[1], a = n[3]) : (n = R.datePattern.exec(e), n ? (t.date = n[1], a = n[2]) : (t.date = null, a = e)), a) {
717
+ const i = R.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 = R.YYY[t], a = R.YYYYY[t];
725
+ let i = R.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 = R.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 = R.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 = R.DDD.exec(e), o) {
755
+ n = /* @__PURE__ */ new Date(0);
756
+ const l = parseInt(o[1], 10);
757
+ return $a(t, l) ? (n.setUTCFullYear(t, 0, l), n) : /* @__PURE__ */ new Date(NaN);
758
+ }
759
+ if (o = R.MMDD.exec(e), o) {
760
+ n = /* @__PURE__ */ new Date(0), a = parseInt(o[1], 10) - 1;
761
+ const l = parseInt(o[2], 10);
762
+ return fn(t, a, l) ? (n.setUTCFullYear(t, a, l), n) : /* @__PURE__ */ new Date(NaN);
763
+ }
764
+ if (o = R.Www.exec(e), o)
765
+ return i = parseInt(o[1], 10) - 1, pn(i) ? mn(t, i) : /* @__PURE__ */ new Date(NaN);
766
+ if (o = R.WwwD.exec(e), o) {
767
+ i = parseInt(o[1], 10) - 1;
768
+ const l = parseInt(o[2], 10) - 1;
769
+ return pn(i, l) ? mn(t, i, l) : /* @__PURE__ */ new Date(NaN);
770
+ }
771
+ return null;
772
+ }
773
+ function Ya(e) {
774
+ let t, n, a = R.HH.exec(e);
775
+ if (a)
776
+ return t = parseFloat(a[1].replace(",", ".")), gt(t) ? t % 24 * _t : NaN;
777
+ if (a = R.HHMM.exec(e), a)
778
+ return t = parseInt(a[1], 10), n = parseFloat(a[2].replace(",", ".")), gt(t, n) ? t % 24 * _t + n * dn : NaN;
779
+ if (a = R.HHMMSS.exec(e), a) {
780
+ t = parseInt(a[1], 10), n = parseInt(a[2], 10);
781
+ const i = parseFloat(a[3].replace(",", "."));
782
+ return gt(t, n, i) ? t % 24 * _t + 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 gt(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 = Tt(e, n);
823
+ const a = Ze(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 Tt(e, { ...n, timeZone: t });
829
+ e = Tt(e, n);
830
+ const a = kt(e.getFullYear(), e.getMonth(), e.getDate(), e.getHours(), e.getMinutes(), e.getSeconds(), e.getMilliseconds()).getTime(), i = Ze(t, new Date(a));
831
+ return new Date(a + i);
832
+ }
833
+ function Za(e, t) {
834
+ return -Ze(e, t);
835
+ }
836
+ var He = 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 je = { exports: {} };
841
+ je.exports;
842
+ (function(e, t) {
843
+ var n = 200, a = "__lodash_hash_undefined__", i = 9007199254740991, o = "[object Arguments]", l = "[object Array]", m = "[object Boolean]", f = "[object Date]", d = "[object Error]", c = "[object Function]", y = "[object GeneratorFunction]", w = "[object Map]", g = "[object Number]", M = "[object Object]", T = "[object Promise]", B = "[object RegExp]", A = "[object Set]", I = "[object String]", ie = "[object Symbol]", D = "[object WeakMap]", Fe = "[object ArrayBuffer]", ce = "[object DataView]", _ = "[object Float32Array]", F = "[object Float64Array]", S = "[object Int8Array]", k = "[object Int16Array]", ee = "[object Int32Array]", K = "[object Uint8Array]", H = "[object Uint8ClampedArray]", te = "[object Uint16Array]", ne = "[object Uint32Array]", L = /[\\^$.*+?()[\]{}|]/g, V = /\w*$/, Y = /^\[object .+?Constructor\]$/, z = /^(?:0|[1-9]\d*)$/, v = {};
844
+ v[o] = v[l] = v[Fe] = v[ce] = v[m] = v[f] = v[_] = v[F] = v[S] = v[k] = v[ee] = v[w] = v[g] = v[M] = v[B] = v[A] = v[I] = v[ie] = v[K] = v[H] = v[te] = v[ne] = !0, v[d] = v[c] = v[D] = !1;
845
+ var j = typeof He == "object" && He && He.Object === Object && He, de = typeof self == "object" && self && self.Object === Object && self, O = j || de || Function("return this")(), W = t && !t.nodeType && t, Ge = W && !0 && e && !e.nodeType && e, Je = Ge && Ge.exports === W;
846
+ function Xe(r, s) {
847
+ return r.set(s[0], s[1]), r;
848
+ }
849
+ function Qe(r, s) {
850
+ return r.add(s), r;
851
+ }
852
+ function Me(r, s) {
853
+ for (var u = -1, p = r ? r.length : 0; ++u < p && s(r[u], u, r) !== !1; )
854
+ ;
855
+ return r;
856
+ }
857
+ function Gn(r, s) {
858
+ for (var u = -1, p = s.length, N = r.length; ++u < p; )
859
+ r[N + u] = s[u];
860
+ return r;
861
+ }
862
+ function Gt(r, s, u, p) {
863
+ for (var N = -1, b = r ? r.length : 0; ++N < b; )
864
+ u = s(u, r[N], N, r);
865
+ return u;
866
+ }
867
+ function Ln(r, s) {
868
+ for (var u = -1, p = Array(r); ++u < r; )
869
+ p[u] = s(u);
870
+ return p;
871
+ }
872
+ function In(r, s) {
873
+ return r == null ? void 0 : r[s];
874
+ }
875
+ function Lt(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 It(r) {
885
+ var s = -1, u = Array(r.size);
886
+ return r.forEach(function(p, N) {
887
+ u[++s] = [N, p];
888
+ }), u;
889
+ }
890
+ function et(r, s) {
891
+ return function(u) {
892
+ return r(s(u));
893
+ };
894
+ }
895
+ function Pt(r) {
896
+ var s = -1, u = Array(r.size);
897
+ return r.forEach(function(p) {
898
+ u[++s] = p;
899
+ }), u;
900
+ }
901
+ var Pn = Array.prototype, Un = Function.prototype, Le = Object.prototype, tt = O["__core-js_shared__"], Ut = function() {
902
+ var r = /[^.]+$/.exec(tt && tt.keys && tt.keys.IE_PROTO || "");
903
+ return r ? "Symbol(src)_1." + r : "";
904
+ }(), Ct = Un.toString, re = Le.hasOwnProperty, Ie = Le.toString, Cn = RegExp(
905
+ "^" + Ct.call(re).replace(L, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
906
+ ), At = Je ? O.Buffer : void 0, Bt = O.Symbol, Ht = O.Uint8Array, An = et(Object.getPrototypeOf, Object), Bn = Object.create, Hn = Le.propertyIsEnumerable, Vn = Pn.splice, Vt = Object.getOwnPropertySymbols, Yn = At ? At.isBuffer : void 0, zn = et(Object.keys, Object), nt = pe(O, "DataView"), Te = pe(O, "Map"), rt = pe(O, "Promise"), at = pe(O, "Set"), it = pe(O, "WeakMap"), Se = pe(Object, "create"), jn = le(nt), $n = le(Te), Kn = le(rt), Wn = le(at), Zn = le(it), Yt = Bt ? Bt.prototype : void 0, zt = Yt ? Yt.valueOf : void 0;
907
+ function oe(r) {
908
+ var s = -1, u = r ? r.length : 0;
909
+ for (this.clear(); ++s < u; ) {
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 u = s[r];
924
+ return u === a ? void 0 : u;
925
+ }
926
+ return re.call(s, r) ? s[r] : void 0;
927
+ }
928
+ function Qn(r) {
929
+ var s = this.__data__;
930
+ return Se ? s[r] !== void 0 : re.call(s, r);
931
+ }
932
+ function er(r, s) {
933
+ var u = this.__data__;
934
+ return u[r] = Se && s === void 0 ? a : s, this;
935
+ }
936
+ oe.prototype.clear = qn, oe.prototype.delete = Jn, oe.prototype.get = Xn, oe.prototype.has = Qn, oe.prototype.set = er;
937
+ function Z(r) {
938
+ var s = -1, u = r ? r.length : 0;
939
+ for (this.clear(); ++s < u; ) {
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__, u = Pe(s, r);
949
+ if (u < 0)
950
+ return !1;
951
+ var p = s.length - 1;
952
+ return u == p ? s.pop() : Vn.call(s, u, 1), !0;
953
+ }
954
+ function rr(r) {
955
+ var s = this.__data__, u = Pe(s, r);
956
+ return u < 0 ? void 0 : s[u][1];
957
+ }
958
+ function ar(r) {
959
+ return Pe(this.__data__, r) > -1;
960
+ }
961
+ function ir(r, s) {
962
+ var u = this.__data__, p = Pe(u, r);
963
+ return p < 0 ? u.push([r, s]) : u[p][1] = s, this;
964
+ }
965
+ Z.prototype.clear = tr, Z.prototype.delete = nr, Z.prototype.get = rr, Z.prototype.has = ar, Z.prototype.set = ir;
966
+ function me(r) {
967
+ var s = -1, u = r ? r.length : 0;
968
+ for (this.clear(); ++s < u; ) {
969
+ var p = r[s];
970
+ this.set(p[0], p[1]);
971
+ }
972
+ }
973
+ function or() {
974
+ this.__data__ = {
975
+ hash: new oe(),
976
+ map: new (Te || Z)(),
977
+ string: new oe()
978
+ };
979
+ }
980
+ function sr(r) {
981
+ return Ue(this, r).delete(r);
982
+ }
983
+ function lr(r) {
984
+ return Ue(this, r).get(r);
985
+ }
986
+ function ur(r) {
987
+ return Ue(this, r).has(r);
988
+ }
989
+ function cr(r, s) {
990
+ return Ue(this, r).set(r, s), this;
991
+ }
992
+ me.prototype.clear = or, me.prototype.delete = sr, me.prototype.get = lr, me.prototype.has = ur, me.prototype.set = cr;
993
+ function fe(r) {
994
+ this.__data__ = new Z(r);
995
+ }
996
+ function dr() {
997
+ this.__data__ = new Z();
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 u = this.__data__;
1010
+ if (u instanceof Z) {
1011
+ var p = u.__data__;
1012
+ if (!Te || p.length < n - 1)
1013
+ return p.push([r, s]), this;
1014
+ u = this.__data__ = new me(p);
1015
+ }
1016
+ return u.set(r, s), this;
1017
+ }
1018
+ fe.prototype.clear = dr, fe.prototype.delete = mr, fe.prototype.get = fr, fe.prototype.has = pr, fe.prototype.set = hr;
1019
+ function yr(r, s) {
1020
+ var u = lt(r) || Br(r) ? Ln(r.length, String) : [], p = u.length, N = !!p;
1021
+ for (var b in r)
1022
+ re.call(r, b) && !(N && (b == "length" || Pr(b, p))) && u.push(b);
1023
+ return u;
1024
+ }
1025
+ function jt(r, s, u) {
1026
+ var p = r[s];
1027
+ (!(re.call(r, s) && Zt(p, u)) || u === void 0 && !(s in r)) && (r[s] = u);
1028
+ }
1029
+ function Pe(r, s) {
1030
+ for (var u = r.length; u--; )
1031
+ if (Zt(r[u][0], s))
1032
+ return u;
1033
+ return -1;
1034
+ }
1035
+ function _r(r, s) {
1036
+ return r && $t(s, ut(s), r);
1037
+ }
1038
+ function ot(r, s, u, p, N, b, q) {
1039
+ var G;
1040
+ if (p && (G = b ? p(r, N, b, q) : p(r)), G !== void 0)
1041
+ return G;
1042
+ if (!Ce(r))
1043
+ return r;
1044
+ var Xt = lt(r);
1045
+ if (Xt) {
1046
+ if (G = Gr(r), !s)
1047
+ return Rr(r, G);
1048
+ } else {
1049
+ var he = se(r), Qt = he == c || he == y;
1050
+ if (Vr(r))
1051
+ return Mr(r, s);
1052
+ if (he == M || he == o || Qt && !b) {
1053
+ if (Lt(r))
1054
+ return b ? r : {};
1055
+ if (G = Lr(Qt ? {} : r), !s)
1056
+ return Or(r, _r(G, r));
1057
+ } else {
1058
+ if (!v[he])
1059
+ return b ? r : {};
1060
+ G = Ir(r, he, ot, s);
1061
+ }
1062
+ }
1063
+ q || (q = new fe());
1064
+ var en = q.get(r);
1065
+ if (en)
1066
+ return en;
1067
+ if (q.set(r, G), !Xt)
1068
+ var tn = u ? br(r) : ut(r);
1069
+ return Me(tn || r, function(ct, Ae) {
1070
+ tn && (Ae = ct, ct = r[Ae]), jt(G, Ae, ot(ct, s, u, p, Ae, r, q));
1071
+ }), G;
1072
+ }
1073
+ function gr(r) {
1074
+ return Ce(r) ? Bn(r) : {};
1075
+ }
1076
+ function wr(r, s, u) {
1077
+ var p = s(r);
1078
+ return lt(r) ? p : Gn(p, u(r));
1079
+ }
1080
+ function vr(r) {
1081
+ return Ie.call(r);
1082
+ }
1083
+ function xr(r) {
1084
+ if (!Ce(r) || Cr(r))
1085
+ return !1;
1086
+ var s = Jt(r) || Lt(r) ? Cn : Y;
1087
+ return s.test(le(r));
1088
+ }
1089
+ function Fr(r) {
1090
+ if (!Wt(r))
1091
+ return zn(r);
1092
+ var s = [];
1093
+ for (var u in Object(r))
1094
+ re.call(r, u) && u != "constructor" && s.push(u);
1095
+ return s;
1096
+ }
1097
+ function Mr(r, s) {
1098
+ if (s)
1099
+ return r.slice();
1100
+ var u = new r.constructor(r.length);
1101
+ return r.copy(u), u;
1102
+ }
1103
+ function st(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 u = s ? st(r.buffer) : r.buffer;
1109
+ return new r.constructor(u, r.byteOffset, r.byteLength);
1110
+ }
1111
+ function Sr(r, s, u) {
1112
+ var p = s ? u(It(r), !0) : It(r);
1113
+ return Gt(p, Xe, new r.constructor());
1114
+ }
1115
+ function Dr(r) {
1116
+ var s = new r.constructor(r.source, V.exec(r));
1117
+ return s.lastIndex = r.lastIndex, s;
1118
+ }
1119
+ function Nr(r, s, u) {
1120
+ var p = s ? u(Pt(r), !0) : Pt(r);
1121
+ return Gt(p, Qe, new r.constructor());
1122
+ }
1123
+ function kr(r) {
1124
+ return zt ? Object(zt.call(r)) : {};
1125
+ }
1126
+ function Er(r, s) {
1127
+ var u = s ? st(r.buffer) : r.buffer;
1128
+ return new r.constructor(u, r.byteOffset, r.length);
1129
+ }
1130
+ function Rr(r, s) {
1131
+ var u = -1, p = r.length;
1132
+ for (s || (s = Array(p)); ++u < p; )
1133
+ s[u] = r[u];
1134
+ return s;
1135
+ }
1136
+ function $t(r, s, u, p) {
1137
+ u || (u = {});
1138
+ for (var N = -1, b = s.length; ++N < b; ) {
1139
+ var q = s[N], G = void 0;
1140
+ jt(u, q, G === void 0 ? r[q] : G);
1141
+ }
1142
+ return u;
1143
+ }
1144
+ function Or(r, s) {
1145
+ return $t(r, Kt(r), s);
1146
+ }
1147
+ function br(r) {
1148
+ return wr(r, ut, Kt);
1149
+ }
1150
+ function Ue(r, s) {
1151
+ var u = r.__data__;
1152
+ return Ur(s) ? u[typeof s == "string" ? "string" : "hash"] : u.map;
1153
+ }
1154
+ function pe(r, s) {
1155
+ var u = In(r, s);
1156
+ return xr(u) ? u : void 0;
1157
+ }
1158
+ var Kt = Vt ? et(Vt, Object) : jr, se = vr;
1159
+ (nt && se(new nt(new ArrayBuffer(1))) != ce || Te && se(new Te()) != w || rt && se(rt.resolve()) != T || at && se(new at()) != A || it && se(new it()) != D) && (se = function(r) {
1160
+ var s = Ie.call(r), u = s == M ? r.constructor : void 0, p = u ? le(u) : void 0;
1161
+ if (p)
1162
+ switch (p) {
1163
+ case jn:
1164
+ return ce;
1165
+ case $n:
1166
+ return w;
1167
+ case Kn:
1168
+ return T;
1169
+ case Wn:
1170
+ return A;
1171
+ case Zn:
1172
+ return D;
1173
+ }
1174
+ return s;
1175
+ });
1176
+ function Gr(r) {
1177
+ var s = r.length, u = r.constructor(s);
1178
+ return s && typeof r[0] == "string" && re.call(r, "index") && (u.index = r.index, u.input = r.input), u;
1179
+ }
1180
+ function Lr(r) {
1181
+ return typeof r.constructor == "function" && !Wt(r) ? gr(An(r)) : {};
1182
+ }
1183
+ function Ir(r, s, u, p) {
1184
+ var N = r.constructor;
1185
+ switch (s) {
1186
+ case Fe:
1187
+ return st(r);
1188
+ case m:
1189
+ case f:
1190
+ return new N(+r);
1191
+ case ce:
1192
+ return Tr(r, p);
1193
+ case _:
1194
+ case F:
1195
+ case S:
1196
+ case k:
1197
+ case ee:
1198
+ case K:
1199
+ case H:
1200
+ case te:
1201
+ case ne:
1202
+ return Er(r, p);
1203
+ case w:
1204
+ return Sr(r, p, u);
1205
+ case g:
1206
+ case I:
1207
+ return new N(r);
1208
+ case B:
1209
+ return Dr(r);
1210
+ case A:
1211
+ return Nr(r, p, u);
1212
+ case ie:
1213
+ return kr(r);
1214
+ }
1215
+ }
1216
+ function Pr(r, s) {
1217
+ return s = s ?? i, !!s && (typeof r == "number" || z.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, u = typeof s == "function" && s.prototype || Le;
1228
+ return r === u;
1229
+ }
1230
+ function le(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 ot(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) && re.call(r, "callee") && (!Hn.call(r, "callee") || Ie.call(r) == o);
1251
+ }
1252
+ var lt = 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 = Ce(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 Ce(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 ut(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
+ })(je, je.exports);
1285
+ je.exports;
1286
+ const Q = (e, t) => new Date(e.getTime() - Za(t, e));
1287
+ class E {
1288
+ constructor(t) {
1289
+ P(this, "timeframeText"), P(this, "key"), P(this, "display"), P(this, "timeframeLength"), P(this, "allowedTiers"), P(this, "defaultResponseGranularity"), P(this, "dataGranularity"), P(this, "isRelative"), P(this, "fineGrainedDefaultGranularity"), P(this, "_startCustom"), P(this, "_endCustom"), P(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 E {
1343
+ rawStart(t) {
1344
+ let n = ze(this.tzAdjustedDate(t), { weekStartsOn: 1 });
1345
+ return t && (n = Q(n, t)), n;
1346
+ }
1347
+ maximumTimeframeLength() {
1348
+ return 60 * 60 * 24 * 7;
1349
+ }
1350
+ }
1351
+ class Xa extends E {
1352
+ rawStart(t) {
1353
+ let n = ge(this.tzAdjustedDate(t));
1354
+ return t && (n = Q(n, t)), n;
1355
+ }
1356
+ maximumTimeframeLength() {
1357
+ return 60 * 60 * 24 * 31;
1358
+ }
1359
+ }
1360
+ class Qa extends E {
1361
+ rawStart(t) {
1362
+ let n = new Date(this.tzAdjustedDate(t).getFullYear(), 0, 1);
1363
+ return t && (n = Q(n, t)), n;
1364
+ }
1365
+ maximumTimeframeLength() {
1366
+ return 60 * 60 * 24 * 366;
1367
+ }
1368
+ }
1369
+ class ei extends E {
1370
+ rawEnd(t) {
1371
+ let n = ze(this.tzAdjustedDate(t), { weekStartsOn: 1 });
1372
+ return t && (n = Q(n, t)), n;
1373
+ }
1374
+ rawStart(t) {
1375
+ const n = this.tzAdjustedDate(t);
1376
+ let a = ze(n.setDate(n.getDate() - 7), {
1377
+ weekStartsOn: 1
1378
+ });
1379
+ return t && (a = Q(a, t)), a;
1380
+ }
1381
+ }
1382
+ class ti extends E {
1383
+ rawEnd(t) {
1384
+ let n = ge(this.tzAdjustedDate(t));
1385
+ return t && (n = Q(n, t)), n;
1386
+ }
1387
+ rawStart(t) {
1388
+ let n = ge(Nn(this.tzAdjustedDate(t)));
1389
+ return t && (n = Q(n, t)), n;
1390
+ }
1391
+ }
1392
+ class ni extends E {
1393
+ rawEnd(t) {
1394
+ let n = new Date(this.tzAdjustedDate(t).getFullYear(), 0, 1);
1395
+ return t && (n = Q(n, t)), n;
1396
+ }
1397
+ rawStart(t) {
1398
+ let n = new Date(this.tzAdjustedDate(t).getFullYear() - 1, 0, 1);
1399
+ return t && (n = Q(n, t)), n;
1400
+ }
1401
+ }
1402
+ h.FIFTEEN_MIN, new E({
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 E({
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 E({
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 E({
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 E({
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 E({
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 E({
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 E({
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 E({
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 E({
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 = ze(/* @__PURE__ */ new Date(), { weekStartsOn: 1 });
1518
+ return (ft(pt(/* @__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 = ge(/* @__PURE__ */ new Date());
1532
+ return (ft(pt(/* @__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 (ft(pt(/* @__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 = ge(/* @__PURE__ */ new Date()), n = ge(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(d, c) {
1597
+ if (c.separator === !1 || d < 1e3)
1598
+ return d.toString();
1599
+ var y = typeof c.separator == "string" ? c.separator : ",", w = [], g = Math.round(d).toString().split("");
1600
+ return g.reverse().forEach(function(M, T) {
1601
+ T && T % 3 === 0 && w.push(y), w.push(M);
1602
+ }), w.reverse().join("");
1603
+ }
1604
+ function n(d, c, y) {
1605
+ var w = d / c, g = y.round ? "round" : "floor";
1606
+ return y.decimal === !1 ? (d = Math[g](w), d.toString()) : (y.precision ? d = w : d = w < 10 ? Math[g](w * 10) / 10 : Math[g](w), d = d.toString(), typeof y.decimal == "string" && (d = d.replace(".", y.decimal)), d);
1607
+ }
1608
+ var a = 1e3, i = 1e4, o = 1e6, l = 1e9, m = 1e12;
1609
+ function f(d, c) {
1610
+ var y;
1611
+ c = c || {};
1612
+ var w = d < 0;
1613
+ w && (d = Math.abs(d)), c.precision && (d = parseFloat(d.toPrecision(c.precision)));
1614
+ var g = c.min10k ? i : a;
1615
+ return d < g || c.precision && c.precision > Math.log10(d) ? y = t(n(d, 1, c), c) : d < o ? y = n(d, a, c) + "k" : d < l ? y = n(d, o, c) + "m" : d < m ? y = t(n(d, l, c), c) + "b" : y = t(n(d, m, 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 wt = /* @__PURE__ */ qa(ri);
1622
+ var yn;
1623
+ const vt = 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, l = i ? Math.pow(2, 40) : 1e12, m = i ? Math.pow(2, 30) : 1e9, f = i ? Math.pow(2, 20) : 1e6, d = 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 >= l ? c = e.formatNumber(
1636
+ Number.parseFloat((a / l).toPrecision(3)),
1637
+ { style: "unit", unit: "terabyte", unitDisplay: "narrow" }
1638
+ ) : a >= m ? c = e.formatNumber(
1639
+ Number.parseFloat((a / m).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 >= d ? c = e.formatNumber(
1645
+ Number.parseFloat((a / d).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: l = "USD",
1655
+ approximate: m = !1,
1656
+ translateUnit: f = (d) => d
1657
+ } = {}) => {
1658
+ const d = f(i, a);
1659
+ switch (i) {
1660
+ case "bytes":
1661
+ return t(a, o);
1662
+ case "usd":
1663
+ return n(a, l);
1664
+ case "ms":
1665
+ case "count/minute":
1666
+ case "token count":
1667
+ case "count":
1668
+ default:
1669
+ return isNaN(a) ? `${a}` : m ? `${wt(a, { capital: !0 })} ${d}` : a >= 0.01 ? `${vt.format(Number.parseFloat(a.toFixed(2)))} ${d}` : `${Number.parseFloat(a.toPrecision(4))} ${d}`;
1670
+ }
1671
+ }, formatBytes: t, formatCost: n, formatRange: (a, i, o, {
1672
+ isBytes1024: l = !1,
1673
+ currency: m = "USD",
1674
+ approximate: f = !1,
1675
+ translateUnit: d = (c) => c
1676
+ } = {}) => {
1677
+ const c = d(o, i);
1678
+ switch (o) {
1679
+ case "bytes":
1680
+ return `${t(a, l)} - ${t(i, l)}`;
1681
+ case "usd":
1682
+ return `${n(a, m)} - ${n(i, m)}`;
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 `${wt(a, { capital: !0 })} - ${wt(i, { capital: !0 })} ${c}`;
1692
+ }
1693
+ const y = a >= 0.01 ? `${vt.format(Number.parseFloat(a.toFixed(2)))}` : `${Number.parseFloat(a.toPrecision(4))}`, w = i >= 0.01 ? `${vt.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, xt = [
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
+ }, Ft = (e, t) => {
1710
+ if (e.length === 0)
1711
+ return [];
1712
+ const n = e.filter((m) => m > 0).map(Math.log).sort((m, f) => m - f), a = Math.min(...n), o = (Math.max(...n) - a) / t;
1713
+ return Array.from({ length: t }, (m, f) => a + f * o).map((m) => Math.exp(m)).reverse();
1714
+ };
1715
+ function li({
1716
+ countryMetrics: e,
1717
+ metric: t,
1718
+ unit: n
1719
+ }) {
1720
+ const { formatMetric: a, formatMetricRange: i } = Ee.useMetricFormat({ unit: n }), o = U(() => {
1721
+ const g = { ...e.value };
1722
+ for (const M of Object.keys(g))
1723
+ Nt.find((T) => T.code === M) || delete g[M];
1724
+ return g;
1725
+ }), l = U(() => Object.values(o.value)), m = U(() => Object.keys(o.value).length), f = U(() => m.value < _n - 1 ? m.value : _n), d = U(() => {
1726
+ var g;
1727
+ return !((g = t.value) != null && g.includes("latency"));
1728
+ }), c = U(() => {
1729
+ const g = [];
1730
+ if (l.value.length > 10) {
1731
+ const M = [...l.value].sort((D, Fe) => D - Fe), T = si(M, 0.75), B = l.value.filter((D) => D >= T), A = l.value.filter((D) => D < T), I = Ft(B, 3), ie = Ft(A, 2);
1732
+ return g.push(...I, ...ie), g;
1733
+ }
1734
+ return Ft(l.value, f.value);
1735
+ }), y = U(() => l.value.length === 1 ? [{
1736
+ color: w(l.value[0]),
1737
+ range: a(l.value[0], {
1738
+ approximate: d.value,
1739
+ showUnit: !n.value.includes("count")
1740
+ }).trim()
1741
+ }] : c.value.map((g, M) => {
1742
+ const T = M === 0 ? Math.max(...c.value) : c.value[M - 1], B = g, A = T;
1743
+ let I = "";
1744
+ return M === 0 ? I = `> ${a(B, {
1745
+ showUnit: !n.value.includes("count"),
1746
+ approximate: d.value
1747
+ })}`.trim() : M === c.value.length - 1 ? I = `< ${a(A, {
1748
+ showUnit: !n.value.includes("count"),
1749
+ approximate: d.value
1750
+ })}`.trim() : I = i(B, A, {
1751
+ showUnit: !n.value.includes("count"),
1752
+ approximate: d.value
1753
+ }).trim(), {
1754
+ color: w(B),
1755
+ range: I
1756
+ };
1757
+ })), w = (g) => {
1758
+ if (g === 0)
1759
+ return ke;
1760
+ const M = c.value.findIndex((T) => g >= T);
1761
+ return M === -1 ? xt[xt.length - 1] : xt[M] ?? ke;
1762
+ };
1763
+ return {
1764
+ getColor: w,
1765
+ legendData: y,
1766
+ scale: c
1767
+ };
1768
+ }
1769
+ function ui({
1770
+ unit: e
1771
+ }) {
1772
+ const { i18n: t } = Ee.useI18n(), { formatUnit: n, formatRange: a } = ai({ i18n: t });
1773
+ return {
1774
+ formatMetric: (l, {
1775
+ showUnit: m = !0,
1776
+ approximate: f = !1
1777
+ } = {}) => n(l, e.value, {
1778
+ approximate: f,
1779
+ translateUnit: (d) => m ? t.t(`metricUnits.${d}`, { plural: l > 1 ? "s" : "" }) : ""
1780
+ }),
1781
+ formatMetricRange: (l, m, {
1782
+ showUnit: f = !0,
1783
+ approximate: d = !1
1784
+ } = {}) => a(l, m, e.value, {
1785
+ approximate: d,
1786
+ translateUnit: (c) => f ? t.t(`metricUnits.${c}`, { plural: m > 1 ? "s" : "" }) : ""
1787
+ })
1788
+ };
1789
+ }
1790
+ const Ee = {
1791
+ useI18n: da,
1792
+ useLegendScale: li,
1793
+ useMetricFormat: ui
1794
+ }, ci = "FeatureCollection", di = [
1795
+ {
1796
+ type: "Feature",
1797
+ properties: {
1798
+ scalerank: 0,
1799
+ featurecla: "Lake",
1800
+ name: "Lake\rBaikal",
1801
+ name_alt: null,
1802
+ admin: null,
1803
+ min_zoom: 1,
1804
+ min_label: 3
1805
+ },
1806
+ geometry: {
1807
+ type: "Polygon",
1808
+ coordinates: [
1809
+ [
1810
+ [
1811
+ 106.57998579307912,
1812
+ 52.79998159444554
1813
+ ],
1814
+ [
1815
+ 106.53998823448521,
1816
+ 52.93999888774037
1817
+ ],
1818
+ [
1819
+ 107.0800069519353,
1820
+ 53.18001007751998
1821
+ ],
1822
+ [
1823
+ 107.2999935242018,
1824
+ 53.37999787048953
1825
+ ],
1826
+ [
1827
+ 107.59997521365611,
1828
+ 53.51998932556822
1829
+ ],
1830
+ [
1831
+ 108.03994835818912,
1832
+ 53.859968573616456
1833
+ ],
1834
+ [
1835
+ 108.37997928266967,
1836
+ 54.25999583598784
1837
+ ],
1838
+ [
1839
+ 109.05270307824526,
1840
+ 55.027597561251326
1841
+ ],
1842
+ [
1843
+ 109.19346967980832,
1844
+ 55.53560272889659
1845
+ ],
1846
+ [
1847
+ 109.50699059452313,
1848
+ 55.73091380474372
1849
+ ],
1850
+ [
1851
+ 109.92980716353523,
1852
+ 55.7129562445223
1853
+ ],
1854
+ [
1855
+ 109.70000206913326,
1856
+ 54.980003567110515
1857
+ ],
1858
+ [
1859
+ 109.66000451053935,
1860
+ 54.71999359803395
1861
+ ],
1862
+ [
1863
+ 109.47996382043448,
1864
+ 54.33999095317566
1865
+ ],
1866
+ [
1867
+ 109.31997358605884,
1868
+ 53.81999685323869
1869
+ ],
1870
+ [
1871
+ 109.22003136600637,
1872
+ 53.619983222052994
1873
+ ],
1874
+ [
1875
+ 108.99999311730755,
1876
+ 53.78002513286093
1877
+ ],
1878
+ [
1879
+ 108.60001753136845,
1880
+ 53.4399942083804
1881
+ ],
1882
+ [
1883
+ 108.800005324338,
1884
+ 53.37999787048953
1885
+ ],
1886
+ [
1887
+ 108.76000776574409,
1888
+ 53.200008856816936
1889
+ ],
1890
+ [
1891
+ 108.45997439985749,
1892
+ 53.14001251892607
1893
+ ],
1894
+ [
1895
+ 108.17999148970011,
1896
+ 52.79998159444554
1897
+ ],
1898
+ [
1899
+ 107.79996300662566,
1900
+ 52.579995022179034
1901
+ ],
1902
+ [
1903
+ 107.31999230349876,
1904
+ 52.42000478780339
1905
+ ],
1906
+ [
1907
+ 106.64003380740229,
1908
+ 52.32001089131862
1909
+ ],
1910
+ [
1911
+ 106.1000150899522,
1912
+ 52.03997630472897
1913
+ ],
1914
+ [
1915
+ 105.740037062607,
1916
+ 51.759993394571595
1917
+ ],
1918
+ [
1919
+ 105.24001590375084,
1920
+ 51.52000804300813
1921
+ ],
1922
+ [
1923
+ 104.81998986208251,
1924
+ 51.46001170511727
1925
+ ],
1926
+ [
1927
+ 104.30002160036167,
1928
+ 51.50000926371118
1929
+ ],
1930
+ [
1931
+ 103.7600028829116,
1932
+ 51.60000316019595
1933
+ ],
1934
+ [
1935
+ 103.6200114278329,
1936
+ 51.73999461527464
1937
+ ],
1938
+ [
1939
+ 103.85999677939637,
1940
+ 51.85998729105637
1941
+ ],
1942
+ [
1943
+ 104.39996382041414,
1944
+ 51.85998729105637
1945
+ ],
1946
+ [
1947
+ 105.05997521364597,
1948
+ 52.0000045843512
1949
+ ],
1950
+ [
1951
+ 105.4800012553143,
1952
+ 52.28001333272471
1953
+ ],
1954
+ [
1955
+ 105.98002241417046,
1956
+ 52.51999868428817
1957
+ ],
1958
+ [
1959
+ 106.26000532432784,
1960
+ 52.619992580772944
1961
+ ],
1962
+ [
1963
+ 106.57998579307912,
1964
+ 52.79998159444554
1965
+ ]
1966
+ ]
1967
+ ]
1968
+ }
1969
+ },
1970
+ {
1971
+ type: "Feature",
1972
+ properties: {
1973
+ scalerank: 0,
1974
+ featurecla: "Lake",
1975
+ name: "Lake\rWinnipeg",
1976
+ name_alt: null,
1977
+ admin: null,
1978
+ min_zoom: 1,
1979
+ min_label: 3
1980
+ },
1981
+ geometry: {
1982
+ type: "Polygon",
1983
+ coordinates: [
1984
+ [
1985
+ [
1986
+ -98.95540137408423,
1987
+ 53.92978343364277
1988
+ ],
1989
+ [
1990
+ -97.95799455441879,
1991
+ 54.337097072967325
1992
+ ],
1993
+ [
1994
+ -97.8050064766187,
1995
+ 54.05938792583079
1996
+ ],
1997
+ [
1998
+ -97.64380184608419,
1999
+ 53.42521474874492
2000
+ ],
2001
+ [
2002
+ -96.39258622921722,
2003
+ 51.39730235453108
2004
+ ],
2005
+ [
2006
+ -96.23789282915149,
2007
+ 50.6910147161819
2008
+ ],
2009
+ [
2010
+ -96.72558915890605,
2011
+ 50.448910630894474
2012
+ ],
2013
+ [
2014
+ -96.92110694048235,
2015
+ 50.75405996357799
2016
+ ],
2017
+ [
2018
+ -97.23568722205913,
2019
+ 51.49778717712263
2020
+ ],
2021
+ [
2022
+ -98.20097713905517,
2023
+ 52.18456696228162
2024
+ ],
2025
+ [
2026
+ -99.23680538612963,
2027
+ 53.21628693298888
2028
+ ],
2029
+ [
2030
+ -98.95540137408423,
2031
+ 53.92978343364277
2032
+ ]
2033
+ ]
2034
+ ]
2035
+ }
2036
+ },
2037
+ {
2038
+ type: "Feature",
2039
+ properties: {
2040
+ scalerank: 0,
2041
+ featurecla: "Lake",
2042
+ name: "Great\rSlave Lake",
2043
+ name_alt: null,
2044
+ admin: null,
2045
+ min_zoom: 1,
2046
+ min_label: 3
2047
+ },
2048
+ geometry: {
2049
+ type: "Polygon",
2050
+ coordinates: [
2051
+ [
2052
+ [
2053
+ -115.00000342492967,
2054
+ 61.9723932969562
2055
+ ],
2056
+ [
2057
+ -115.80669837122196,
2058
+ 62.54171255151576
2059
+ ],
2060
+ [
2061
+ -116.0585951404287,
2062
+ 62.77880402287089
2063
+ ],
2064
+ [
2065
+ -115.84279435917783,
2066
+ 62.7503044704619
2067
+ ],
2068
+ [
2069
+ -114.45259497766185,
2070
+ 62.42820526798667
2071
+ ],
2072
+ [
2073
+ -113.35341142459757,
2074
+ 62.04448192000336
2075
+ ],
2076
+ [
2077
+ -111.77890804731261,
2078
+ 62.44360484480964
2079
+ ],
2080
+ [
2081
+ -111.04001258018727,
2082
+ 62.92000987410843
2083
+ ],
2084
+ [
2085
+ -110.20001217328286,
2086
+ 63.08000010848407
2087
+ ],
2088
+ [
2089
+ -109.40000932497237,
2090
+ 62.87817780216814
2091
+ ],
2092
+ [
2093
+ -109.09010576051801,
2094
+ 62.814099026126215
2095
+ ],
2096
+ [
2097
+ -109.11651241741916,
2098
+ 62.6928144395372
2099
+ ],
2100
+ [
2101
+ -110.10089677614705,
2102
+ 62.51561595320837
2103
+ ],
2104
+ [
2105
+ -111.27599300824811,
2106
+ 62.34911448836395
2107
+ ],
2108
+ [
2109
+ -112.63050981326654,
2110
+ 61.55991201440246
2111
+ ],
2112
+ [
2113
+ -113.64000891808828,
2114
+ 61.07999298770784
2115
+ ],
2116
+ [
2117
+ -115.3409903634076,
2118
+ 60.87659455020702
2119
+ ],
2120
+ [
2121
+ -116.43999304895887,
2122
+ 60.86000641544133
2123
+ ],
2124
+ [
2125
+ -118.06110856817108,
2126
+ 61.31196849226605
2127
+ ],
2128
+ [
2129
+ -118.3474735177165,
2130
+ 61.36137116153708
2131
+ ],
2132
+ [
2133
+ -118.3849906075604,
2134
+ 61.52110301375126
2135
+ ],
2136
+ [
2137
+ -118.17960262741634,
2138
+ 61.55629466414203
2139
+ ],
2140
+ [
2141
+ -116.8028132800801,
2142
+ 61.32589529076871
2143
+ ],
2144
+ [
2145
+ -115.67879920129957,
2146
+ 61.69179026961132
2147
+ ],
2148
+ [
2149
+ -115.00000342492967,
2150
+ 61.9723932969562
2151
+ ]
2152
+ ]
2153
+ ]
2154
+ }
2155
+ },
2156
+ {
2157
+ type: "Feature",
2158
+ properties: {
2159
+ scalerank: 0,
2160
+ featurecla: "Lake",
2161
+ name: "L. Ontario",
2162
+ name_alt: null,
2163
+ admin: "admin-0",
2164
+ min_zoom: 1,
2165
+ min_label: 3
2166
+ },
2167
+ geometry: {
2168
+ type: "Polygon",
2169
+ coordinates: [
2170
+ [
2171
+ [
2172
+ -79.05630591502026,
2173
+ 43.25410431576152
2174
+ ],
2175
+ [
2176
+ -79.36168779164908,
2177
+ 43.20237620703736
2178
+ ],
2179
+ [
2180
+ -79.76047481964547,
2181
+ 43.29720246029295
2182
+ ],
2183
+ [
2184
+ -79.46116492381094,
2185
+ 43.639197089200565
2186
+ ],
2187
+ [
2188
+ -79.1561706204243,
2189
+ 43.75743276628437
2190
+ ],
2191
+ [
2192
+ -78.45052893747877,
2193
+ 43.9031861435636
2194
+ ],
2195
+ [
2196
+ -77.60536088734519,
2197
+ 44.039327704436545
2198
+ ],
2199
+ [
2200
+ -77.16148617217414,
2201
+ 43.850140285815996
2202
+ ],
2203
+ [
2204
+ -76.88269181995948,
2205
+ 44.0694550644627
2206
+ ],
2207
+ [
2208
+ -76.56555355498425,
2209
+ 44.20802541765336
2210
+ ],
2211
+ [
2212
+ -76.35303422718391,
2213
+ 44.134670722015045
2214
+ ],
2215
+ [
2216
+ -76.23926856149336,
2217
+ 43.979150499032656
2218
+ ],
2219
+ [
2220
+ -76.17999569365458,
2221
+ 43.5900011256587
2222
+ ],
2223
+ [
2224
+ -76.9300015937227,
2225
+ 43.2599954290428
2226
+ ],
2227
+ [
2228
+ -77.74915056019732,
2229
+ 43.342832750006664
2230
+ ],
2231
+ [
2232
+ -78.53499406605984,
2233
+ 43.379988104824534
2234
+ ],
2235
+ [
2236
+ -79.05630591502026,
2237
+ 43.25410431576152
2238
+ ]
2239
+ ]
2240
+ ]
2241
+ }
2242
+ },
2243
+ {
2244
+ type: "Feature",
2245
+ properties: {
2246
+ scalerank: 0,
2247
+ featurecla: "Lake",
2248
+ name: "L. Erie",
2249
+ name_alt: null,
2250
+ admin: "admin-0",
2251
+ min_zoom: 1,
2252
+ min_label: 3
2253
+ },
2254
+ geometry: {
2255
+ type: "Polygon",
2256
+ coordinates: [
2257
+ [
2258
+ [
2259
+ -83.12001135937246,
2260
+ 42.08001577409016
2261
+ ],
2262
+ [
2263
+ -82.57123348664891,
2264
+ 42.01702220312636
2265
+ ],
2266
+ [
2267
+ -81.82918575715374,
2268
+ 42.33552989355732
2269
+ ],
2270
+ [
2271
+ -81.39226152212595,
2272
+ 42.61517690690481
2273
+ ],
2274
+ [
2275
+ -81.09496700715081,
2276
+ 42.66075552018623
2277
+ ],
2278
+ [
2279
+ -80.54515560578142,
2280
+ 42.560089830081665
2281
+ ],
2282
+ [
2283
+ -80.27917700877515,
2284
+ 42.71566172949635
2285
+ ],
2286
+ [
2287
+ -79.79135148793986,
2288
+ 42.84203644466612
2289
+ ],
2290
+ [
2291
+ -78.92000932485044,
2292
+ 42.96500051530464
2293
+ ],
2294
+ [
2295
+ -78.90057898630869,
2296
+ 42.8667119410855
2297
+ ],
2298
+ [
2299
+ -79.76220598012725,
2300
+ 42.269616604169045
2301
+ ],
2302
+ [
2303
+ -80.51644934764329,
2304
+ 41.980331936199136
2305
+ ],
2306
+ [
2307
+ -81.03119828970264,
2308
+ 41.845508124349635
2309
+ ],
2310
+ [
2311
+ -81.62351355663209,
2312
+ 41.568935858723535
2313
+ ],
2314
+ [
2315
+ -82.34744869660895,
2316
+ 41.435920722004255
2317
+ ],
2318
+ [
2319
+ -82.84610043000939,
2320
+ 41.48710622818935
2321
+ ],
2322
+ [
2323
+ -83.46283281119673,
2324
+ 41.69396698665372
2325
+ ],
2326
+ [
2327
+ -83.12001135937246,
2328
+ 42.08001577409016
2329
+ ],
2330
+ [
2331
+ -83.12001135937246,
2332
+ 42.08001577409016
2333
+ ]
2334
+ ]
2335
+ ]
2336
+ }
2337
+ },
2338
+ {
2339
+ type: "Feature",
2340
+ properties: {
2341
+ scalerank: 0,
2342
+ featurecla: "Lake",
2343
+ name: "Lake Superior",
2344
+ name_alt: null,
2345
+ admin: "admin-0",
2346
+ min_zoom: 1,
2347
+ min_label: 3
2348
+ },
2349
+ geometry: {
2350
+ type: "Polygon",
2351
+ coordinates: [
2352
+ [
2353
+ [
2354
+ -89.60000342482806,
2355
+ 48.00998973244721
2356
+ ],
2357
+ [
2358
+ -89.19405921095924,
2359
+ 48.40546946877693
2360
+ ],
2361
+ [
2362
+ -88.62641944044917,
2363
+ 48.56251414651193
2364
+ ],
2365
+ [
2366
+ -88.40423661981026,
2367
+ 48.80632355406499
2368
+ ],
2369
+ [
2370
+ -88.17895321323383,
2371
+ 48.93670319273738
2372
+ ],
2373
+ [
2374
+ -87.24903581414156,
2375
+ 48.73511343036678
2376
+ ],
2377
+ [
2378
+ -86.56000810417788,
2379
+ 48.71108388935106
2380
+ ],
2381
+ [
2382
+ -86.32103044304411,
2383
+ 48.57729360614741
2384
+ ],
2385
+ [
2386
+ -85.98652889681881,
2387
+ 48.01035146747326
2388
+ ],
2389
+ [
2390
+ -84.8642201403039,
2391
+ 47.86007640236849
2392
+ ],
2393
+ [
2394
+ -85.04061764193222,
2395
+ 47.575700995466306
2396
+ ],
2397
+ [
2398
+ -84.64500871452178,
2399
+ 47.28220469826462
2400
+ ],
2401
+ [
2402
+ -84.81528255892351,
2403
+ 46.90233124448706
2404
+ ],
2405
+ [
2406
+ -84.39559241406505,
2407
+ 46.77683502866624
2408
+ ],
2409
+ [
2410
+ -84.60490780306328,
2411
+ 46.439594631529474
2412
+ ],
2413
+ [
2414
+ -84.9100054593145,
2415
+ 46.48000560158172
2416
+ ],
2417
+ [
2418
+ -85.11999264193253,
2419
+ 46.76001434995524
2420
+ ],
2421
+ [
2422
+ -86.1026200019625,
2423
+ 46.67265534116582
2424
+ ],
2425
+ [
2426
+ -86.99000769727856,
2427
+ 46.45000743263628
2428
+ ],
2429
+ [
2430
+ -87.69427995476835,
2431
+ 46.83104360614041
2432
+ ],
2433
+ [
2434
+ -88.2612220934425,
2435
+ 46.958581041036766
2436
+ ],
2437
+ [
2438
+ -87.93992387566777,
2439
+ 47.485913194359185
2440
+ ],
2441
+ [
2442
+ -88.82260901564527,
2443
+ 47.154796454449
2444
+ ],
2445
+ [
2446
+ -89.62498897984119,
2447
+ 46.83083690041124
2448
+ ],
2449
+ [
2450
+ -90.39703487828177,
2451
+ 46.57648550067064
2452
+ ],
2453
+ [
2454
+ -91.00999487991183,
2455
+ 46.92000458433087
2456
+ ],
2457
+ [
2458
+ -92.01192338740282,
2459
+ 46.71167104754619
2460
+ ],
2461
+ [
2462
+ -92.00877112503301,
2463
+ 46.85843211525511
2464
+ ],
2465
+ [
2466
+ -91.33000118687926,
2467
+ 47.28000844989221
2468
+ ],
2469
+ [
2470
+ -90.61999284540505,
2471
+ 47.68000987404746
2472
+ ],
2473
+ [
2474
+ -89.60000342482806,
2475
+ 48.00998973244721
2476
+ ]
2477
+ ]
2478
+ ]
2479
+ }
2480
+ },
2481
+ {
2482
+ type: "Feature",
2483
+ properties: {
2484
+ scalerank: 0,
2485
+ featurecla: "Lake",
2486
+ name: "Lake\rVictoria",
2487
+ name_alt: null,
2488
+ admin: "admin-0",
2489
+ min_zoom: 1,
2490
+ min_label: 3
2491
+ },
2492
+ geometry: {
2493
+ type: "Polygon",
2494
+ coordinates: [
2495
+ [
2496
+ [
2497
+ 33.85036827976734,
2498
+ 0.128157863766091
2499
+ ],
2500
+ [
2501
+ 33.85036827976734,
2502
+ 0.128157863766091
2503
+ ],
2504
+ [
2505
+ 34.13624230320599,
2506
+ -0.319308363449238
2507
+ ],
2508
+ [
2509
+ 34.0726286150547,
2510
+ -1.059831638191795
2511
+ ],
2512
+ [
2513
+ 33.579428745261055,
2514
+ -1.506005954599821
2515
+ ],
2516
+ [
2517
+ 33.251748488098286,
2518
+ -1.957968031424549
2519
+ ],
2520
+ [
2521
+ 33.64717654799571,
2522
+ -2.30089283611342
2523
+ ],
2524
+ [
2525
+ 33.07672041192572,
2526
+ -2.547131035984201
2527
+ ],
2528
+ [
2529
+ 32.95176679864397,
2530
+ -2.43044565186915
2531
+ ],
2532
+ [
2533
+ 32.37309410983957,
2534
+ -2.489925225437091
2535
+ ],
2536
+ [
2537
+ 31.926558058405476,
2538
+ -2.714511000177573
2539
+ ],
2540
+ [
2541
+ 31.648022088352292,
2542
+ -2.32921152100937
2543
+ ],
2544
+ [
2545
+ 31.836020949030114,
2546
+ -1.629305922048232
2547
+ ],
2548
+ [
2549
+ 31.866199985488578,
2550
+ -1.027378838712494
2551
+ ],
2552
+ [
2553
+ 31.815143670384202,
2554
+ -0.64042571371094
2555
+ ],
2556
+ [
2557
+ 32.27284183119332,
2558
+ -0.056120293786734
2559
+ ],
2560
+ [
2561
+ 32.906136508930246,
2562
+ 0.0867650415003
2563
+ ],
2564
+ [
2565
+ 33.33184695815069,
2566
+ 0.324993394365833
2567
+ ],
2568
+ [
2569
+ 33.85036827976734,
2570
+ 0.128157863766091
2571
+ ]
2572
+ ]
2573
+ ]
2574
+ }
2575
+ },
2576
+ {
2577
+ type: "Feature",
2578
+ properties: {
2579
+ scalerank: 0,
2580
+ featurecla: "Lake",
2581
+ name: "Lake\rLadoga",
2582
+ name_alt: null,
2583
+ admin: null,
2584
+ min_zoom: 1,
2585
+ min_label: 3
2586
+ },
2587
+ geometry: {
2588
+ type: "Polygon",
2589
+ coordinates: [
2590
+ [
2591
+ [
2592
+ 29.836711460089845,
2593
+ 61.22608226179696
2594
+ ],
2595
+ [
2596
+ 29.836711460089845,
2597
+ 61.22608226179696
2598
+ ],
2599
+ [
2600
+ 30.85199832532828,
2601
+ 61.77504100203353
2602
+ ],
2603
+ [
2604
+ 32.52688317234018,
2605
+ 61.11751007755173
2606
+ ],
2607
+ [
2608
+ 32.94432539239392,
2609
+ 60.64260366478942
2610
+ ],
2611
+ [
2612
+ 32.81575442885176,
2613
+ 60.481889960361684
2614
+ ],
2615
+ [
2616
+ 32.599901971168606,
2617
+ 60.533514716221276
2618
+ ],
2619
+ [
2620
+ 32.583882277158125,
2621
+ 60.20893504499601
2622
+ ],
2623
+ [
2624
+ 31.699440138482714,
2625
+ 60.23565176049091
2626
+ ],
2627
+ [
2628
+ 31.50973595553924,
2629
+ 59.92034800886205
2630
+ ],
2631
+ [
2632
+ 31.106246372204282,
2633
+ 59.92768606224749
2634
+ ],
2635
+ [
2636
+ 31.10893354668346,
2637
+ 60.14645823835514
2638
+ ],
2639
+ [
2640
+ 30.533878208139498,
2641
+ 60.63009796817478
2642
+ ],
2643
+ [
2644
+ 30.502045525847706,
2645
+ 60.843211574946466
2646
+ ],
2647
+ [
2648
+ 29.836711460089845,
2649
+ 61.22608226179696
2650
+ ]
2651
+ ]
2652
+ ]
2653
+ }
2654
+ },
2655
+ {
2656
+ type: "Feature",
2657
+ properties: {
2658
+ scalerank: 0,
2659
+ featurecla: "Lake",
2660
+ name: "Lake\rBalkhash",
2661
+ name_alt: "Balqash Köli",
2662
+ admin: null,
2663
+ min_zoom: 1,
2664
+ min_label: 3
2665
+ },
2666
+ geometry: {
2667
+ type: "Polygon",
2668
+ coordinates: [
2669
+ [
2670
+ [
2671
+ 78.99076541536459,
2672
+ 46.748619696634876
2673
+ ],
2674
+ [
2675
+ 78.99076541536459,
2676
+ 46.748619696634876
2677
+ ],
2678
+ [
2679
+ 79.2451684915375,
2680
+ 46.64516347918655
2681
+ ],
2682
+ [
2683
+ 78.88989301953086,
2684
+ 46.369934800800024
2685
+ ],
2686
+ [
2687
+ 78.44506229036242,
2688
+ 46.29717438413307
2689
+ ],
2690
+ [
2691
+ 77.20606814973246,
2692
+ 46.3955663112168
2693
+ ],
2694
+ [
2695
+ 75.61128177277294,
2696
+ 46.50718740496724
2697
+ ],
2698
+ [
2699
+ 75.46333214712132,
2700
+ 46.6706141220903
2701
+ ],
2702
+ [
2703
+ 75.40566124868357,
2704
+ 46.47080719663377
2705
+ ],
2706
+ [
2707
+ 74.91122114451494,
2708
+ 46.404661363300164
2709
+ ],
2710
+ [
2711
+ 74.77138471873312,
2712
+ 46.107831936215646
2713
+ ],
2714
+ [
2715
+ 74.27802981964263,
2716
+ 46.004065660173566
2717
+ ],
2718
+ [
2719
+ 74.0999528339648,
2720
+ 44.98893382423201
2721
+ ],
2722
+ [
2723
+ 73.4367375019309,
2724
+ 45.60946442319282
2725
+ ],
2726
+ [
2727
+ 73.4399931171653,
2728
+ 45.80586070411809
2729
+ ],
2730
+ [
2731
+ 73.73713260284359,
2732
+ 46.012747300798594
2733
+ ],
2734
+ [
2735
+ 73.67925499867667,
2736
+ 46.18307282163262
2737
+ ],
2738
+ [
2739
+ 74.02068118682908,
2740
+ 46.20490611427593
2741
+ ],
2742
+ [
2743
+ 74.09432010284502,
2744
+ 46.42781240496693
2745
+ ],
2746
+ [
2747
+ 74.939384800114,
2748
+ 46.81678091082786
2749
+ ],
2750
+ [
2751
+ 76.20313195181177,
2752
+ 46.7800131292522
2753
+ ],
2754
+ [
2755
+ 77.18131513866464,
2756
+ 46.64340648048862
2757
+ ],
2758
+ [
2759
+ 77.85993004752152,
2760
+ 46.64785065366573
2761
+ ],
2762
+ [
2763
+ 78.29700931184618,
2764
+ 46.46853343361292
2765
+ ],
2766
+ [
2767
+ 78.39710656119556,
2768
+ 46.657669175801175
2769
+ ],
2770
+ [
2771
+ 78.99076541536459,
2772
+ 46.748619696634876
2773
+ ]
2774
+ ]
2775
+ ]
2776
+ }
2777
+ },
2778
+ {
2779
+ type: "Feature",
2780
+ properties: {
2781
+ scalerank: 0,
2782
+ featurecla: "Lake",
2783
+ name: "Lake\rTanganyika",
2784
+ name_alt: null,
2785
+ admin: "admin-0",
2786
+ min_zoom: 1,
2787
+ min_label: 3
2788
+ },
2789
+ geometry: {
2790
+ type: "Polygon",
2791
+ coordinates: [
2792
+ [
2793
+ [
2794
+ 30.806006300588507,
2795
+ -8.578339125201033
2796
+ ],
2797
+ [
2798
+ 30.46442508313922,
2799
+ -8.498188978716335
2800
+ ],
2801
+ [
2802
+ 30.566847771941724,
2803
+ -8.1150082332721
2804
+ ],
2805
+ [
2806
+ 30.27735639824263,
2807
+ -7.848357842646031
2808
+ ],
2809
+ [
2810
+ 30.14702843600253,
2811
+ -7.299244073112582
2812
+ ],
2813
+ [
2814
+ 29.536523064906334,
2815
+ -6.7541610652979
2816
+ ],
2817
+ [
2818
+ 29.19318484875913,
2819
+ -6.038029066597119
2820
+ ],
2821
+ [
2822
+ 29.371985304489016,
2823
+ -5.616452731960017
2824
+ ],
2825
+ [
2826
+ 29.101717563602506,
2827
+ -5.054006442895265
2828
+ ],
2829
+ [
2830
+ 29.281034783655315,
2831
+ -3.455499362810748
2832
+ ],
2833
+ [
2834
+ 29.652588331833897,
2835
+ -4.420143324403149
2836
+ ],
2837
+ [
2838
+ 29.600085076625334,
2839
+ -4.896393324405054
2840
+ ],
2841
+ [
2842
+ 29.79195966972506,
2843
+ -5.040880629093131
2844
+ ],
2845
+ [
2846
+ 29.758421665167646,
2847
+ -5.466901136907339
2848
+ ],
2849
+ [
2850
+ 29.951226434048635,
2851
+ -5.860985609565162
2852
+ ],
2853
+ [
2854
+ 29.722041456834177,
2855
+ -6.244114678577112
2856
+ ],
2857
+ [
2858
+ 30.52803877129051,
2859
+ -6.922729587433992
2860
+ ],
2861
+ [
2862
+ 30.604158156056457,
2863
+ -7.541916599155222
2864
+ ],
2865
+ [
2866
+ 31.189032016735865,
2867
+ -8.729906101113095
2868
+ ],
2869
+ [
2870
+ 31.022117140433124,
2871
+ -8.786543470904988
2872
+ ],
2873
+ [
2874
+ 30.806006300588507,
2875
+ -8.578339125201033
2876
+ ],
2877
+ [
2878
+ 30.806006300588507,
2879
+ -8.578339125201033
2880
+ ]
2881
+ ]
2882
+ ]
2883
+ }
2884
+ },
2885
+ {
2886
+ type: "Feature",
2887
+ properties: {
2888
+ scalerank: 0,
2889
+ featurecla: "Lake",
2890
+ name: "Lake Malawi",
2891
+ name_alt: "Lake Nyasa",
2892
+ admin: "admin-0",
2893
+ min_zoom: 1,
2894
+ min_label: 3
2895
+ },
2896
+ geometry: {
2897
+ type: "Polygon",
2898
+ coordinates: [
2899
+ [
2900
+ [
2901
+ 35.2602047055542,
2902
+ -14.277474460510291
2903
+ ],
2904
+ [
2905
+ 35.236226840970915,
2906
+ -14.401291192281633
2907
+ ],
2908
+ [
2909
+ 34.881209751125766,
2910
+ -14.012012627826891
2911
+ ],
2912
+ [
2913
+ 34.706543409979076,
2914
+ -14.262023207255027
2915
+ ],
2916
+ [
2917
+ 34.54675988133266,
2918
+ -14.047669366108266
2919
+ ],
2920
+ [
2921
+ 34.55110070164528,
2922
+ -13.67208505621096
2923
+ ],
2924
+ [
2925
+ 34.3209338722171,
2926
+ -13.379389743709737
2927
+ ],
2928
+ [
2929
+ 34.32997724786827,
2930
+ -12.944584242405995
2931
+ ],
2932
+ [
2933
+ 34.032527703596315,
2934
+ -12.208556817272836
2935
+ ],
2936
+ [
2937
+ 34.322690870915096,
2938
+ -11.652983493702834
2939
+ ],
2940
+ [
2941
+ 34.25990400568048,
2942
+ -10.447579034062642
2943
+ ],
2944
+ [
2945
+ 33.906592238100984,
2946
+ -9.801726983278854
2947
+ ],
2948
+ [
2949
+ 33.99557905450757,
2950
+ -9.495440769084837
2951
+ ],
2952
+ [
2953
+ 34.52422895685345,
2954
+ -10.03013681400887
2955
+ ],
2956
+ [
2957
+ 34.60789310073403,
2958
+ -11.080511976773494
2959
+ ],
2960
+ [
2961
+ 34.93702029800096,
2962
+ -11.463434340056267
2963
+ ],
2964
+ [
2965
+ 34.69388268406766,
2966
+ -12.422393894096615
2967
+ ],
2968
+ [
2969
+ 34.86756717300062,
2970
+ -13.701127211159019
2971
+ ],
2972
+ [
2973
+ 35.05597944513687,
2974
+ -13.742933444883136
2975
+ ],
2976
+ [
2977
+ 35.2602047055542,
2978
+ -14.277474460510291
2979
+ ]
2980
+ ]
2981
+ ]
2982
+ }
2983
+ },
2984
+ {
2985
+ type: "Feature",
2986
+ properties: {
2987
+ scalerank: 0,
2988
+ featurecla: "Lake",
2989
+ name: "Aral\rSea",
2990
+ name_alt: null,
2991
+ admin: null,
2992
+ min_zoom: 1,
2993
+ min_label: 3
2994
+ },
2995
+ geometry: {
2996
+ type: "Polygon",
2997
+ coordinates: [
2998
+ [
2999
+ [
3000
+ 60.05285159692946,
3001
+ 44.264636949229114
3002
+ ],
3003
+ [
3004
+ 59.77002648299603,
3005
+ 44.15999217383806
3006
+ ],
3007
+ [
3008
+ 59.06288618351405,
3009
+ 44.36928172462015
3010
+ ],
3011
+ [
3012
+ 59.34571129744745,
3013
+ 44.99720205339871
3014
+ ],
3015
+ [
3016
+ 59.35930219914022,
3017
+ 45.190006822279685
3018
+ ],
3019
+ [
3020
+ 58.96139367049281,
3021
+ 45.37500844988459
3022
+ ],
3023
+ [
3024
+ 58.92144778833119,
3025
+ 45.101846828789746
3026
+ ],
3027
+ [
3028
+ 58.92144778833119,
3029
+ 44.73556427670495
3030
+ ],
3031
+ [
3032
+ 58.497132602782614,
3033
+ 44.212340399749735
3034
+ ],
3035
+ [
3036
+ 58.285000848224456,
3037
+ 44.473952338227335
3038
+ ],
3039
+ [
3040
+ 58.285000848224456,
3041
+ 44.89255727800766
3042
+ ],
3043
+ [
3044
+ 58.689989048095896,
3045
+ 45.50001373959863
3046
+ ],
3047
+ [
3048
+ 58.78000939314833,
3049
+ 45.88673432065487
3050
+ ],
3051
+ [
3052
+ 59.20427290226462,
3053
+ 45.93905670835039
3054
+ ],
3055
+ [
3056
+ 59.535002068932585,
3057
+ 45.70501414650049
3058
+ ],
3059
+ [
3060
+ 59.55784305200561,
3061
+ 46.30533926043519
3062
+ ],
3063
+ [
3064
+ 59.77002648299603,
3065
+ 46.25299103452352
3066
+ ],
3067
+ [
3068
+ 60.12359663273702,
3069
+ 46.096023871436955
3070
+ ],
3071
+ [
3072
+ 60.12359663273702,
3073
+ 45.88673432065487
3074
+ ],
3075
+ [
3076
+ 59.94675988143425,
3077
+ 45.808211981787366
3078
+ ],
3079
+ [
3080
+ 59.84071984237133,
3081
+ 45.520477606786216
3082
+ ],
3083
+ [
3084
+ 60.12359663273702,
3085
+ 45.572774156265595
3086
+ ],
3087
+ [
3088
+ 60.23997195825834,
3089
+ 44.78403677019473
3090
+ ],
3091
+ [
3092
+ 60.05285159692946,
3093
+ 44.264636949229114
3094
+ ]
3095
+ ]
3096
+ ]
3097
+ }
3098
+ },
3099
+ {
3100
+ type: "Feature",
3101
+ properties: {
3102
+ scalerank: 1,
3103
+ featurecla: "Lake",
3104
+ name: "Vänern",
3105
+ name_alt: null,
3106
+ admin: null,
3107
+ min_zoom: 1.7,
3108
+ min_label: 3.6
3109
+ },
3110
+ geometry: {
3111
+ type: "Polygon",
3112
+ coordinates: [
3113
+ [
3114
+ [
3115
+ 13.979281447005576,
3116
+ 59.20491364199721
3117
+ ],
3118
+ [
3119
+ 13.979281447005576,
3120
+ 59.20491364199721
3121
+ ],
3122
+ [
3123
+ 13.984449090234762,
3124
+ 59.086212877022774
3125
+ ],
3126
+ [
3127
+ 13.91892337408865,
3128
+ 58.902503160225166
3129
+ ],
3130
+ [
3131
+ 13.28268313971111,
3132
+ 58.608670966213566
3133
+ ],
3134
+ [
3135
+ 12.830100945698888,
3136
+ 58.50903880475484
3137
+ ],
3138
+ [
3139
+ 12.460149366921371,
3140
+ 58.50619660097878
3141
+ ],
3142
+ [
3143
+ 12.537767368223768,
3144
+ 58.77594757754237
3145
+ ],
3146
+ [
3147
+ 12.522161085671598,
3148
+ 58.880282294339665
3149
+ ],
3150
+ [
3151
+ 12.697085808979608,
3152
+ 58.953843695707135
3153
+ ],
3154
+ [
3155
+ 13.027039829163215,
3156
+ 58.993531195707305
3157
+ ],
3158
+ [
3159
+ 13.195298292705559,
3160
+ 59.12900096296045
3161
+ ],
3162
+ [
3163
+ 13.59144982265505,
3164
+ 59.336481838612315
3165
+ ],
3166
+ [
3167
+ 13.979281447005576,
3168
+ 59.20491364199721
3169
+ ]
3170
+ ]
3171
+ ]
3172
+ }
3173
+ },
3174
+ {
3175
+ type: "Feature",
3176
+ properties: {
3177
+ scalerank: 1,
3178
+ featurecla: "Lake",
3179
+ name: "Lake Okeechobee",
3180
+ name_alt: null,
3181
+ admin: null,
3182
+ min_zoom: 1.7,
3183
+ min_label: 3.6
3184
+ },
3185
+ geometry: {
3186
+ type: "Polygon",
3187
+ coordinates: [
3188
+ [
3189
+ [
3190
+ -80.70643775096435,
3191
+ 26.788959458924822
3192
+ ],
3193
+ [
3194
+ -80.93244462759287,
3195
+ 26.823272609966622
3196
+ ],
3197
+ [
3198
+ -80.91970638703292,
3199
+ 27.068916530866048
3200
+ ],
3201
+ [
3202
+ -80.69369951040441,
3203
+ 27.034629218040394
3204
+ ],
3205
+ [
3206
+ -80.70643775096435,
3207
+ 26.788959458924822
3208
+ ],
3209
+ [
3210
+ -80.70643775096435,
3211
+ 26.788959458924822
3212
+ ]
3213
+ ]
3214
+ ]
3215
+ }
3216
+ },
3217
+ {
3218
+ type: "Feature",
3219
+ properties: {
3220
+ scalerank: 1,
3221
+ featurecla: "Lake",
3222
+ name: "Lago de\rNicaragua",
3223
+ name_alt: null,
3224
+ admin: null,
3225
+ min_zoom: 1.7,
3226
+ min_label: 3.6
3227
+ },
3228
+ geometry: {
3229
+ type: "Polygon",
3230
+ coordinates: [
3231
+ [
3232
+ [
3233
+ -84.85548682324658,
3234
+ 11.147898667846633
3235
+ ],
3236
+ [
3237
+ -85.29013729525353,
3238
+ 11.176165676310276
3239
+ ],
3240
+ [
3241
+ -85.79132117383625,
3242
+ 11.509737046754324
3243
+ ],
3244
+ [
3245
+ -85.8851655748783,
3246
+ 11.900100816287136
3247
+ ],
3248
+ [
3249
+ -85.5653401354239,
3250
+ 11.940330918826362
3251
+ ],
3252
+ [
3253
+ -85.03684526237491,
3254
+ 11.5216484643976
3255
+ ],
3256
+ [
3257
+ -84.85548682324658,
3258
+ 11.147898667846633
3259
+ ],
3260
+ [
3261
+ -84.85548682324658,
3262
+ 11.147898667846633
3263
+ ]
3264
+ ]
3265
+ ]
3266
+ }
3267
+ },
3268
+ {
3269
+ type: "Feature",
3270
+ properties: {
3271
+ scalerank: 1,
3272
+ featurecla: "Lake",
3273
+ name: "Lake Tana",
3274
+ name_alt: null,
3275
+ admin: null,
3276
+ min_zoom: 1.7,
3277
+ min_label: 3.6
3278
+ },
3279
+ geometry: {
3280
+ type: "Polygon",
3281
+ coordinates: [
3282
+ [
3283
+ [
3284
+ 37.14370730972843,
3285
+ 11.850594794151519
3286
+ ],
3287
+ [
3288
+ 37.01482628759251,
3289
+ 12.035596421756424
3290
+ ],
3291
+ [
3292
+ 37.24401126480697,
3293
+ 12.233878892460353
3294
+ ],
3295
+ [
3296
+ 37.518361443844526,
3297
+ 12.160601711470477
3298
+ ],
3299
+ [
3300
+ 37.48187788264647,
3301
+ 11.825092474815477
3302
+ ],
3303
+ [
3304
+ 37.33635704931254,
3305
+ 11.713393866416595
3306
+ ],
3307
+ [
3308
+ 37.14370730972843,
3309
+ 11.850594794151519
3310
+ ],
3311
+ [
3312
+ 37.14370730972843,
3313
+ 11.850594794151519
3314
+ ]
3315
+ ]
3316
+ ]
3317
+ }
3318
+ },
3319
+ {
3320
+ type: "Feature",
3321
+ properties: {
3322
+ scalerank: 1,
3323
+ featurecla: "Lake",
3324
+ name: "Lago Titicaca",
3325
+ name_alt: null,
3326
+ admin: null,
3327
+ min_zoom: 1.7,
3328
+ min_label: 3.6
3329
+ },
3330
+ geometry: {
3331
+ type: "Polygon",
3332
+ coordinates: [
3333
+ [
3334
+ [
3335
+ -69.40673987494259,
3336
+ -16.126198825752063
3337
+ ],
3338
+ [
3339
+ -69.7290974595793,
3340
+ -15.928794854397104
3341
+ ],
3342
+ [
3343
+ -69.98365556504908,
3344
+ -15.73717864345884
3345
+ ],
3346
+ [
3347
+ -69.8770212470148,
3348
+ -15.669844252182529
3349
+ ],
3350
+ [
3351
+ -69.8679778713637,
3352
+ -15.546079196843493
3353
+ ],
3354
+ [
3355
+ -69.88559953477524,
3356
+ -15.35425628017606
3357
+ ],
3358
+ [
3359
+ -69.59675411647981,
3360
+ -15.410480238509614
3361
+ ],
3362
+ [
3363
+ -68.98697221543571,
3364
+ -15.885903415594846
3365
+ ],
3366
+ [
3367
+ -68.9596870591856,
3368
+ -15.91329192470954
3369
+ ],
3370
+ [
3371
+ -68.74623755560401,
3372
+ -16.356003920154023
3373
+ ],
3374
+ [
3375
+ -68.90524593776611,
3376
+ -16.506640720284835
3377
+ ],
3378
+ [
3379
+ -69.00115739609983,
3380
+ -16.536406345284952
3381
+ ],
3382
+ [
3383
+ -69.09084184434238,
3384
+ -16.461992282784657
3385
+ ],
3386
+ [
3387
+ -69.18205074733753,
3388
+ -16.40116912197712
3389
+ ],
3390
+ [
3391
+ -69.25098710801488,
3392
+ -16.227536309476427
3393
+ ],
3394
+ [
3395
+ -69.40673987494259,
3396
+ -16.126198825752063
3397
+ ],
3398
+ [
3399
+ -69.40673987494259,
3400
+ -16.126198825752063
3401
+ ]
3402
+ ]
3403
+ ]
3404
+ }
3405
+ },
3406
+ {
3407
+ type: "Feature",
3408
+ properties: {
3409
+ scalerank: 1,
3410
+ featurecla: "Lake",
3411
+ name: "Lake\rWinnipegosis",
3412
+ name_alt: null,
3413
+ admin: null,
3414
+ min_zoom: 1.7,
3415
+ min_label: 3.6
3416
+ },
3417
+ geometry: {
3418
+ type: "Polygon",
3419
+ coordinates: [
3420
+ [
3421
+ [
3422
+ -99.40377193886468,
3423
+ 53.1258531764781
3424
+ ],
3425
+ [
3426
+ -99.54846594928192,
3427
+ 53.120427151087455
3428
+ ],
3429
+ [
3430
+ -99.80498775917877,
3431
+ 53.14290639913442
3432
+ ],
3433
+ [
3434
+ -100.43146114785316,
3435
+ 53.2841897650204
3436
+ ],
3437
+ [
3438
+ -100.60685095905177,
3439
+ 53.531616522833886
3440
+ ],
3441
+ [
3442
+ -100.33487789589965,
3443
+ 53.745246893928496
3444
+ ],
3445
+ [
3446
+ -100.42673275429846,
3447
+ 53.90740753846039
3448
+ ],
3449
+ [
3450
+ -100.4044860501968,
3451
+ 53.94507965760117
3452
+ ],
3453
+ [
3454
+ -100.32629960813921,
3455
+ 54.094011135466346
3456
+ ],
3457
+ [
3458
+ -100.23586585162842,
3459
+ 54.23033356385231
3460
+ ],
3461
+ [
3462
+ -99.99549292682278,
3463
+ 54.215864162810576
3464
+ ],
3465
+ [
3466
+ -100.04778947630214,
3467
+ 54.10013479269293
3468
+ ],
3469
+ [
3470
+ -100.18356930214904,
3471
+ 53.930351874397985
3472
+ ],
3473
+ [
3474
+ -99.87128862180926,
3475
+ 53.928465684619326
3476
+ ],
3477
+ [
3478
+ -99.91066606321566,
3479
+ 53.821314602262134
3480
+ ],
3481
+ [
3482
+ -100.05649695514333,
3483
+ 53.44332733826322
3484
+ ],
3485
+ [
3486
+ -99.66551306842301,
3487
+ 53.29581696228607
3488
+ ],
3489
+ [
3490
+ -99.39317827024485,
3491
+ 53.26791168884846
3492
+ ],
3493
+ [
3494
+ -99.40377193886468,
3495
+ 53.1258531764781
3496
+ ],
3497
+ [
3498
+ -99.40377193886468,
3499
+ 53.1258531764781
3500
+ ]
3501
+ ]
3502
+ ]
3503
+ }
3504
+ },
3505
+ {
3506
+ type: "Feature",
3507
+ properties: {
3508
+ scalerank: 1,
3509
+ featurecla: "Lake",
3510
+ name: "Lake\rOnega",
3511
+ name_alt: null,
3512
+ admin: null,
3513
+ min_zoom: 1.7,
3514
+ min_label: 3.6
3515
+ },
3516
+ geometry: {
3517
+ type: "Polygon",
3518
+ coordinates: [
3519
+ [
3520
+ [
3521
+ 35.71464725112901,
3522
+ 62.2802298041189
3523
+ ],
3524
+ [
3525
+ 36.0541614112866,
3526
+ 61.716310736733874
3527
+ ],
3528
+ [
3529
+ 36.391401808423325,
3530
+ 61.27605337182331
3531
+ ],
3532
+ [
3533
+ 36.10945519383887,
3534
+ 61.01508738874924
3535
+ ],
3536
+ [
3537
+ 35.35074181492962,
3538
+ 60.948579820389625
3539
+ ],
3540
+ [
3541
+ 34.866843702948586,
3542
+ 61.11637319604125
3543
+ ],
3544
+ [
3545
+ 35.207288038887384,
3546
+ 61.114435329830485
3547
+ ],
3548
+ [
3549
+ 35.57832482274313,
3550
+ 61.08634918887975
3551
+ ],
3552
+ [
3553
+ 35.16000410334027,
3554
+ 61.39428904890701
3555
+ ],
3556
+ [
3557
+ 34.85733523940689,
3558
+ 61.55179881453273
3559
+ ],
3560
+ [
3561
+ 34.48691857273877,
3562
+ 61.86697337508076
3563
+ ],
3564
+ [
3565
+ 34.265019972477376,
3566
+ 62.21914826114994
3567
+ ],
3568
+ [
3569
+ 34.289824659977455,
3570
+ 62.29774811466581
3571
+ ],
3572
+ [
3573
+ 34.66561567560399,
3574
+ 62.22979360620195
3575
+ ],
3576
+ [
3577
+ 34.62613488133297,
3578
+ 62.45223480900245
3579
+ ],
3580
+ [
3581
+ 34.8356311378443,
3582
+ 62.29676626245225
3583
+ ],
3584
+ [
3585
+ 35.080267368314026,
3586
+ 62.1411943630377
3587
+ ],
3588
+ [
3589
+ 35.21658979669991,
3590
+ 62.193284206787894
3591
+ ],
3592
+ [
3593
+ 35.463706495919666,
3594
+ 62.2560193955901
3595
+ ],
3596
+ [
3597
+ 35.13969526544963,
3598
+ 62.48776235620312
3599
+ ],
3600
+ [
3601
+ 34.614352654770414,
3602
+ 62.762448432050576
3603
+ ],
3604
+ [
3605
+ 34.99541466649072,
3606
+ 62.748469957115674
3607
+ ],
3608
+ [
3609
+ 35.23395307795005,
3610
+ 62.675347805422575
3611
+ ],
3612
+ [
3613
+ 35.71464725112901,
3614
+ 62.2802298041189
3615
+ ]
3616
+ ]
3617
+ ]
3618
+ }
3619
+ },
3620
+ {
3621
+ type: "Feature",
3622
+ properties: {
3623
+ scalerank: 1,
3624
+ featurecla: "Lake",
3625
+ name: "Great Salt Lake",
3626
+ name_alt: null,
3627
+ admin: null,
3628
+ min_zoom: 1.7,
3629
+ min_label: 3.6
3630
+ },
3631
+ geometry: {
3632
+ type: "Polygon",
3633
+ coordinates: [
3634
+ [
3635
+ [
3636
+ -112.18405127648089,
3637
+ 41.34124949804567
3638
+ ],
3639
+ [
3640
+ -112.13875688357706,
3641
+ 41.142346910154174
3642
+ ],
3643
+ [
3644
+ -112.17193315310845,
3645
+ 40.851460272783186
3646
+ ],
3647
+ [
3648
+ -112.67882727745939,
3649
+ 41.130487168943205
3650
+ ],
3651
+ [
3652
+ -112.70549231652205,
3653
+ 41.16753917089636
3654
+ ],
3655
+ [
3656
+ -112.87814327680917,
3657
+ 41.62815705013003
3658
+ ],
3659
+ [
3660
+ -112.58955624067522,
3661
+ 41.43891795507716
3662
+ ],
3663
+ [
3664
+ -112.40532975955472,
3665
+ 41.33801972102742
3666
+ ],
3667
+ [
3668
+ -112.21901038292629,
3669
+ 41.42855683040267
3670
+ ],
3671
+ [
3672
+ -112.18405127648089,
3673
+ 41.34124949804567
3674
+ ]
3675
+ ]
3676
+ ]
3677
+ }
3678
+ },
3679
+ {
3680
+ type: "Feature",
3681
+ properties: {
3682
+ scalerank: 1,
3683
+ featurecla: "Lake",
3684
+ name: "Great\rBear Lake",
3685
+ name_alt: null,
3686
+ admin: null,
3687
+ min_zoom: 1.7,
3688
+ min_label: 3.6
3689
+ },
3690
+ geometry: {
3691
+ type: "Polygon",
3692
+ coordinates: [
3693
+ [
3694
+ [
3695
+ -117.7592923653704,
3696
+ 66.22368419052789
3697
+ ],
3698
+ [
3699
+ -117.97374955938167,
3700
+ 65.85489533147692
3701
+ ],
3702
+ [
3703
+ -118.10710059291085,
3704
+ 65.76691620550001
3705
+ ],
3706
+ [
3707
+ -119.7200520432652,
3708
+ 65.73479930283061
3709
+ ],
3710
+ [
3711
+ -119.74568355368197,
3712
+ 65.65436493596833
3713
+ ],
3714
+ [
3715
+ -119.6648099371452,
3716
+ 65.52742178004333
3717
+ ],
3718
+ [
3719
+ -119.70219783590836,
3720
+ 65.36794830999061
3721
+ ],
3722
+ [
3723
+ -121.35509436098008,
3724
+ 64.87999359807459
3725
+ ],
3726
+ [
3727
+ -121.33610327211281,
3728
+ 64.99461192489797
3729
+ ],
3730
+ [
3731
+ -120.94527441468938,
3732
+ 65.37774099390991
3733
+ ],
3734
+ [
3735
+ -121.05728308168202,
3736
+ 65.4463414577774
3737
+ ],
3738
+ [
3739
+ -122.56450374412293,
3740
+ 65.0310696478799
3741
+ ],
3742
+ [
3743
+ -123.232705851873,
3744
+ 65.18041453720339
3745
+ ],
3746
+ [
3747
+ -123.17963415590926,
3748
+ 65.31937246363624
3749
+ ],
3750
+ [
3751
+ -122.32599117087979,
3752
+ 65.79378795029179
3753
+ ],
3754
+ [
3755
+ -122.35622188377054,
3756
+ 65.90184337021411
3757
+ ],
3758
+ [
3759
+ -124.95363440005697,
3760
+ 66.04925039332666
3761
+ ],
3762
+ [
3763
+ -124.89753963280414,
3764
+ 66.15115631780624
3765
+ ],
3766
+ [
3767
+ -119.48724971579031,
3768
+ 66.96929759385118
3769
+ ],
3770
+ [
3771
+ -119.35743771042887,
3772
+ 66.87519481064767
3773
+ ],
3774
+ [
3775
+ -120.1769492193738,
3776
+ 66.46527151149239
3777
+ ],
3778
+ [
3779
+ -117.60545162643749,
3780
+ 66.55934845647975
3781
+ ],
3782
+ [
3783
+ -117.61278967982294,
3784
+ 66.41997711858856
3785
+ ],
3786
+ [
3787
+ -117.7592923653704,
3788
+ 66.22368419052789
3789
+ ],
3790
+ [
3791
+ -117.7592923653704,
3792
+ 66.22368419052789
3793
+ ]
3794
+ ]
3795
+ ]
3796
+ }
3797
+ },
3798
+ {
3799
+ type: "Feature",
3800
+ properties: {
3801
+ scalerank: 1,
3802
+ featurecla: "Lake",
3803
+ name: "Lake Athabasca",
3804
+ name_alt: null,
3805
+ admin: null,
3806
+ min_zoom: 1.7,
3807
+ min_label: 3.6
3808
+ },
3809
+ geometry: {
3810
+ type: "Polygon",
3811
+ coordinates: [
3812
+ [
3813
+ [
3814
+ -109.65330135785099,
3815
+ 59.03763703066841
3816
+ ],
3817
+ [
3818
+ -111.08626298708849,
3819
+ 58.56017263450765
3820
+ ],
3821
+ [
3822
+ -111.19948605023998,
3823
+ 58.685565497463884
3824
+ ],
3825
+ [
3826
+ -111.160005255969,
3827
+ 58.75985036888345
3828
+ ],
3829
+ [
3830
+ -109.09672034385136,
3831
+ 59.55042226830068
3832
+ ],
3833
+ [
3834
+ -106.54517066122398,
3835
+ 59.31968699811746
3836
+ ],
3837
+ [
3838
+ -106.54695349813804,
3839
+ 59.292815253325685
3840
+ ],
3841
+ [
3842
+ -109.65330135785099,
3843
+ 59.03763703066841
3844
+ ],
3845
+ [
3846
+ -109.65330135785099,
3847
+ 59.03763703066841
3848
+ ]
3849
+ ]
3850
+ ]
3851
+ }
3852
+ },
3853
+ {
3854
+ type: "Feature",
3855
+ properties: {
3856
+ scalerank: 1,
3857
+ featurecla: "Lake",
3858
+ name: "Reindeer\rLake",
3859
+ name_alt: null,
3860
+ admin: null,
3861
+ min_zoom: 1.7,
3862
+ min_label: 3.6
3863
+ },
3864
+ geometry: {
3865
+ type: "Polygon",
3866
+ coordinates: [
3867
+ [
3868
+ [
3869
+ -101.89514441608819,
3870
+ 58.01403025983099
3871
+ ],
3872
+ [
3873
+ -101.89514441608819,
3874
+ 58.01403025983099
3875
+ ],
3876
+ [
3877
+ -101.54384802936804,
3878
+ 57.86809601503873
3879
+ ],
3880
+ [
3881
+ -101.97090206582807,
3882
+ 57.34867035585697
3883
+ ],
3884
+ [
3885
+ -101.93403093138781,
3886
+ 57.23066722271848
3887
+ ],
3888
+ [
3889
+ -103.20416012247362,
3890
+ 56.34539826112639
3891
+ ],
3892
+ [
3893
+ -103.2825015938281,
3894
+ 56.40994212505895
3895
+ ],
3896
+ [
3897
+ -103.1487371488406,
3898
+ 56.70411021588043
3899
+ ],
3900
+ [
3901
+ -103.07832800984292,
3902
+ 56.71080231386223
3903
+ ],
3904
+ [
3905
+ -103.01440426309787,
3906
+ 56.56510061301529
3907
+ ],
3908
+ [
3909
+ -102.57680823445028,
3910
+ 56.938281968811054
3911
+ ],
3912
+ [
3913
+ -102.81322791218561,
3914
+ 57.28714956321349
3915
+ ],
3916
+ [
3917
+ -102.81369300007623,
3918
+ 57.46434804954232
3919
+ ],
3920
+ [
3921
+ -102.12874772826359,
3922
+ 58.01914622662788
3923
+ ],
3924
+ [
3925
+ -101.89514441608819,
3926
+ 58.01403025983099
3927
+ ]
3928
+ ]
3929
+ ]
3930
+ }
3931
+ },
3932
+ {
3933
+ type: "Feature",
3934
+ properties: {
3935
+ scalerank: 0,
3936
+ featurecla: "Lake",
3937
+ name: "Lake\rHuron",
3938
+ name_alt: null,
3939
+ admin: "admin-0",
3940
+ min_zoom: 1,
3941
+ min_label: 3
3942
+ },
3943
+ geometry: {
3944
+ type: "Polygon",
3945
+ coordinates: [
3946
+ [
3947
+ [
3948
+ -80.41056433787725,
3949
+ 45.590137437515665
3950
+ ],
3951
+ [
3952
+ -79.76292945017934,
3953
+ 44.824602769543844
3954
+ ],
3955
+ [
3956
+ -80.08500281443844,
3957
+ 44.493925279308144
3958
+ ],
3959
+ [
3960
+ -80.89769222687659,
3961
+ 44.63164297136599
3962
+ ],
3963
+ [
3964
+ -81.40233842642287,
3965
+ 45.25005483660284
3966
+ ],
3967
+ [
3968
+ -81.27567949087549,
3969
+ 44.6201708033972
3970
+ ],
3971
+ [
3972
+ -81.75265296092948,
3973
+ 44.06464915625956
3974
+ ],
3975
+ [
3976
+ -81.70017554393709,
3977
+ 43.590052802090995
3978
+ ],
3979
+ [
3980
+ -81.78272864452336,
3981
+ 43.310845038417995
3982
+ ],
3983
+ [
3984
+ -82.43000179719522,
3985
+ 42.98001251888543
3986
+ ],
3987
+ [
3988
+ -82.4799987454376,
3989
+ 43.39001333268915
3990
+ ],
3991
+ [
3992
+ -82.6599877591102,
3993
+ 43.970003770516996
3994
+ ],
3995
+ [
3996
+ -83.02999101432,
3997
+ 44.06999766700177
3998
+ ],
3999
+ [
4000
+ -83.6500048489579,
4001
+ 43.62999868425261
4002
+ ],
4003
+ [
4004
+ -83.84870073112015,
4005
+ 43.63831858985161
4006
+ ],
4007
+ [
4008
+ -83.89998959016984,
4009
+ 43.88998281511303
4010
+ ],
4011
+ [
4012
+ -83.34999732128743,
4013
+ 44.29001007748441
4014
+ ],
4015
+ [
4016
+ -83.25878841829228,
4017
+ 44.74574453386644
4018
+ ],
4019
+ [
4020
+ -83.33999793163895,
4021
+ 45.200006211928155
4022
+ ],
4023
+ [
4024
+ -84.08000444205858,
4025
+ 45.58998240821879
4026
+ ],
4027
+ [
4028
+ -84.93000423861146,
4029
+ 45.789996039404485
4030
+ ],
4031
+ [
4032
+ -84.75355506055087,
4033
+ 45.924483954444085
4034
+ ],
4035
+ [
4036
+ -84.71999121777729,
4037
+ 45.91998810483469
4038
+ ],
4039
+ [
4040
+ -83.83919226757845,
4041
+ 46.010215155616294
4042
+ ],
4043
+ [
4044
+ -84.33670711946846,
4045
+ 46.40876963966737
4046
+ ],
4047
+ [
4048
+ -84.14870825879063,
4049
+ 46.55576325132161
4050
+ ],
4051
+ [
4052
+ -83.95257036002683,
4053
+ 46.334278062518635
4054
+ ],
4055
+ [
4056
+ -83.20251278352643,
4057
+ 46.21015127215355
4058
+ ],
4059
+ [
4060
+ -82.44199072948692,
4061
+ 46.19963511818216
4062
+ ],
4063
+ [
4064
+ -81.63136837434045,
4065
+ 46.09754832618957
4066
+ ],
4067
+ [
4068
+ -80.73679765493583,
4069
+ 45.90381338152733
4070
+ ],
4071
+ [
4072
+ -80.41056433787725,
4073
+ 45.590137437515665
4074
+ ]
4075
+ ]
4076
+ ]
4077
+ }
4078
+ },
4079
+ {
4080
+ type: "Feature",
4081
+ properties: {
4082
+ scalerank: 0,
4083
+ featurecla: "Lake",
4084
+ name: "Lake\rMichigan",
4085
+ name_alt: null,
4086
+ admin: "admin-0",
4087
+ min_zoom: 1,
4088
+ min_label: 3
4089
+ },
4090
+ geometry: {
4091
+ type: "Polygon",
4092
+ coordinates: [
4093
+ [
4094
+ [
4095
+ -85.53999284538475,
4096
+ 46.03000722918408
4097
+ ],
4098
+ [
4099
+ -84.75355506055087,
4100
+ 45.924483954444085
4101
+ ],
4102
+ [
4103
+ -84.93000423861146,
4104
+ 45.789996039404485
4105
+ ],
4106
+ [
4107
+ -85.06999569369015,
4108
+ 45.40999339454619
4109
+ ],
4110
+ [
4111
+ -85.29044735384727,
4112
+ 45.30824249936349
4113
+ ],
4114
+ [
4115
+ -85.46710323763705,
4116
+ 44.81457754167923
4117
+ ],
4118
+ [
4119
+ -85.55999162468169,
4120
+ 45.150009263685774
4121
+ ],
4122
+ [
4123
+ -85.95983801954006,
4124
+ 44.91059235287753
4125
+ ],
4126
+ [
4127
+ -86.20935767286137,
4128
+ 44.574798895844935
4129
+ ],
4130
+ [
4131
+ -86.47027197950304,
4132
+ 44.08423452409818
4133
+ ],
4134
+ [
4135
+ -86.52001054558397,
4136
+ 43.65999685319804
4137
+ ],
4138
+ [
4139
+ -86.18842871778315,
4140
+ 43.04140412044818
4141
+ ],
4142
+ [
4143
+ -86.21604977084317,
4144
+ 42.38170278581012
4145
+ ],
4146
+ [
4147
+ -86.62191647006355,
4148
+ 41.8944198675139
4149
+ ],
4150
+ [
4151
+ -86.8244364082154,
4152
+ 41.75618541113313
4153
+ ],
4154
+ [
4155
+ -87.09444576694042,
4156
+ 41.64616628678374
4157
+ ],
4158
+ [
4159
+ -87.4342183092595,
4160
+ 41.640714423176945
4161
+ ],
4162
+ [
4163
+ -87.52617652052288,
4164
+ 41.70851390234388
4165
+ ],
4166
+ [
4167
+ -87.79569495314115,
4168
+ 42.23411489518453
4169
+ ],
4170
+ [
4171
+ -87.80344641798493,
4172
+ 42.49399567318035
4173
+ ],
4174
+ [
4175
+ -87.77672970249003,
4176
+ 42.740853990238634
4177
+ ],
4178
+ [
4179
+ -87.90214840366241,
4180
+ 43.23051402442029
4181
+ ],
4182
+ [
4183
+ -87.71221167677363,
4184
+ 43.79650014909703
4185
+ ],
4186
+ [
4187
+ -87.486359829442,
4188
+ 44.49335683855294
4189
+ ],
4190
+ [
4191
+ -86.9674767727993,
4192
+ 45.26287059181122
4193
+ ],
4194
+ [
4195
+ -87.11806189649782,
4196
+ 45.25933075619923
4197
+ ],
4198
+ [
4199
+ -87.85282324903983,
4200
+ 44.61505483660031
4201
+ ],
4202
+ [
4203
+ -87.98831885450912,
4204
+ 44.73331635190026
4205
+ ],
4206
+ [
4207
+ -87.5964306302237,
4208
+ 45.093707790703775
4209
+ ],
4210
+ [
4211
+ -87.00000708692704,
4212
+ 45.73999909116209
4213
+ ],
4214
+ [
4215
+ -86.31999691439827,
4216
+ 45.829993597998396
4217
+ ],
4218
+ [
4219
+ -85.53999284538475,
4220
+ 46.03000722918408
4221
+ ]
4222
+ ]
4223
+ ]
4224
+ }
4225
+ }
4226
+ ], mi = {
4227
+ type: ci,
4228
+ features: di
4229
+ };
4230
+ function fi(e) {
4231
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
4232
+ }
4233
+ var pi = yi, $e, ve, C, Ke, qe, hi = [
4234
+ "Point",
4235
+ "MultiPoint",
4236
+ "LineString",
4237
+ "MultiLineString",
4238
+ "Polygon",
4239
+ "MultiPolygon",
4240
+ "GeometryCollection"
4241
+ ];
4242
+ function yi(e) {
4243
+ Ke = 2, qe = Math.pow(10, 6), C = null, $e = [], ve = [];
4244
+ var t = e.readFields(_i, {});
4245
+ return $e = null, t;
4246
+ }
4247
+ function _i(e, t, n) {
4248
+ e === 1 ? $e.push(n.readString()) : e === 2 ? Ke = n.readVarint() : e === 3 ? qe = Math.pow(10, n.readVarint()) : e === 4 ? gi(n, t) : e === 5 ? On(n, t) : e === 6 && Et(n, t);
4249
+ }
4250
+ function gi(e, t) {
4251
+ return t.type = "FeatureCollection", t.features = [], e.readMessage(wi, t);
4252
+ }
4253
+ function On(e, t) {
4254
+ t.type = "Feature";
4255
+ var n = e.readMessage(vi, t);
4256
+ return "geometry" in n || (n.geometry = null), n;
4257
+ }
4258
+ function Et(e, t) {
4259
+ return t.type = "Point", e.readMessage(xi, t);
4260
+ }
4261
+ function wi(e, t, n) {
4262
+ e === 1 ? t.features.push(On(n, {})) : e === 13 ? ve.push(Rt(n)) : e === 15 && We(n, t);
4263
+ }
4264
+ function vi(e, t, n) {
4265
+ e === 1 ? t.geometry = Et(n, {}) : e === 11 ? t.id = n.readString() : e === 12 ? t.id = n.readSVarint() : e === 13 ? ve.push(Rt(n)) : e === 14 ? t.properties = We(n, {}) : e === 15 && We(n, t);
4266
+ }
4267
+ function xi(e, t, n) {
4268
+ e === 1 ? t.type = hi[n.readVarint()] : e === 2 ? C = n.readPackedVarint() : e === 3 ? Fi(t, n, t.type) : e === 4 ? (t.geometries = t.geometries || [], t.geometries.push(Et(n, {}))) : e === 13 ? ve.push(Rt(n)) : e === 15 && We(n, t);
4269
+ }
4270
+ function Fi(e, t, n) {
4271
+ n === "Point" ? e.coordinates = Mi(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 = Ti(t));
4272
+ }
4273
+ function Rt(e) {
4274
+ for (var t = e.readVarint() + e.pos, n = null; e.pos < t; ) {
4275
+ var a = e.readVarint(), i = a >> 3;
4276
+ 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()));
4277
+ }
4278
+ return n;
4279
+ }
4280
+ function We(e, t) {
4281
+ for (var n = e.readVarint() + e.pos; e.pos < n; ) t[$e[e.readVarint()]] = ve[e.readVarint()];
4282
+ return ve = [], t;
4283
+ }
4284
+ function Mi(e) {
4285
+ for (var t = e.readVarint() + e.pos, n = []; e.pos < t; ) n.push(e.readSVarint() / qe);
4286
+ return n;
4287
+ }
4288
+ function Oe(e, t, n, a) {
4289
+ var i = 0, o = [], l, m, f = [];
4290
+ for (m = 0; m < Ke; m++) f[m] = 0;
4291
+ for (; n ? i < n : e.pos < t; ) {
4292
+ for (l = [], m = 0; m < Ke; m++)
4293
+ f[m] += e.readSVarint(), l[m] = f[m] / qe;
4294
+ o.push(l), i++;
4295
+ }
4296
+ return a && o.push(o[0]), o;
4297
+ }
4298
+ function gn(e) {
4299
+ return Oe(e, e.readVarint() + e.pos);
4300
+ }
4301
+ function wn(e, t) {
4302
+ var n = e.readVarint() + e.pos;
4303
+ if (!C) return [Oe(e, n, null, t)];
4304
+ for (var a = [], i = 0; i < C.length; i++) a.push(Oe(e, n, C[i], t));
4305
+ return C = null, a;
4306
+ }
4307
+ function Ti(e) {
4308
+ var t = e.readVarint() + e.pos;
4309
+ if (!C) return [[Oe(e, t, null, !0)]];
4310
+ for (var n = [], a = 1, i = 0; i < C[0]; i++) {
4311
+ for (var o = [], l = 0; l < C[a]; l++) o.push(Oe(e, t, C[a + 1 + l], !0));
4312
+ a += C[a] + 1, n.push(o);
4313
+ }
4314
+ return C = null, n;
4315
+ }
4316
+ var Si = pi, Ot = {};
4317
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
4318
+ Ot.read = function(e, t, n, a, i) {
4319
+ var o, l, m = i * 8 - a - 1, f = (1 << m) - 1, d = f >> 1, c = -7, y = n ? i - 1 : 0, w = n ? -1 : 1, g = e[t + y];
4320
+ for (y += w, o = g & (1 << -c) - 1, g >>= -c, c += m; c > 0; o = o * 256 + e[t + y], y += w, c -= 8)
4321
+ ;
4322
+ for (l = o & (1 << -c) - 1, o >>= -c, c += a; c > 0; l = l * 256 + e[t + y], y += w, c -= 8)
4323
+ ;
4324
+ if (o === 0)
4325
+ o = 1 - d;
4326
+ else {
4327
+ if (o === f)
4328
+ return l ? NaN : (g ? -1 : 1) * (1 / 0);
4329
+ l = l + Math.pow(2, a), o = o - d;
4330
+ }
4331
+ return (g ? -1 : 1) * l * Math.pow(2, o - a);
4332
+ };
4333
+ Ot.write = function(e, t, n, a, i, o) {
4334
+ var l, m, f, d = o * 8 - i - 1, c = (1 << d) - 1, y = c >> 1, w = i === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0, g = a ? 0 : o - 1, M = a ? 1 : -1, T = t < 0 || t === 0 && 1 / t < 0 ? 1 : 0;
4335
+ for (t = Math.abs(t), isNaN(t) || t === 1 / 0 ? (m = isNaN(t) ? 1 : 0, l = c) : (l = Math.floor(Math.log(t) / Math.LN2), t * (f = Math.pow(2, -l)) < 1 && (l--, f *= 2), l + y >= 1 ? t += w / f : t += w * Math.pow(2, 1 - y), t * f >= 2 && (l++, f /= 2), l + y >= c ? (m = 0, l = c) : l + y >= 1 ? (m = (t * f - 1) * Math.pow(2, i), l = l + y) : (m = t * Math.pow(2, y - 1) * Math.pow(2, i), l = 0)); i >= 8; e[n + g] = m & 255, g += M, m /= 256, i -= 8)
4336
+ ;
4337
+ for (l = l << i | m, d += i; d > 0; e[n + g] = l & 255, g += M, l /= 256, d -= 8)
4338
+ ;
4339
+ e[n + g - M] |= T * 128;
4340
+ };
4341
+ var Di = x, Ve = Ot;
4342
+ function x(e) {
4343
+ this.buf = ArrayBuffer.isView && ArrayBuffer.isView(e) ? e : new Uint8Array(e || 0), this.pos = 0, this.type = 0, this.length = this.buf.length;
4344
+ }
4345
+ x.Varint = 0;
4346
+ x.Fixed64 = 1;
4347
+ x.Bytes = 2;
4348
+ x.Fixed32 = 5;
4349
+ var St = 65536 * 65536, vn = 1 / St, Ni = 12, bn = typeof TextDecoder > "u" ? null : new TextDecoder("utf-8");
4350
+ x.prototype = {
4351
+ destroy: function() {
4352
+ this.buf = null;
4353
+ },
4354
+ // === READING =================================================================
4355
+ readFields: function(e, t, n) {
4356
+ for (n = n || this.length; this.pos < n; ) {
4357
+ var a = this.readVarint(), i = a >> 3, o = this.pos;
4358
+ this.type = a & 7, e(i, t, this), this.pos === o && this.skip(a);
4359
+ }
4360
+ return t;
4361
+ },
4362
+ readMessage: function(e, t) {
4363
+ return this.readFields(e, t, this.readVarint() + this.pos);
4364
+ },
4365
+ readFixed32: function() {
4366
+ var e = Ye(this.buf, this.pos);
4367
+ return this.pos += 4, e;
4368
+ },
4369
+ readSFixed32: function() {
4370
+ var e = Fn(this.buf, this.pos);
4371
+ return this.pos += 4, e;
4372
+ },
4373
+ // 64-bit int handling is based on github.com/dpw/node-buffer-more-ints (MIT-licensed)
4374
+ readFixed64: function() {
4375
+ var e = Ye(this.buf, this.pos) + Ye(this.buf, this.pos + 4) * St;
4376
+ return this.pos += 8, e;
4377
+ },
4378
+ readSFixed64: function() {
4379
+ var e = Ye(this.buf, this.pos) + Fn(this.buf, this.pos + 4) * St;
4380
+ return this.pos += 8, e;
4381
+ },
4382
+ readFloat: function() {
4383
+ var e = Ve.read(this.buf, this.pos, !0, 23, 4);
4384
+ return this.pos += 4, e;
4385
+ },
4386
+ readDouble: function() {
4387
+ var e = Ve.read(this.buf, this.pos, !0, 52, 8);
4388
+ return this.pos += 8, e;
4389
+ },
4390
+ readVarint: function(e) {
4391
+ var t = this.buf, n, a;
4392
+ 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, ki(n, e, this));
4393
+ },
4394
+ readVarint64: function() {
4395
+ return this.readVarint(!0);
4396
+ },
4397
+ readSVarint: function() {
4398
+ var e = this.readVarint();
4399
+ return e % 2 === 1 ? (e + 1) / -2 : e / 2;
4400
+ },
4401
+ readBoolean: function() {
4402
+ return !!this.readVarint();
4403
+ },
4404
+ readString: function() {
4405
+ var e = this.readVarint() + this.pos, t = this.pos;
4406
+ return this.pos = e, e - t >= Ni && bn ? Vi(this.buf, t, e) : Hi(this.buf, t, e);
4407
+ },
4408
+ readBytes: function() {
4409
+ var e = this.readVarint() + this.pos, t = this.buf.subarray(this.pos, e);
4410
+ return this.pos = e, t;
4411
+ },
4412
+ // verbose for performance reasons; doesn't affect gzipped size
4413
+ readPackedVarint: function(e, t) {
4414
+ if (this.type !== x.Bytes) return e.push(this.readVarint(t));
4415
+ var n = J(this);
4416
+ for (e = e || []; this.pos < n; ) e.push(this.readVarint(t));
4417
+ return e;
4418
+ },
4419
+ readPackedSVarint: function(e) {
4420
+ if (this.type !== x.Bytes) return e.push(this.readSVarint());
4421
+ var t = J(this);
4422
+ for (e = e || []; this.pos < t; ) e.push(this.readSVarint());
4423
+ return e;
4424
+ },
4425
+ readPackedBoolean: function(e) {
4426
+ if (this.type !== x.Bytes) return e.push(this.readBoolean());
4427
+ var t = J(this);
4428
+ for (e = e || []; this.pos < t; ) e.push(this.readBoolean());
4429
+ return e;
4430
+ },
4431
+ readPackedFloat: function(e) {
4432
+ if (this.type !== x.Bytes) return e.push(this.readFloat());
4433
+ var t = J(this);
4434
+ for (e = e || []; this.pos < t; ) e.push(this.readFloat());
4435
+ return e;
4436
+ },
4437
+ readPackedDouble: function(e) {
4438
+ if (this.type !== x.Bytes) return e.push(this.readDouble());
4439
+ var t = J(this);
4440
+ for (e = e || []; this.pos < t; ) e.push(this.readDouble());
4441
+ return e;
4442
+ },
4443
+ readPackedFixed32: function(e) {
4444
+ if (this.type !== x.Bytes) return e.push(this.readFixed32());
4445
+ var t = J(this);
4446
+ for (e = e || []; this.pos < t; ) e.push(this.readFixed32());
4447
+ return e;
4448
+ },
4449
+ readPackedSFixed32: function(e) {
4450
+ if (this.type !== x.Bytes) return e.push(this.readSFixed32());
4451
+ var t = J(this);
4452
+ for (e = e || []; this.pos < t; ) e.push(this.readSFixed32());
4453
+ return e;
4454
+ },
4455
+ readPackedFixed64: function(e) {
4456
+ if (this.type !== x.Bytes) return e.push(this.readFixed64());
4457
+ var t = J(this);
4458
+ for (e = e || []; this.pos < t; ) e.push(this.readFixed64());
4459
+ return e;
4460
+ },
4461
+ readPackedSFixed64: function(e) {
4462
+ if (this.type !== x.Bytes) return e.push(this.readSFixed64());
4463
+ var t = J(this);
4464
+ for (e = e || []; this.pos < t; ) e.push(this.readSFixed64());
4465
+ return e;
4466
+ },
4467
+ skip: function(e) {
4468
+ var t = e & 7;
4469
+ if (t === x.Varint) for (; this.buf[this.pos++] > 127; )
4470
+ ;
4471
+ else if (t === x.Bytes) this.pos = this.readVarint() + this.pos;
4472
+ else if (t === x.Fixed32) this.pos += 4;
4473
+ else if (t === x.Fixed64) this.pos += 8;
4474
+ else throw new Error("Unimplemented type: " + t);
4475
+ },
4476
+ // === WRITING =================================================================
4477
+ writeTag: function(e, t) {
4478
+ this.writeVarint(e << 3 | t);
4479
+ },
4480
+ realloc: function(e) {
4481
+ for (var t = this.length || 16; t < this.pos + e; ) t *= 2;
4482
+ if (t !== this.length) {
4483
+ var n = new Uint8Array(t);
4484
+ n.set(this.buf), this.buf = n, this.length = t;
4485
+ }
4486
+ },
4487
+ finish: function() {
4488
+ return this.length = this.pos, this.pos = 0, this.buf.subarray(0, this.length);
4489
+ },
4490
+ writeFixed32: function(e) {
4491
+ this.realloc(4), _e(this.buf, e, this.pos), this.pos += 4;
4492
+ },
4493
+ writeSFixed32: function(e) {
4494
+ this.realloc(4), _e(this.buf, e, this.pos), this.pos += 4;
4495
+ },
4496
+ writeFixed64: function(e) {
4497
+ this.realloc(8), _e(this.buf, e & -1, this.pos), _e(this.buf, Math.floor(e * vn), this.pos + 4), this.pos += 8;
4498
+ },
4499
+ writeSFixed64: function(e) {
4500
+ this.realloc(8), _e(this.buf, e & -1, this.pos), _e(this.buf, Math.floor(e * vn), this.pos + 4), this.pos += 8;
4501
+ },
4502
+ writeVarint: function(e) {
4503
+ if (e = +e || 0, e > 268435455 || e < 0) {
4504
+ Ei(e, this);
4505
+ return;
4506
+ }
4507
+ 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)));
4508
+ },
4509
+ writeSVarint: function(e) {
4510
+ this.writeVarint(e < 0 ? -e * 2 - 1 : e * 2);
4511
+ },
4512
+ writeBoolean: function(e) {
4513
+ this.writeVarint(!!e);
4514
+ },
4515
+ writeString: function(e) {
4516
+ e = String(e), this.realloc(e.length * 4), this.pos++;
4517
+ var t = this.pos;
4518
+ this.pos = Yi(this.buf, e, this.pos);
4519
+ var n = this.pos - t;
4520
+ n >= 128 && xn(t, n, this), this.pos = t - 1, this.writeVarint(n), this.pos += n;
4521
+ },
4522
+ writeFloat: function(e) {
4523
+ this.realloc(4), Ve.write(this.buf, e, this.pos, !0, 23, 4), this.pos += 4;
4524
+ },
4525
+ writeDouble: function(e) {
4526
+ this.realloc(8), Ve.write(this.buf, e, this.pos, !0, 52, 8), this.pos += 8;
4527
+ },
4528
+ writeBytes: function(e) {
4529
+ var t = e.length;
4530
+ this.writeVarint(t), this.realloc(t);
4531
+ for (var n = 0; n < t; n++) this.buf[this.pos++] = e[n];
4532
+ },
4533
+ writeRawMessage: function(e, t) {
4534
+ this.pos++;
4535
+ var n = this.pos;
4536
+ e(t, this);
4537
+ var a = this.pos - n;
4538
+ a >= 128 && xn(n, a, this), this.pos = n - 1, this.writeVarint(a), this.pos += a;
4539
+ },
4540
+ writeMessage: function(e, t, n) {
4541
+ this.writeTag(e, x.Bytes), this.writeRawMessage(t, n);
4542
+ },
4543
+ writePackedVarint: function(e, t) {
4544
+ t.length && this.writeMessage(e, bi, t);
4545
+ },
4546
+ writePackedSVarint: function(e, t) {
4547
+ t.length && this.writeMessage(e, Gi, t);
4548
+ },
4549
+ writePackedBoolean: function(e, t) {
4550
+ t.length && this.writeMessage(e, Pi, t);
4551
+ },
4552
+ writePackedFloat: function(e, t) {
4553
+ t.length && this.writeMessage(e, Li, t);
4554
+ },
4555
+ writePackedDouble: function(e, t) {
4556
+ t.length && this.writeMessage(e, Ii, t);
4557
+ },
4558
+ writePackedFixed32: function(e, t) {
4559
+ t.length && this.writeMessage(e, Ui, t);
4560
+ },
4561
+ writePackedSFixed32: function(e, t) {
4562
+ t.length && this.writeMessage(e, Ci, t);
4563
+ },
4564
+ writePackedFixed64: function(e, t) {
4565
+ t.length && this.writeMessage(e, Ai, t);
4566
+ },
4567
+ writePackedSFixed64: function(e, t) {
4568
+ t.length && this.writeMessage(e, Bi, t);
4569
+ },
4570
+ writeBytesField: function(e, t) {
4571
+ this.writeTag(e, x.Bytes), this.writeBytes(t);
4572
+ },
4573
+ writeFixed32Field: function(e, t) {
4574
+ this.writeTag(e, x.Fixed32), this.writeFixed32(t);
4575
+ },
4576
+ writeSFixed32Field: function(e, t) {
4577
+ this.writeTag(e, x.Fixed32), this.writeSFixed32(t);
4578
+ },
4579
+ writeFixed64Field: function(e, t) {
4580
+ this.writeTag(e, x.Fixed64), this.writeFixed64(t);
4581
+ },
4582
+ writeSFixed64Field: function(e, t) {
4583
+ this.writeTag(e, x.Fixed64), this.writeSFixed64(t);
4584
+ },
4585
+ writeVarintField: function(e, t) {
4586
+ this.writeTag(e, x.Varint), this.writeVarint(t);
4587
+ },
4588
+ writeSVarintField: function(e, t) {
4589
+ this.writeTag(e, x.Varint), this.writeSVarint(t);
4590
+ },
4591
+ writeStringField: function(e, t) {
4592
+ this.writeTag(e, x.Bytes), this.writeString(t);
4593
+ },
4594
+ writeFloatField: function(e, t) {
4595
+ this.writeTag(e, x.Fixed32), this.writeFloat(t);
4596
+ },
4597
+ writeDoubleField: function(e, t) {
4598
+ this.writeTag(e, x.Fixed64), this.writeDouble(t);
4599
+ },
4600
+ writeBooleanField: function(e, t) {
4601
+ this.writeVarintField(e, !!t);
4602
+ }
4603
+ };
4604
+ function ki(e, t, n) {
4605
+ var a = n.buf, i, o;
4606
+ 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 ye(e, i, t);
4607
+ throw new Error("Expected varint not more than 10 bytes");
4608
+ }
4609
+ function J(e) {
4610
+ return e.type === x.Bytes ? e.readVarint() + e.pos : e.pos + 1;
4611
+ }
4612
+ function ye(e, t, n) {
4613
+ return n ? t * 4294967296 + (e >>> 0) : (t >>> 0) * 4294967296 + (e >>> 0);
4614
+ }
4615
+ function Ei(e, t) {
4616
+ var n, a;
4617
+ 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)
4618
+ throw new Error("Given varint doesn't fit into 10 bytes");
4619
+ t.realloc(10), Ri(n, a, t), Oi(a, t);
4620
+ }
4621
+ function Ri(e, t, n) {
4622
+ 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;
4623
+ }
4624
+ function Oi(e, t) {
4625
+ var n = (e & 7) << 4;
4626
+ 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)))));
4627
+ }
4628
+ function xn(e, t, n) {
4629
+ var a = t <= 16383 ? 1 : t <= 2097151 ? 2 : t <= 268435455 ? 3 : Math.floor(Math.log(t) / (Math.LN2 * 7));
4630
+ n.realloc(a);
4631
+ for (var i = n.pos - 1; i >= e; i--) n.buf[i + a] = n.buf[i];
4632
+ }
4633
+ function bi(e, t) {
4634
+ for (var n = 0; n < e.length; n++) t.writeVarint(e[n]);
4635
+ }
4636
+ function Gi(e, t) {
4637
+ for (var n = 0; n < e.length; n++) t.writeSVarint(e[n]);
4638
+ }
4639
+ function Li(e, t) {
4640
+ for (var n = 0; n < e.length; n++) t.writeFloat(e[n]);
4641
+ }
4642
+ function Ii(e, t) {
4643
+ for (var n = 0; n < e.length; n++) t.writeDouble(e[n]);
4644
+ }
4645
+ function Pi(e, t) {
4646
+ for (var n = 0; n < e.length; n++) t.writeBoolean(e[n]);
4647
+ }
4648
+ function Ui(e, t) {
4649
+ for (var n = 0; n < e.length; n++) t.writeFixed32(e[n]);
4650
+ }
4651
+ function Ci(e, t) {
4652
+ for (var n = 0; n < e.length; n++) t.writeSFixed32(e[n]);
4653
+ }
4654
+ function Ai(e, t) {
4655
+ for (var n = 0; n < e.length; n++) t.writeFixed64(e[n]);
4656
+ }
4657
+ function Bi(e, t) {
4658
+ for (var n = 0; n < e.length; n++) t.writeSFixed64(e[n]);
4659
+ }
4660
+ function Ye(e, t) {
4661
+ return (e[t] | e[t + 1] << 8 | e[t + 2] << 16) + e[t + 3] * 16777216;
4662
+ }
4663
+ function _e(e, t, n) {
4664
+ e[n] = t, e[n + 1] = t >>> 8, e[n + 2] = t >>> 16, e[n + 3] = t >>> 24;
4665
+ }
4666
+ function Fn(e, t) {
4667
+ return (e[t] | e[t + 1] << 8 | e[t + 2] << 16) + (e[t + 3] << 24);
4668
+ }
4669
+ function Hi(e, t, n) {
4670
+ for (var a = "", i = t; i < n; ) {
4671
+ var o = e[i], l = null, m = o > 239 ? 4 : o > 223 ? 3 : o > 191 ? 2 : 1;
4672
+ if (i + m > n) break;
4673
+ var f, d, c;
4674
+ m === 1 ? o < 128 && (l = o) : m === 2 ? (f = e[i + 1], (f & 192) === 128 && (l = (o & 31) << 6 | f & 63, l <= 127 && (l = null))) : m === 3 ? (f = e[i + 1], d = e[i + 2], (f & 192) === 128 && (d & 192) === 128 && (l = (o & 15) << 12 | (f & 63) << 6 | d & 63, (l <= 2047 || l >= 55296 && l <= 57343) && (l = null))) : m === 4 && (f = e[i + 1], d = e[i + 2], c = e[i + 3], (f & 192) === 128 && (d & 192) === 128 && (c & 192) === 128 && (l = (o & 15) << 18 | (f & 63) << 12 | (d & 63) << 6 | c & 63, (l <= 65535 || l >= 1114112) && (l = null))), l === null ? (l = 65533, m = 1) : l > 65535 && (l -= 65536, a += String.fromCharCode(l >>> 10 & 1023 | 55296), l = 56320 | l & 1023), a += String.fromCharCode(l), i += m;
4675
+ }
4676
+ return a;
4677
+ }
4678
+ function Vi(e, t, n) {
4679
+ return bn.decode(e.subarray(t, n));
4680
+ }
4681
+ function Yi(e, t, n) {
4682
+ for (var a = 0, i, o; a < t.length; a++) {
4683
+ if (i = t.charCodeAt(a), i > 55295 && i < 57344)
4684
+ if (o)
4685
+ if (i < 56320) {
4686
+ e[n++] = 239, e[n++] = 191, e[n++] = 189, o = i;
4687
+ continue;
4688
+ } else
4689
+ i = o - 55296 << 10 | i - 56320 | 65536, o = null;
4690
+ else {
4691
+ i > 56319 || a + 1 === t.length ? (e[n++] = 239, e[n++] = 191, e[n++] = 189) : o = i;
4692
+ continue;
4693
+ }
4694
+ else o && (e[n++] = 239, e[n++] = 191, e[n++] = 189, o = null);
4695
+ 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);
4696
+ }
4697
+ return n;
4698
+ }
4699
+ const zi = /* @__PURE__ */ fi(Di), fo = (e) => {
4700
+ var a, i;
4701
+ if (!e || !e.data)
4702
+ return {};
4703
+ const t = {}, n = e.data;
4704
+ if (n)
4705
+ for (const o of n) {
4706
+ const l = (a = o == null ? void 0 : o.event) == null ? void 0 : a.country_code, m = (i = e.meta.metric_names) == null ? void 0 : i[0];
4707
+ l && (t[l] = m ? o.event[m] : 0);
4708
+ }
4709
+ return t;
4710
+ };
4711
+ function ji(e, t = 0) {
4712
+ let n = null;
4713
+ return (...a) => {
4714
+ n && clearTimeout(n), n = setTimeout(() => e(...a), t);
4715
+ };
4716
+ }
4717
+ const $i = { class: "legend" }, Ki = {
4718
+ key: 0,
4719
+ class: "legend-title"
4720
+ }, Wi = { class: "legend-text" }, Zi = /* @__PURE__ */ Dt({
4721
+ __name: "MapLegend",
4722
+ props: {
4723
+ metric: {},
4724
+ title: {},
4725
+ data: {}
4726
+ },
4727
+ setup(e) {
4728
+ return (t, n) => ($(), ae("div", $i, [
4729
+ t.metric ? ($(), ae("div", Ki, we(t.title), 1)) : Ne("", !0),
4730
+ ($(!0), ae(Kr, null, Wr(t.data, (a, i) => ($(), ae("div", {
4731
+ key: i,
4732
+ class: "legend-item"
4733
+ }, [
4734
+ X("span", {
4735
+ class: "legend-color",
4736
+ style: Zr({ backgroundColor: a.color })
4737
+ }, null, 4),
4738
+ X("span", Wi, we(a.range), 1)
4739
+ ]))), 128))
4740
+ ]));
4741
+ }
4742
+ }), bt = (e, t) => {
4743
+ const n = e.__vccOpts || e;
4744
+ for (const [a, i] of t)
4745
+ n[a] = i;
4746
+ return n;
4747
+ }, qi = /* @__PURE__ */ bt(Zi, [["__scopeId", "data-v-5f034736"]]), Ji = { class: "map-tooltip" }, Xi = { class: "map-tooltip-text" }, Qi = { key: 0 }, eo = /* @__PURE__ */ Dt({
4748
+ __name: "MapTooltip",
4749
+ props: {
4750
+ data: {},
4751
+ showValue: { type: Boolean },
4752
+ top: {},
4753
+ left: {}
4754
+ },
4755
+ setup(e) {
4756
+ return qr((t) => ({
4757
+ "75a0a274": t.left,
4758
+ "144f4294": t.top,
4759
+ "6e49e79e": t.data.color
4760
+ })), (t, n) => ($(), ae("div", Ji, [
4761
+ n[0] || (n[0] = X("div", { class: "map-tooltip-color" }, null, -1)),
4762
+ X("div", Xi, [
4763
+ X("div", null, we(t.data.label), 1),
4764
+ t.showValue ? ($(), ae("span", Qi, we(t.data.value), 1)) : Ne("", !0)
4765
+ ])
4766
+ ]));
4767
+ }
4768
+ }), to = /* @__PURE__ */ bt(eo, [["__scopeId", "data-v-6bea2641"]]), no = { class: "kong-ui-public-analytics-geo-map" }, ro = {
4769
+ key: 0,
4770
+ class: "no-location-overlay"
4771
+ }, ao = { class: "no-location-overlay-title" }, io = { class: "no-location-overlay-description" }, oo = ["id"], so = /* @__PURE__ */ Dt({
4772
+ __name: "AnalyticsGeoMap",
4773
+ props: {
4774
+ countryMetrics: {},
4775
+ metricUnit: {},
4776
+ metric: {},
4777
+ withLegend: { type: Boolean, default: !0 },
4778
+ showTooltipValue: { type: Boolean, default: !0 },
4779
+ fitToCountry: { default: () => {
4780
+ } },
4781
+ bounds: { default: () => {
4782
+ } }
4783
+ },
4784
+ emits: ["boundsChange"],
4785
+ setup(e, { emit: t }) {
4786
+ const n = import("./countries-simple-geo-BFUDnSiE.js").then((_) => _.default), a = t, { i18n: i } = Ee.useI18n(), { getColor: o, legendData: l } = Ee.useLegendScale({
4787
+ countryMetrics: Be(() => e.countryMetrics),
4788
+ metric: Be(() => e.metric),
4789
+ unit: Be(() => e.metricUnit)
4790
+ }), { formatMetric: m } = Ee.useMetricFormat({ unit: Be(() => e.metricUnit) }), f = De(), d = Jr(), c = De(), y = De(null), w = De({ left: "0px", top: "0px" }), g = De(!1), M = U(() => Object.keys(e.countryMetrics).length === 0 && !e.fitToCountry), T = U(() => ({
4791
+ "fill-color": [
4792
+ "match",
4793
+ [
4794
+ "coalesce",
4795
+ [
4796
+ "case",
4797
+ ["==", ["get", "iso_a2"], "-99"],
4798
+ ["get", "iso_a2_eh"],
4799
+ ["get", "iso_a2"]
4800
+ ],
4801
+ ["get", "ISO_A2"]
4802
+ ],
4803
+ ...Object.keys(e.countryMetrics).length ? Object.entries(e.countryMetrics).flatMap(([_, F]) => [
4804
+ _,
4805
+ o(F)
4806
+ ]) : [ke, ke],
4807
+ ke
4808
+ // default color if no match
4809
+ ],
4810
+ "fill-opacity": 0.7
4811
+ })), B = U(() => e.withLegend && Object.keys(e.countryMetrics).length > 0), A = U(() => e.metric && i.t(`metrics.${e.metric}`) || ""), I = (_) => {
4812
+ const F = _.flat(1);
4813
+ return Array.isArray(F[0]) && Array.isArray(F[0][0]) ? I(F) : F;
4814
+ }, ie = (_) => {
4815
+ var S, k, ee, K, H, te, ne;
4816
+ if (_ === "RU") {
4817
+ (S = c.value) == null || S.fitBounds([
4818
+ [20, 40],
4819
+ [180, 80]
4820
+ ]);
4821
+ return;
4822
+ } else if (_ === "US") {
4823
+ (k = c.value) == null || k.fitBounds([
4824
+ [-130, 20],
4825
+ [-60, 50]
4826
+ ]);
4827
+ return;
4828
+ } else if (_ === "FR") {
4829
+ (ee = c.value) == null || ee.fitBounds([
4830
+ [-5, 42],
4831
+ [9, 51]
4832
+ ]);
4833
+ return;
4834
+ } else if (_ === "NO") {
4835
+ (K = c.value) == null || K.fitBounds([
4836
+ [4, 57],
4837
+ [32, 71]
4838
+ ]);
4839
+ return;
4840
+ }
4841
+ const F = (H = y.value) == null ? void 0 : H.features.find((L) => {
4842
+ var V, Y, z, v, j;
4843
+ return (V = L.properties) != null && V.ISO_A2 ? ((Y = L.properties) == null ? void 0 : Y.ISO_A2) === _ : ((z = L.properties) == null ? void 0 : z.iso_a2) === "-99" ? ((v = L.properties) == null ? void 0 : v.iso_a2_eh) === _ : ((j = L.properties) == null ? void 0 : j.iso_a2) === _;
4844
+ });
4845
+ if (F) {
4846
+ const L = (te = F.geometry) == null ? void 0 : te.coordinates;
4847
+ if (!L) return;
4848
+ const V = I(L), Y = V.map((W) => W[1]), z = V.map((W) => W[0]), v = Math.min(...Y), j = Math.max(...Y), de = Math.min(...z), O = Math.max(...z);
4849
+ (ne = c.value) == null || ne.fitBounds([
4850
+ [de, v],
4851
+ [O, j]
4852
+ ]);
4853
+ }
4854
+ }, D = U(() => {
4855
+ const _ = {
4856
+ container: d,
4857
+ style: { version: 8, sources: {}, layers: [] },
4858
+ attributionControl: !1,
4859
+ // fit bounds for whole world minus antarctica
4860
+ maxBounds: [
4861
+ [-179, -75],
4862
+ // -75 south tip of south america
4863
+ [179, 90]
4864
+ ],
4865
+ cooperativeGestures: !0,
4866
+ locale: {
4867
+ "CooperativeGesturesHandler.WindowsHelpText": i.t("cooperative_gestures.windows_zoom_help_text"),
4868
+ "CooperativeGesturesHandler.MacHelpText": i.t("cooperative_gestures.mac_zoom_help_text"),
4869
+ "CooperativeGesturesHandler.MobileHelpText": i.t("cooperative_gestures.mobile_zoom_help_text")
4870
+ }
4871
+ };
4872
+ return e.bounds && (_.bounds = e.bounds), _;
4873
+ }), ce = ji(() => {
4874
+ if (!c.value) return;
4875
+ const _ = c.value.getBounds(), F = _.getSouthWest(), S = _.getNorthEast();
4876
+ a("boundsChange", [
4877
+ [F.lng, F.lat],
4878
+ [S.lng, S.lat]
4879
+ ]);
4880
+ }, 300);
4881
+ return Xr(async () => {
4882
+ var _, F, S;
4883
+ try {
4884
+ const k = await n, ee = await fetch(k), K = new Uint8Array(await ee.arrayBuffer()), H = Si(new zi(K));
4885
+ y.value = H, c.value = new ta(D.value), c.value.on("load", () => {
4886
+ var te, ne, L, V, Y, z, v;
4887
+ (te = c.value) == null || te.addSource("countries", {
4888
+ type: "geojson",
4889
+ data: H
4890
+ }), (ne = c.value) == null || ne.addLayer({
4891
+ id: "countries-layer",
4892
+ type: "fill",
4893
+ source: "countries",
4894
+ paint: T.value
4895
+ }), (L = c.value) == null || L.addSource("lakes", {
4896
+ type: "geojson",
4897
+ data: mi
4898
+ }), (V = c.value) == null || V.addLayer({
4899
+ id: "lakes-layer",
4900
+ type: "fill",
4901
+ source: "lakes",
4902
+ paint: {
4903
+ "fill-color": "#FFFFFF"
4904
+ }
4905
+ }), (Y = c.value) == null || Y.on("mousemove", "countries-layer", (j) => {
4906
+ var O;
4907
+ const de = (O = j.features) == null ? void 0 : O[0];
4908
+ if (de) {
4909
+ const { iso_a2: W, iso_a2_eh: Ge, ISO_A2: Je, admin: Xe } = de.properties, Qe = Je ?? W === "-99" ? Ge : W, Me = e.countryMetrics[Qe];
4910
+ Me !== void 0 && (f.value = {
4911
+ label: Xe,
4912
+ color: o(Me),
4913
+ value: m(Me)
4914
+ }, g.value = !0, w.value = {
4915
+ left: `${j.point.x}px`,
4916
+ top: `${j.point.y}px`
4917
+ });
4918
+ }
4919
+ }), (z = c.value) == null || z.on("mouseleave", "countries-layer", () => {
4920
+ g.value = !1;
4921
+ }), (v = c.value) == null || v.on("move", ce), e.fitToCountry && ie(e.fitToCountry);
4922
+ }), (_ = c.value) == null || _.dragRotate.disable(), (F = c.value) == null || F.keyboard.disable(), (S = c.value) == null || S.touchZoomRotate.disableRotation();
4923
+ } catch (k) {
4924
+ console.error(k);
4925
+ }
4926
+ }), dt(() => e.countryMetrics, () => {
4927
+ var _;
4928
+ c.value && c.value.isStyleLoaded() && (c.value.getLayer("countries-layer") && c.value.removeLayer("countries-layer"), c.value.addLayer({
4929
+ id: "countries-layer",
4930
+ type: "fill",
4931
+ source: "countries",
4932
+ paint: T.value
4933
+ }), c.value.removeLayer("lakes-layer"), (_ = c.value) == null || _.addLayer({
4934
+ id: "lakes-layer",
4935
+ type: "fill",
4936
+ source: "lakes",
4937
+ paint: {
4938
+ "fill-color": "#FFFFFF"
4939
+ }
4940
+ }));
4941
+ }), dt(() => e.fitToCountry, (_) => {
4942
+ var F, S, k;
4943
+ c.value && _ ? ie(_) : !D.value.center && !D.value.zoom ? (F = c.value) == null || F.fitBounds([
4944
+ [-180, -90],
4945
+ [180, 90]
4946
+ ]) : (D.value.zoom && ((S = c.value) == null || S.setZoom(D.value.zoom)), D.value.center && ((k = c.value) == null || k.flyTo({ center: D.value.center })));
4947
+ }), dt(() => e.bounds, (_, F) => {
4948
+ if (!_) return;
4949
+ const S = _ == null ? void 0 : _.flat(), k = F == null ? void 0 : F.flat();
4950
+ !(S && k && S.length === k.length && S.every((K, H) => Math.round(K * 100) / 100 === Math.round(k[H] * 100) / 100)) && c.value && c.value.fitBounds(_);
4951
+ }), (_, F) => ($(), ae("div", no, [
4952
+ M.value ? ($(), ae("div", ro, [
4953
+ mt(_.$slots, "no-location-icon", {}, () => [
4954
+ Qr(ue(aa), {
4955
+ color: ue(ii),
4956
+ size: ue(oi)
4957
+ }, null, 8, ["color", "size"])
4958
+ ], !0),
4959
+ X("div", ao, [
4960
+ mt(_.$slots, "no-location-title", {}, () => [
4961
+ ea(we(ue(i).t("no_location_data")), 1)
4962
+ ], !0)
4963
+ ]),
4964
+ X("div", io, [
4965
+ mt(_.$slots, "no-location-description", {}, () => [
4966
+ X("p", null, we(ue(i).t("no_location_data_description")), 1)
4967
+ ], !0)
4968
+ ])
4969
+ ])) : Ne("", !0),
4970
+ X("div", {
4971
+ id: ue(d),
4972
+ class: "analytics-geo-map-container"
4973
+ }, null, 8, oo),
4974
+ B.value ? ($(), nn(qi, {
4975
+ key: 1,
4976
+ class: "legend-container",
4977
+ data: ue(l),
4978
+ metric: _.metric,
4979
+ title: A.value
4980
+ }, null, 8, ["data", "metric", "title"])) : Ne("", !0),
4981
+ g.value && f.value ? ($(), nn(to, {
4982
+ key: 2,
4983
+ data: f.value,
4984
+ left: w.value.left,
4985
+ "show-value": _.showTooltipValue,
4986
+ top: w.value.top
4987
+ }, null, 8, ["data", "left", "show-value", "top"])) : Ne("", !0)
4988
+ ]));
4989
+ }
4990
+ }), po = /* @__PURE__ */ bt(so, [["__scopeId", "data-v-4e998083"]]);
4991
+ export {
4992
+ po as AnalyticsGeoMap,
4993
+ ji as debounce,
4994
+ fo as exploreResultToCountryMetrics
4995
+ };