@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.
@@ -22,6 +22,7 @@ declare const _default: {
22
22
  selectValue: string;
23
23
  enterValue: string;
24
24
  empty: string;
25
+ selectLayer: string;
25
26
  };
26
27
  misc: {
27
28
  by: string;
@@ -47,10 +48,14 @@ declare const _default: {
47
48
  label: string;
48
49
  labelWithId: string;
49
50
  fontSize: string;
51
+ fontWeight: string;
50
52
  fontColor: string;
51
53
  textAnchor: string;
52
54
  alignment: string;
53
55
  addMoreLabel: string;
56
+ backgroundColor: string;
57
+ outlineWidth: string;
58
+ outlineColor: string;
54
59
  };
55
60
  };
56
61
  sidebar: {
@@ -59,6 +64,11 @@ declare const _default: {
59
64
  filter: string;
60
65
  interaction: string;
61
66
  basemap: string;
67
+ annotation: string;
68
+ };
69
+ panelViewToggle: {
70
+ list: string;
71
+ byDataset: string;
62
72
  };
63
73
  };
64
74
  layer: {
@@ -82,6 +92,11 @@ declare const _default: {
82
92
  aggregateBy: string;
83
93
  '3DModel': string;
84
94
  '3DModelOptions': string;
95
+ columnModesSeparator: string;
96
+ service: string;
97
+ layer: string;
98
+ appearance: string;
99
+ uniqueIdField: string;
85
100
  type: {
86
101
  point: string;
87
102
  arc: string;
@@ -98,7 +113,19 @@ declare const _default: {
98
113
  trip: string;
99
114
  s2: string;
100
115
  '3d': string;
116
+ flow: string;
117
+ vectortile: string;
118
+ rastertile: string;
119
+ wms: string;
120
+ tile3d: string;
121
+ };
122
+ wms: {
123
+ hover: string;
101
124
  };
125
+ layerUpdateError: string;
126
+ interaction: string;
127
+ heatmap: string;
128
+ aggregation: string;
102
129
  };
103
130
  layerVisConfigs: {
104
131
  angle: string;
@@ -123,6 +150,7 @@ declare const _default: {
123
150
  targetColor: string;
124
151
  colorAggregation: string;
125
152
  heightAggregation: string;
153
+ weightAggregation: string;
126
154
  resolutionRange: string;
127
155
  sizeScale: string;
128
156
  worldUnitSize: string;
@@ -140,16 +168,44 @@ declare const _default: {
140
168
  enablePolygonHeight: string;
141
169
  showWireframe: string;
142
170
  weightIntensity: string;
171
+ intensity: string;
172
+ threshold: string;
143
173
  zoomScale: string;
144
174
  heightRange: string;
145
175
  heightMultiplier: string;
146
176
  fixedHeight: string;
147
177
  fixedHeightDescription: string;
178
+ allowHover: string;
179
+ allowHoverDescription: string;
180
+ flow: {
181
+ fade: string;
182
+ fadeEnabled: string;
183
+ fadeAmount: string;
184
+ display: string;
185
+ renderingMode: string;
186
+ renderingModes: {
187
+ straight: string;
188
+ curved: string;
189
+ 'animated-straight': string;
190
+ };
191
+ adaptiveScalesEnabled: string;
192
+ clusteringEnabled: string;
193
+ lineThicknessScale: string;
194
+ lineCurviness: string;
195
+ locationTotalsEnabled: string;
196
+ maxTopFlowsDisplayNum: string;
197
+ };
198
+ showNeighborOnHover: string;
199
+ showHighlightColor: string;
200
+ darkModeEnabled: string;
201
+ transparentBackground: string;
202
+ pointSize: string;
148
203
  };
149
204
  layerManager: {
150
205
  addData: string;
151
206
  addLayer: string;
152
207
  layerBlending: string;
208
+ overlayBlending: string;
153
209
  };
154
210
  mapManager: {
155
211
  mapStyle: string;
@@ -157,12 +213,55 @@ declare const _default: {
157
213
  '3dBuildingColor': string;
158
214
  backgroundColor: string;
159
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
+ };
160
253
  layerConfiguration: {
161
254
  defaultDescription: string;
162
255
  howTo: string;
256
+ showColorChart: string;
257
+ hideColorChart: string;
163
258
  };
164
259
  filterManager: {
165
260
  addFilter: string;
261
+ timeFilterSync: string;
262
+ timeLayerSync: string;
263
+ timeLayerUnsync: string;
264
+ column: string;
166
265
  };
167
266
  datasetTitle: {
168
267
  showDataTable: string;
@@ -170,6 +269,10 @@ declare const _default: {
170
269
  };
171
270
  datasetInfo: {
172
271
  rowCount: string;
272
+ vectorTile: string;
273
+ rasterTile: string;
274
+ wmsTile: string;
275
+ tile3d: string;
173
276
  };
174
277
  tooltip: {
175
278
  hideLayer: string;
@@ -183,6 +286,7 @@ declare const _default: {
183
286
  layerSettings: string;
184
287
  closePanel: string;
185
288
  switchToDualView: string;
289
+ selectSplitMode: string;
186
290
  showLegend: string;
187
291
  disable3DMap: string;
188
292
  DrawOnMap: string;
@@ -203,6 +307,26 @@ declare const _default: {
203
307
  play: string;
204
308
  pause: string;
205
309
  reset: string;
310
+ export: string;
311
+ resetAfterError: string;
312
+ removeBaseMapStyle: string;
313
+ timeFilterSync: string;
314
+ syncTimelineStart: string;
315
+ syncTimelineEnd: string;
316
+ showEffectPanel: string;
317
+ hideEffectPanel: string;
318
+ showAnnotationPanel: string;
319
+ hideAnnotationPanel: string;
320
+ removeAnnotation: string;
321
+ duplicateAnnotation: string;
322
+ hideAnnotation: string;
323
+ showAnnotation: string;
324
+ annotationSettings: string;
325
+ removeEffect: string;
326
+ disableEffect: string;
327
+ effectSettings: string;
328
+ timeLayerSync: string;
329
+ timeLayerUnsync: string;
206
330
  };
207
331
  toolbar: {
208
332
  en: string;
@@ -216,6 +340,7 @@ declare const _default: {
216
340
  exportImage: string;
217
341
  exportData: string;
218
342
  exportMap: string;
343
+ exportVideo: string;
219
344
  shareMapURL: string;
220
345
  saveMap: string;
221
346
  select: string;
@@ -224,6 +349,16 @@ declare const _default: {
224
349
  hide: string;
225
350
  show: string;
226
351
  };
352
+ editor: {
353
+ filterLayer: string;
354
+ filterLayerDisabled: string;
355
+ copyGeometry: string;
356
+ noLayersToFilter: string;
357
+ };
358
+ exportVideoModal: {
359
+ animation: string;
360
+ settings: string;
361
+ };
227
362
  modal: {
228
363
  title: {
229
364
  deleteDataset: string;
@@ -234,6 +369,7 @@ declare const _default: {
234
369
  addCustomMapboxStyle: string;
235
370
  saveMap: string;
236
371
  shareURL: string;
372
+ exportVideo: string;
237
373
  };
238
374
  button: {
239
375
  delete: string;
@@ -257,6 +393,10 @@ declare const _default: {
257
393
  mapLegendTitle: string;
258
394
  mapLegendAdd: string;
259
395
  };
396
+ exportVideo: {
397
+ animation: string;
398
+ settings: string;
399
+ };
260
400
  exportData: {
261
401
  datasetTitle: string;
262
402
  datasetSubtitle: string;
@@ -269,6 +409,7 @@ declare const _default: {
269
409
  unfilteredData: string;
270
410
  fileCount: string;
271
411
  rowCount: string;
412
+ tiledDatasetWarning: string;
272
413
  };
273
414
  deleteData: {
274
415
  warning: string;
@@ -292,6 +433,7 @@ declare const _default: {
292
433
  namingTitle: string;
293
434
  };
294
435
  shareMap: {
436
+ title: string;
295
437
  shareUriTitle: string;
296
438
  shareUriSubtitle: string;
297
439
  cloudTitle: string;
@@ -316,6 +458,7 @@ declare const _default: {
316
458
  tokenSubtitle: string;
317
459
  tokenPlaceholder: string;
318
460
  tokenMisuseWarning: string;
461
+ tokenSecurityWarning: string;
319
462
  tokenDisclaimer: string;
320
463
  tokenUpdate: string;
321
464
  modeTitle: string;
@@ -337,6 +480,7 @@ declare const _default: {
337
480
  };
338
481
  loadData: {
339
482
  upload: string;
483
+ tileset: string;
340
484
  storage: string;
341
485
  };
342
486
  tripInfo: {
@@ -345,6 +489,8 @@ declare const _default: {
345
489
  code: string;
346
490
  description2: string;
347
491
  example: string;
492
+ titleTable: string;
493
+ descriptionTable1: string;
348
494
  };
349
495
  iconInfo: {
350
496
  title: string;
@@ -354,6 +500,12 @@ declare const _default: {
354
500
  example: string;
355
501
  icons: string;
356
502
  };
503
+ polygonInfo: {
504
+ title: string;
505
+ titleTable: string;
506
+ descriptionTable: string;
507
+ exampleTable: string;
508
+ };
357
509
  storageMapViewer: {
358
510
  lastModified: string;
359
511
  back: string;
@@ -367,11 +519,13 @@ declare const _default: {
367
519
  goToPage: string;
368
520
  storageMaps: string;
369
521
  noSavedMaps: string;
522
+ foursquareStorageMessage: string;
370
523
  };
371
524
  };
372
525
  header: {
373
526
  visibleLayers: string;
374
527
  layerLegend: string;
528
+ annotations: string;
375
529
  };
376
530
  interactions: {
377
531
  tooltip: string;
@@ -385,20 +539,39 @@ declare const _default: {
385
539
  normal: string;
386
540
  subtractive: string;
387
541
  };
542
+ overlayBlending: {
543
+ title: string;
544
+ description: string;
545
+ screen: string;
546
+ normal: string;
547
+ darken: string;
548
+ };
388
549
  columns: {
389
550
  title: string;
390
551
  lat: string;
391
552
  lng: string;
392
553
  altitude: string;
554
+ alt: string;
555
+ id: string;
556
+ timestamp: string;
393
557
  icon: string;
394
558
  geojson: string;
559
+ geoarrow: string;
560
+ geoarrow0: string;
561
+ geoarrow1: string;
395
562
  token: string;
563
+ sortBy: string;
564
+ neighbors: string;
396
565
  arc: {
397
566
  lat0: string;
398
567
  lng0: string;
399
568
  lat1: string;
400
569
  lng1: string;
401
570
  };
571
+ line: {
572
+ alt0: string;
573
+ alt1: string;
574
+ };
402
575
  grid: {
403
576
  worldUnitSize: string;
404
577
  };
@@ -406,17 +579,37 @@ declare const _default: {
406
579
  worldUnitSize: string;
407
580
  };
408
581
  hex_id: string;
582
+ flow: {
583
+ source: {
584
+ lat: string;
585
+ lng: string;
586
+ name: string;
587
+ h3: string;
588
+ };
589
+ target: {
590
+ lat: string;
591
+ lng: string;
592
+ name: string;
593
+ h3: string;
594
+ };
595
+ count: string;
596
+ };
409
597
  };
410
598
  color: {
411
599
  customPalette: string;
412
600
  steps: string;
413
601
  type: string;
414
602
  reversed: string;
603
+ colorBlindSafe: string;
604
+ disableStepReason: string;
605
+ preset: string;
606
+ picker: string;
415
607
  };
416
608
  scale: {
417
609
  colorScale: string;
418
610
  sizeScale: string;
419
611
  strokeScale: string;
612
+ strokeColorScale: string;
420
613
  scale: string;
421
614
  };
422
615
  fileUploader: {
@@ -452,5 +645,47 @@ declare const _default: {
452
645
  'User Guide': string;
453
646
  Save: string;
454
647
  Share: string;
648
+ flow: {
649
+ tooltip: {
650
+ location: {
651
+ name: string;
652
+ incomingCount: string;
653
+ outgoingCount: string;
654
+ internalCount: string;
655
+ };
656
+ flow: {
657
+ sourceName: string;
658
+ targetName: string;
659
+ count: string;
660
+ };
661
+ };
662
+ };
663
+ tilesetSetup: {
664
+ header: string;
665
+ rasterTileHeader: string;
666
+ addTilesetText: string;
667
+ };
668
+ mapLegend: {
669
+ layers: {
670
+ line: {
671
+ singleColor: {
672
+ sourceColor: string;
673
+ targetColor: string;
674
+ };
675
+ };
676
+ arc: {
677
+ singleColor: {
678
+ sourceColor: string;
679
+ targetColor: string;
680
+ };
681
+ };
682
+ default: {
683
+ singleColor: {
684
+ color: string;
685
+ strokeColor: string;
686
+ };
687
+ };
688
+ };
689
+ };
455
690
  };
456
691
  export default _default;