@kepler.gl/localization 3.3.0-alpha.0 → 3.3.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,6 +10,7 @@ declare const _default: {
10
10
  stroke: string;
11
11
  density: string;
12
12
  height: string;
13
+ coverage: string;
13
14
  sum: string;
14
15
  pointCount: string;
15
16
  };
@@ -21,6 +22,7 @@ declare const _default: {
21
22
  selectValue: string;
22
23
  enterValue: string;
23
24
  empty: string;
25
+ selectLayer: string;
24
26
  };
25
27
  misc: {
26
28
  by: string;
@@ -46,10 +48,14 @@ declare const _default: {
46
48
  label: string;
47
49
  labelWithId: string;
48
50
  fontSize: string;
51
+ fontWeight: string;
49
52
  fontColor: string;
50
53
  textAnchor: string;
51
54
  alignment: string;
52
55
  addMoreLabel: string;
56
+ backgroundColor: string;
57
+ outlineWidth: string;
58
+ outlineColor: string;
53
59
  };
54
60
  };
55
61
  sidebar: {
@@ -58,10 +64,16 @@ declare const _default: {
58
64
  filter: string;
59
65
  interaction: string;
60
66
  basemap: string;
67
+ annotation: string;
68
+ };
69
+ panelViewToggle: {
70
+ list: string;
71
+ byDataset: string;
61
72
  };
62
73
  };
63
74
  layer: {
64
75
  required: string;
76
+ columnModesSeparator: string;
65
77
  radius: string;
66
78
  color: string;
67
79
  fillColor: string;
@@ -81,6 +93,10 @@ declare const _default: {
81
93
  aggregateBy: string;
82
94
  '3DModel': string;
83
95
  '3DModelOptions': string;
96
+ service: string;
97
+ layer: string;
98
+ appearance: string;
99
+ uniqueIdField: string;
84
100
  type: {
85
101
  point: string;
86
102
  arc: string;
@@ -97,10 +113,22 @@ declare const _default: {
97
113
  trip: string;
98
114
  s2: string;
99
115
  '3d': string;
116
+ flow: string;
117
+ vectortile: string;
118
+ rastertile: string;
119
+ wms: string;
120
+ tile3d: string;
121
+ };
122
+ wms: {
123
+ hover: string;
100
124
  };
101
125
  layerUpdateError: string;
126
+ interaction: string;
127
+ heatmap: string;
128
+ aggregation: string;
102
129
  };
103
130
  layerVisConfigs: {
131
+ angle: string;
104
132
  strokeWidth: string;
105
133
  strokeWidthRange: string;
106
134
  radius: string;
@@ -113,6 +141,7 @@ declare const _default: {
113
141
  billboardDescription: string;
114
142
  fadeTrail: string;
115
143
  opacity: string;
144
+ pointSize: string;
116
145
  coverage: string;
117
146
  outline: string;
118
147
  colorRange: string;
@@ -122,6 +151,7 @@ declare const _default: {
122
151
  targetColor: string;
123
152
  colorAggregation: string;
124
153
  heightAggregation: string;
154
+ weightAggregation: string;
125
155
  resolutionRange: string;
126
156
  sizeScale: string;
127
157
  worldUnitSize: string;
@@ -139,16 +169,43 @@ declare const _default: {
139
169
  enablePolygonHeight: string;
140
170
  showWireframe: string;
141
171
  weightIntensity: string;
172
+ intensity: string;
173
+ threshold: string;
142
174
  zoomScale: string;
143
175
  heightRange: string;
144
176
  heightMultiplier: string;
145
177
  fixedHeight: string;
146
178
  fixedHeightDescription: string;
179
+ allowHover: string;
180
+ allowHoverDescription: string;
181
+ flow: {
182
+ fade: string;
183
+ fadeEnabled: string;
184
+ fadeAmount: string;
185
+ display: string;
186
+ renderingMode: string;
187
+ renderingModes: {
188
+ straight: string;
189
+ curved: string;
190
+ 'animated-straight': string;
191
+ };
192
+ adaptiveScalesEnabled: string;
193
+ clusteringEnabled: string;
194
+ lineThicknessScale: string;
195
+ lineCurviness: string;
196
+ locationTotalsEnabled: string;
197
+ maxTopFlowsDisplayNum: string;
198
+ };
199
+ showNeighborOnHover: string;
200
+ showHighlightColor: string;
201
+ darkModeEnabled: string;
202
+ transparentBackground: string;
147
203
  };
148
204
  layerManager: {
149
205
  addData: string;
150
206
  addLayer: string;
151
207
  layerBlending: string;
208
+ overlayBlending: string;
152
209
  };
153
210
  mapManager: {
154
211
  mapStyle: string;
@@ -156,12 +213,55 @@ declare const _default: {
156
213
  '3dBuildingColor': string;
157
214
  backgroundColor: string;
158
215
  };
216
+ effectManager: {
217
+ effects: string;
218
+ addEffect: string;
219
+ pickDateTime: string;
220
+ currentTime: string;
221
+ pickCurrrentTime: string;
222
+ date: string;
223
+ time: string;
224
+ timezone: string;
225
+ };
226
+ annotationManager: {
227
+ title: string;
228
+ addAnnotation: string;
229
+ type: string;
230
+ lineWidth: string;
231
+ color: string;
232
+ };
233
+ effectDescription: {
234
+ lightAndShadow: string;
235
+ ink: string;
236
+ brightnessContrast: string;
237
+ hueSaturation: string;
238
+ vibrance: string;
239
+ sepia: string;
240
+ dotScreen: string;
241
+ colorHalftone: string;
242
+ noise: string;
243
+ triangleBlur: string;
244
+ zoomBlur: string;
245
+ tiltShift: string;
246
+ edgeWork: string;
247
+ vignette: string;
248
+ magnify: string;
249
+ hexagonalPixelate: string;
250
+ distanceFog: string;
251
+ surfaceFog: string;
252
+ };
159
253
  layerConfiguration: {
160
254
  defaultDescription: string;
161
255
  howTo: string;
256
+ showColorChart: string;
257
+ hideColorChart: string;
162
258
  };
163
259
  filterManager: {
164
260
  addFilter: string;
261
+ timeFilterSync: string;
262
+ timeLayerSync: string;
263
+ timeLayerUnsync: string;
264
+ column: string;
165
265
  };
166
266
  datasetTitle: {
167
267
  showDataTable: string;
@@ -169,6 +269,10 @@ declare const _default: {
169
269
  };
170
270
  datasetInfo: {
171
271
  rowCount: string;
272
+ vectorTile: string;
273
+ rasterTile: string;
274
+ wmsTile: string;
275
+ tile3d: string;
172
276
  };
173
277
  tooltip: {
174
278
  hideLayer: string;
@@ -178,10 +282,13 @@ declare const _default: {
178
282
  hide: string;
179
283
  show: string;
180
284
  removeLayer: string;
285
+ duplicateLayer: string;
286
+ zoomToLayer: string;
181
287
  resetAfterError: string;
182
288
  layerSettings: string;
183
289
  closePanel: string;
184
290
  switchToDualView: string;
291
+ selectSplitMode: string;
185
292
  showLegend: string;
186
293
  disable3DMap: string;
187
294
  DrawOnMap: string;
@@ -192,10 +299,35 @@ declare const _default: {
192
299
  showLayerPanel: string;
193
300
  moveToTop: string;
194
301
  selectBaseMapStyle: string;
302
+ removeBaseMapStyle: string;
195
303
  delete: string;
196
304
  timePlayback: string;
305
+ timeFilterSync: string;
197
306
  cloudStorage: string;
198
307
  '3DMap': string;
308
+ animationByWindow: string;
309
+ animationByIncremental: string;
310
+ speed: string;
311
+ play: string;
312
+ pause: string;
313
+ reset: string;
314
+ export: string;
315
+ timeLayerSync: string;
316
+ timeLayerUnsync: string;
317
+ syncTimelineStart: string;
318
+ syncTimelineEnd: string;
319
+ showEffectPanel: string;
320
+ hideEffectPanel: string;
321
+ showAnnotationPanel: string;
322
+ hideAnnotationPanel: string;
323
+ removeAnnotation: string;
324
+ duplicateAnnotation: string;
325
+ hideAnnotation: string;
326
+ showAnnotation: string;
327
+ annotationSettings: string;
328
+ removeEffect: string;
329
+ disableEffect: string;
330
+ effectSettings: string;
199
331
  };
200
332
  toolbar: {
201
333
  en: string;
@@ -209,6 +341,7 @@ declare const _default: {
209
341
  exportImage: string;
210
342
  exportData: string;
211
343
  exportMap: string;
344
+ exportVideo: string;
212
345
  shareMapURL: string;
213
346
  saveMap: string;
214
347
  select: string;
@@ -217,6 +350,16 @@ declare const _default: {
217
350
  hide: string;
218
351
  show: string;
219
352
  };
353
+ editor: {
354
+ filterLayer: string;
355
+ filterLayerDisabled: string;
356
+ copyGeometry: string;
357
+ noLayersToFilter: string;
358
+ };
359
+ exportVideoModal: {
360
+ animation: string;
361
+ settings: string;
362
+ };
220
363
  modal: {
221
364
  title: {
222
365
  deleteDataset: string;
@@ -224,6 +367,7 @@ declare const _default: {
224
367
  exportImage: string;
225
368
  exportData: string;
226
369
  exportMap: string;
370
+ exportVideo: string;
227
371
  addCustomMapboxStyle: string;
228
372
  saveMap: string;
229
373
  shareURL: string;
@@ -250,6 +394,10 @@ declare const _default: {
250
394
  mapLegendTitle: string;
251
395
  mapLegendAdd: string;
252
396
  };
397
+ exportVideo: {
398
+ animation: string;
399
+ settings: string;
400
+ };
253
401
  exportData: {
254
402
  datasetTitle: string;
255
403
  datasetSubtitle: string;
@@ -262,6 +410,7 @@ declare const _default: {
262
410
  unfilteredData: string;
263
411
  fileCount: string;
264
412
  rowCount: string;
413
+ tiledDatasetWarning: string;
265
414
  };
266
415
  deleteData: {
267
416
  warning: string;
@@ -277,11 +426,15 @@ declare const _default: {
277
426
  publishSubtitle7: string;
278
427
  exampleToken: string;
279
428
  pasteTitle: string;
429
+ pasteSubtitle0: string;
280
430
  pasteSubtitle1: string;
281
431
  pasteSubtitle2: string;
432
+ pasteSubtitle3: string;
433
+ pasteSubtitle4: string;
282
434
  namingTitle: string;
283
435
  };
284
436
  shareMap: {
437
+ title: string;
285
438
  shareUriTitle: string;
286
439
  shareUriSubtitle: string;
287
440
  cloudTitle: string;
@@ -306,6 +459,7 @@ declare const _default: {
306
459
  tokenSubtitle: string;
307
460
  tokenPlaceholder: string;
308
461
  tokenMisuseWarning: string;
462
+ tokenSecurityWarning: string;
309
463
  tokenDisclaimer: string;
310
464
  tokenUpdate: string;
311
465
  modeTitle: string;
@@ -327,14 +481,24 @@ declare const _default: {
327
481
  };
328
482
  loadData: {
329
483
  upload: string;
484
+ tileset: string;
330
485
  storage: string;
331
486
  };
332
487
  tripInfo: {
333
488
  title: string;
489
+ titleTable: string;
334
490
  description1: string;
491
+ descriptionTable1: string;
335
492
  code: string;
336
493
  description2: string;
337
494
  example: string;
495
+ exampleTable: string;
496
+ };
497
+ polygonInfo: {
498
+ title: string;
499
+ titleTable: string;
500
+ descriptionTable: string;
501
+ exampleTable: string;
338
502
  };
339
503
  iconInfo: {
340
504
  title: string;
@@ -357,16 +521,19 @@ declare const _default: {
357
521
  goToPage: string;
358
522
  storageMaps: string;
359
523
  noSavedMaps: string;
524
+ foursquareStorageMessage: string;
360
525
  };
361
526
  };
362
527
  header: {
363
528
  visibleLayers: string;
364
529
  layerLegend: string;
530
+ annotations: string;
365
531
  };
366
532
  interactions: {
367
533
  tooltip: string;
368
534
  brush: string;
369
535
  coordinate: string;
536
+ geocoder: string;
370
537
  };
371
538
  layerBlending: {
372
539
  title: string;
@@ -374,13 +541,29 @@ declare const _default: {
374
541
  normal: string;
375
542
  subtractive: string;
376
543
  };
544
+ overlayBlending: {
545
+ title: string;
546
+ description: string;
547
+ screen: string;
548
+ normal: string;
549
+ darken: string;
550
+ };
377
551
  columns: {
378
552
  title: string;
379
553
  lat: string;
380
554
  lng: string;
381
555
  altitude: string;
556
+ alt: string;
557
+ id: string;
558
+ timestamp: string;
382
559
  icon: string;
383
560
  geojson: string;
561
+ geoarrow: string;
562
+ geoarrow0: string;
563
+ geoarrow1: string;
564
+ token: string;
565
+ sortBy: string;
566
+ neighbors: string;
384
567
  arc: {
385
568
  lat0: string;
386
569
  lng0: string;
@@ -397,17 +580,38 @@ declare const _default: {
397
580
  hexagon: {
398
581
  worldUnitSize: string;
399
582
  };
583
+ flow: {
584
+ source: {
585
+ lat: string;
586
+ lng: string;
587
+ name: string;
588
+ h3: string;
589
+ };
590
+ target: {
591
+ lat: string;
592
+ lng: string;
593
+ name: string;
594
+ h3: string;
595
+ };
596
+ count: string;
597
+ };
598
+ hex_id: string;
400
599
  };
401
600
  color: {
402
601
  customPalette: string;
403
602
  steps: string;
404
603
  type: string;
604
+ colorBlindSafe: string;
405
605
  reversed: string;
606
+ disableStepReason: string;
607
+ preset: string;
608
+ picker: string;
406
609
  };
407
610
  scale: {
408
611
  colorScale: string;
409
612
  sizeScale: string;
410
613
  strokeScale: string;
614
+ strokeColorScale: string;
411
615
  scale: string;
412
616
  };
413
617
  fileUploader: {
@@ -420,10 +624,70 @@ declare const _default: {
420
624
  fileNotSupported: string;
421
625
  or: string;
422
626
  };
627
+ tilesetSetup: {
628
+ header: string;
629
+ rasterTileHeader: string;
630
+ addTilesetText: string;
631
+ };
632
+ geocoder: {
633
+ title: string;
634
+ };
635
+ fieldSelector: {
636
+ clearAll: string;
637
+ formatting: string;
638
+ };
639
+ compare: {
640
+ modeLabel: string;
641
+ typeLabel: string;
642
+ types: {
643
+ absolute: string;
644
+ relative: string;
645
+ };
646
+ };
647
+ mapPopover: {
648
+ primary: string;
649
+ };
423
650
  density: string;
424
651
  'Bug Report': string;
425
652
  'User Guide': string;
426
653
  Save: string;
427
654
  Share: string;
655
+ flow: {
656
+ tooltip: {
657
+ location: {
658
+ name: string;
659
+ incomingCount: string;
660
+ outgoingCount: string;
661
+ internalCount: string;
662
+ };
663
+ flow: {
664
+ sourceName: string;
665
+ targetName: string;
666
+ count: string;
667
+ };
668
+ };
669
+ };
670
+ mapLegend: {
671
+ layers: {
672
+ line: {
673
+ singleColor: {
674
+ sourceColor: string;
675
+ targetColor: string;
676
+ };
677
+ };
678
+ arc: {
679
+ singleColor: {
680
+ sourceColor: string;
681
+ targetColor: string;
682
+ };
683
+ };
684
+ default: {
685
+ singleColor: {
686
+ color: string;
687
+ strokeColor: string;
688
+ };
689
+ };
690
+ };
691
+ };
428
692
  };
429
693
  export default _default;